Back to All

Error on Embed Checkout

Hola,

Ojala puedan ayudarnos, estamos obteniendo este error en nuestra sitio web productivo:

Esto pasa con algunos clientes cuando intentan realizar un pago. La implementación que tenemos es con Embed Checkout.
window.ConektaCheckoutComponents.Integration

VM43 conekta.js:formatted:1011 Error: Request listener already exists for zoid_allow_delegate_conekta_embedded_checkout_component on domain * for wildcard window
at e (VM42 conekta-checkout.min.js:1)
at nr (VM42 conekta-checkout.min.js:1)
at VM42 conekta-checkout.min.js:1
at Module.Ar (VM42 conekta-checkout.min.js:1)
at Object.t [as Integration] (VM42 conekta-checkout.min.js:1)
at X.payment (checkout-2fd85fcfbbae5b9646e0.js:1)
at checkout-2fd85fcfbbae5b9646e0.js:1
at Ii (framework.05c623b37c03823a6a5c.js:1)
at t.unstable_runWithPriority (framework.05c623b37c03823a6a5c.js:1)
at Wl (framework.05c623b37c03823a6a5c.js:1)

Estamos usando:
https://pay.conekta.com/v1.0/js/conekta-checkout.min.js

Orden creada:
{
"livemode": false,
"amount": 45000,
"currency": "MXN",
"amount_refunded": 0,
"customer_info": {
"email": "[email protected]",
"name": "alexoropezalopezerrorgmailcom",
"corporate": false,
"customer_id": "cus_2qtxaXECY9mHkMF7b",
"object": "customer_info"
},
"channel": {
"segment": "Checkout",
"checkout_request_id": "672dd68a-e260-4f6c-886e-5874e25cf59b",
"checkout_request_type": "Integration",
"id": "channel_2qtxb5nUjGfTXNx5r"
},
"checkout": {
"id": "672dd68a-e260-4f6c-886e-5874e25cf59b",
"name": "ord-2qtxb5nUjGfTXNx5q",
"livemode": false,
"emails_sent": 0,
"paid_payments_count": 0,
"sms_sent": 0,
"status": "Issued",
"type": "Integration",
"recurrent": false,
"starts_at": 1638511200,
"expires_at": 1638986773,
"allowed_payment_methods": [
"card",
"cash",
"bank_transfer"
],
"exclude_card_networks": [],
"needs_shipping_contact": false,
"monthly_installments_options": [],
"monthly_installments_enabled": false,
"force_3ds_flow": false,
"metadata": {},
"can_not_expire": false,
"object": "checkout",
"on_demand_enabled": true
},
"object": "order",
"id": "ord_2qtxb5nUjGfTXNx5q",
"metadata": {},
"created_at": 1638554773,
"updated_at": 1638554773,
"line_items": {
"object": "list",
"has_more": false,
"total": 1,
"data": [
{
"name": "Copa Red Star 2021",
"unit_price": 45000,
"quantity": 1,
"object": "line_item",
"id": "line_item_2qtxb5nUjGfTXNx5o",
"parent_id": "ord_2qtxb5nUjGfTXNx5q",
"metadata": {},
"antifraud_info": {}
}
]
}
}