| Name | Type | Description | Notes |
|---|---|---|---|
| allowedPaymentMethods | List<String> | Are the payment methods available for this link | |
| canNotExpire | Boolean | [optional] | |
| emailsSent | Integer | [optional] | |
| excludeCardNetworks | List<ExcludeCardNetworksEnum> | [optional] | |
| expiresAt | Long | [optional] | |
| failureUrl | String | [optional] | |
| force3dsFlow | Boolean | [optional] | |
| id | String | ||
| isRedirectOnFailure | Boolean | [optional] | |
| livemode | Boolean | [optional] | |
| maxFailedRetries | Integer | Number of retries allowed before the checkout is marked as failed | [optional] |
| metadata | [optional] | ||
| monthlyInstallmentsEnabled | Boolean | [optional] | |
| monthlyInstallmentsOptions | List<Integer> | [optional] | |
| name | String | ||
| needsShippingContact | Boolean | [optional] | |
| _object | String | ||
| onDemandEnabled | Boolean | [optional] | |
| paidPaymentsCount | Integer | [optional] | |
| recurrent | Boolean | [optional] | |
| redirectionTime | Integer | number of seconds to wait before redirecting to the success_url | [optional] |
| slug | String | [optional] | |
| smsSent | Integer | [optional] | |
| successUrl | String | Redirection url back to the site in case of successful payment, applies only to HostedPayment | [optional] |
| startsAt | Integer | [optional] | |
| status | String | [optional] | |
| type | String | This field represents the type of checkout, which determines the user experience during the payment process. 'HostedPayment' will redirect the customer to a Conekta-hosted page to complete the payment, while 'Integration' allows the payment process to be handled entirely on your site using Conekta's APIs and SDKs. | |
| url | String | Indicate the url of the Conekta component to complete the payment. For HostedPayment, this will be a Conekta-hosted page | [optional] |
| Name | Value |
|---|---|
| VISA | "visa" |
| MASTERCARD | "mastercard" |
| AMEX | "amex" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |