Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.64 KB

File metadata and controls

22 lines (18 loc) · 1.64 KB

Conekta.net.Model.CheckoutRequest

Checkout details

Properties

Name Type Description Notes
AllowedPaymentMethods List<CheckoutRequest.AllowedPaymentMethodsEnum> Are the payment methods available for this link. For subscriptions, only 'card' is allowed due to the recurring nature of the payments.
PlanIds List<string> List of plan IDs that will be available for subscription. This field is required for subscription payments. [optional]
ExpiresAt long Unix timestamp of checkout expiration [optional]
FailureUrl string Redirection url back to the site in case of failed payment, applies only to HostedPayment. [optional]
MonthlyInstallmentsEnabled bool [optional]
MonthlyInstallmentsOptions List<int> [optional]
MaxFailedRetries int Number of retries allowed before the checkout is marked as failed [optional]
Name string Reason for payment [optional]
OnDemandEnabled bool [optional]
RedirectionTime int number of seconds to wait before redirecting to the success_url [optional]
SuccessUrl string Redirection url back to the site in case of successful payment, applies only to HostedPayment [optional]
Type string This field represents the type of checkout [optional]

[Back to Model list] [Back to API list] [Back to README]