{
    "id": "string",
    "resource": "string",
    "status": "string",
    "amount": 0,
    "original_amount": 0,
    "currency": "string",
    "description": "string",
    "payment_type": "string",
    "transaction_number": "string",
    "gateway_authorizer": "string",
    "app_transaction_uid": "string",
    "refunds": "string",
    "rewards": "string",
    "discounts": "string",
    "pre_authorization": "string",
    "sales_receipt": "string",
    "on_behalf_of": "string",
    "customer": "string",
    "statement_descriptor": "string",
    "payment_method": {
        "id": "string",
        "provider": "string",
        "version": 0,
        "type": "string",
        "reusable": true,
        "allow_update": true,
        "expiration_date": "2019-08-24T14:15:22Z",
        "key": {
            "type": "string",
            "value": "string"
        },
        "pix_link": "string",
        "qr_code": {
            "emv": "string"
        }
    },
    "source": "string",
    "installment_plan": "string",
    "refunded": true,
    "voided": true,
    "captured": true,
    "fees": "string",
    "fee_details": "string",
    "location_latitude": "string",
    "location_longitude": "string",
    "uri": "string",
    "metadata": {},
    "expected_on": "2019-08-24T14:15:22Z",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "payment_authorization": "string",
    "history": {
        "id": "string",
        "transaction": "string",
        "amount": "string",
        "operation_type": "string",
        "status": "string",
        "response_code": "string",
        "response_message": "string",
        "authorization_code": "string",
        "authorizer_id": "string",
        "authorization_nsu": "string",
        "gatewayResponseTime": "string",
        "authorizer": "string",
        "created_at": "string"
    }
}