Conekta::OrderResponseCheckout
September 19, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| allowed_payment_methods | Array<String> | Are the payment methods available for this link | [optional] |
| can_not_expire | Boolean | [optional] | |
| emails_sent | Integer | [optional] | |
| exclude_card_networks | Array<Object> | [optional] | |
| expires_at | Integer | [optional] | |
| failure_url | String | [optional] | |
| force_3ds_flow | Boolean | [optional] | |
| id | String | [optional] | |
| is_redirect_on_failure | Boolean | [optional] | |
| livemode | Boolean | [optional] | |
| max_failed_retries | Integer | Number of retries allowed before the checkout is marked as failed | [optional] |
| metadata | Hash<String, Object> | [optional] | |
| monthly_installments_enabled | Boolean | [optional] | |
| monthly_installments_options | Array<Integer> | [optional] | |
| name | String | [optional] | |
| needs_shipping_contact | Boolean | [optional] | |
| object | String | [optional] | |
| on_demand_enabled | Boolean | [optional] | |
| paid_payments_count | Integer | [optional] | |
| recurrent | Boolean | [optional] | |
| redirection_time | Integer | number of seconds to wait before redirecting to the success_url | [optional] |
| slug | String | [optional] | |
| sms_sent | Integer | [optional] | |
| success_url | String | [optional] | |
| starts_at | Integer | [optional] | |
| status | String | [optional] | |
| type | String | [optional] | |
| url | String | [optional] |
Example
require 'conekta'
instance = Conekta::OrderResponseCheckout.new(
allowed_payment_methods: ["cash","card","bank_transfer","bnpl","pay_by_bank"],
can_not_expire: false,
emails_sent: 0,
exclude_card_networks: null,
expires_at: 1676613599,
failure_url: http://187.216.228.66:2222/SysVentasPagos/Acceso.aspx,
force_3ds_flow: false,
id: 6fca054a-8519-4c43-971e-cea35cc519bb,
is_redirect_on_failure: false,
livemode: false,
max_failed_retries: 3,
metadata: null,
monthly_installments_enabled: false,
monthly_installments_options: null,
name: ord-2tNDzhA4Akmzj11AS,
needs_shipping_contact: false,
object: checkout,
on_demand_enabled: true,
paid_payments_count: 0,
recurrent: false,
redirection_time: 2,
slug: 6fca054a85194c43971ecea35cc519bb,
sms_sent: 0,
success_url: http://187.216.228.66:2222/SysVentasPagos/Acceso.aspx,
starts_at: 1676354400,
status: Issued,
type: HostedPayment,
url: https://pay.conekta.io/checkout/6fca054a85194c43971ecea35cc519bb
)