Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.35 KB

CheckoutRequest.md

File metadata and controls

21 lines (17 loc) · 1.35 KB

Conekta.net.Model.CheckoutRequest

Checkout details

Properties

Name Type Description Notes
AllowedPaymentMethods List<string> Are the payment methods available for this link
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]