Checkouts
Expire a checkout
Expires a nonexpired checkout.
POST
Expire a checkout
By default, a Checkout expires automatically after 30 minutes. You can expire a Checkout manually by calling this endpoint. A Session can be expired only when it is not expired yet and its status isDocumentation Index
Fetch the complete documentation index at: https://dev.chargily.com/llms.txt
Use this file to discover all available pages before exploring further.
pending.
Once the Session expires, your customers are unable to pay, and those attempting to load it will encounter a message indicating that it has expired.
Path parameters
The ID of the checkout.
Returns
If the expiration succeeded, the Checkout object will be returned. If the Checkout has already expired, a400 error will be returned.
If the Checkout’s status is not pending, a 403 forbidden error will be returned.Previous
The Payment Link objectA Payment Link is a URL that can be shared and when accessed, directs your customers to a hosted payment page. This link can be utilized multiple times. Every time a customer accesses the link, a new [Checkout](/v2/api-reference/checkouts/checkout-object 'Checkout') is generated.
Next
Expire a checkout