Create Unique Payment LinkAsk AIpost https://api.conekta.io/checkoutsBody Paramsrequested field for checkoutallowed_payment_methodsarray of stringsrequiredThose are the payment methods that will be available for the linkallowed_payment_methods*ADD stringexclude_card_networksarray of stringsList of card networks to exclude from the checkout. This field is only applicable for card payments.checkout_exclude_card_networksADD stringexpires_atint64requiredIt is the time when the link will expire. It is expressed in seconds since the Unix epoch. The valid range is from 10 minutes to 365 days from the creation date.monthly_installments_enabledbooleanThis flag allows you to specify if months without interest will be active.truetruefalsemonthly_installments_optionsarray of int8sThis field allows you to specify the number of months without interest.monthly_installments_optionsADD int8three_ds_modestring | nullIndicates the 3DS2 mode for the order, either smart or strict. This property is only applicable when 3DS is enabled. When 3DS is disabled, this field should be null.namestringrequiredReason for chargeneeds_shipping_contactbooleanThis flag allows you to fill in the shipping information at checkout.falsetruefalseon_demand_enabledboolean | nullThis flag allows you to specify if the link will be on demand.truetruefalseplan_idsarray of stringsIt is a list of plan IDs that will be associated with the order.plan_idsADD stringorder_templateobjectrequiredIt maintains the attributes with which the order will be created when receiving a new payment.order_template objectpayments_limit_countint8≥ 1It is the number of payments that can be made through the link.success_urlstringThe URL to redirect to after a successful payment.recurrentbooleanrequiredfalse: single use. true: multiple paymentstruefalsetypestringrequiredIt is the type of link that will be created. It must be a valid type.HeadersAccept-LanguagestringenumDefaults to esUse for knowing which language to useesenAllowed:esenX-Child-Company-IdstringIn the case of a holding company, the company id of the child company to which will process the request.Responses 200successful operation 401authentication error 402payment required error 422parameter validation error 500internal server errorUpdated 7 months ago