Objeto Transaction

Ejemplo

{
    "transaction": {
        "id": "trs_jwZpTbVb0RwcnaB2xTf19nBYH-s1z_NT",
        "type": "PAYMENT",
        "amount": 210.0,
        "currency": "MXN",
        "transaction_date": "2025-01-14T15:20:36.071334",
        "status": "SUCCESS",
        "transaction_metadata": {
            "enroll_card_toggle": false
        },
        "response_code": "SUEVO0000",
        "voucher": null,
        "id_checkout_session": null
    },
    "customer": {
        "id": "cus_LDrzHO79tg5hvJSGgax6TkWfxYPL5AEh",
        "external_id": "MOZN960827HGRSGC02",
        "email": "[email protected]",
        "government_id": "MOZN960827HGRSGC02",
        "name": "Example",
        "phone_number": "+521234567890"
    },
    "payment_intents": [
        {
            "id": "pi_lKJ2kHgh9BtSJMmonHD900GIqNw5Qxba",
            "amount": 210.0,
            "currency": "MXN",
            "id_invoice": "in_jnxXeRgPQBxm9AtuxMX9gG8vg2FBXkJi",
            "id_subscription": "sub_XUdItB7ghG3XMQVUo81qy-PLeVYuIAQ4",
            "invoice_external_id": "example-product-2025-02-04",
            "id_account": "acc_jwONBafuYIcaaQuHrRPeHJI8Gve-r-M4",
            "gateway": "po_evo_payments",
            "price_change_amount": 10.0,
            "product_id": "example-product",
            "status": "AUTHORIZED",
            "type": "one_time"
        }
    ],
    "payment_instrument": {
        "type": "card",
        "card": {
            "bin": "512345",
            "card_type": "credit",
            "card_brand": "MASTERCARD",
            "country": "Ecuador",
            "exp_month": null,
            "exp_year": null,
            "external_id": null,
            "card_holder": "Example Man",
            "issuer": "ec_banco_pichincha_c_a",
            "installments_number": 1,
            "last_digits": "0008",
            "status": null,
            "token": null,
            "three_d_secure": false
        },
        "transfer": null,
        "cash": null,
        "wallet": null,
        "account": null
    },
    "wallet_movements": []
}