> ## Documentation Index
> Fetch the complete documentation index at: https://developer.pagou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscriptions Reference

> API operations for creating, reading, updating, and canceling recurring subscriptions.

Use the Subscriptions API to bill a customer on a recurring schedule using a stored card. A subscription is created from a single-use `pgct_` payment token, charges the customer immediately (or runs a card validation when a trial is set), and renews on its billing interval.

## Endpoints

* [Create a Subscription](/api-reference/subscriptions/create)
* [List Subscriptions](/api-reference/subscriptions/list)
* [Get a Subscription](/api-reference/subscriptions/get)
* [Update a Subscription](/api-reference/subscriptions/update)
* [Cancel a Subscription](/api-reference/subscriptions/cancel)
