Endpoints
Create Pix subscription
Create a recurring subscription charged through Pix
POST
Creates a Pix subscription.
Body parameters
string
required
Unique identifier for this subscription in your application.
number
required
Subscription charge amount.
object
required
Customer information.
object
required
Product associated with the subscription.
object
required
Recurrence configuration.
string
required
Periodicity type. Supported values:
DAYS, WEEKS, MONTHS, YEARS.number
required
Recurrence interval.
number
Number of periods before the first charge.
string
URL that will receive subscription webhook notifications.

