Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.24 KB

CheckoutRequest.md

File metadata and controls

24 lines (16 loc) · 1.24 KB

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 Boolean [optional]
monthlyInstallmentsOptions List<Integer> [optional]
maxFailedRetries Integer Number of retries allowed before the checkout is marked as failed [optional]
name String Reason for payment [optional]
onDemandEnabled Boolean [optional]
redirectionTime Integer 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]