> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/headless-api/guides/basket-links.md).

# Basket Links

**BasketLinks** are the available links for a given basket. When a customer is ready to checkout, they can be directed to the `checkout` URL.

## The BasketLinks object

```json
{"openapi":"3.1.0","info":{"title":"Tebex Headless API","version":"2.0.0"},"components":{"schemas":{"BasketLinks":{"type":"object","properties":{"payment":{"type":"string","description":"The `links.payment` property is only returned if the basket has been paid for and a payment exists with the `complete`,`refund`, or `chargeback` status."},"checkout":{"type":"string","description":"The `links.checkout` property is only returned if the basket has not been paid, and is the URL to send the customer to make payment"}}}}}}
```
