Overview
A subscription object describes a recuring purchase.
To learn more about subscriptions, read About Subscriptions.
Properties
Subscription objects returned by endpoints in this section can have all or some of these properties:
Title | Type | Description |
---|---|---|
| Array | Items on this subscription. This is an array of Subscription Item objects. |
| Object | Object with customer details |
| String | Customer's description |
| String | Customer's contact email |
| String | Subscription status. |
| String | Payment method |
| String | Pricing plan description |
| String | Payment method ID |
| Number | Discount ammount |
| String | Current period |
| String | Date and time when the trial ends for this subscription |
| String | Next invoice message text |
| String | Date and time when the subscription was cancelled |
| String | Memo text |
| String | Footer text |
| String | Payment due date |
| Number | How many time units (days, weeks, etc.) should pass between payments |
| String | Unit of time to measure the interval between payments. |
| boolean | Restart billing period |
| Number | Threashold ammount |
| String | Boleto URL |
| String | PIX QR Code |
| Boolean | If True, the subscription will be automatically cancelled when an invoice is past due |
| Number | The number of installments |