VyCheckoutSessionRequest
\!! DESCRIPTION MISSING !!
Properties
Field | Type | Description | Required |
---|---|---|---|
LineItems | ✗ | ||
SuccessUrl | string | The URL where your user will be directed in case of successful checkout. (URLs must begin with http or https) | ✗ |
CancelUrl | string | The URL where your user will be directed in case they decide to cancel the payment. (URLs must begin with http or https) | ✗ |
Mode | string | Only **payment** mode is allowed. | ✗ |
ExpiresAt | DateTime | The date-time at which the Checkout Session will expire. It can be set to expire anytime between 30 minutes to 24 hours after it's created. By default, it expires 24 hours after creation. This field accepts a date-time in ISO-8601 format. | ✗ |
Customer | ✗ |
References
Operation
Last updated