Subscription object stores information and rules defining the contract between your business and a customer. It is created when a customer purchases a subscription-based product.
Search query fields
| Field | Description | Type |
|---|---|---|
| id | The subscription identifier | string |
| serial | The incremental subscription number | string |
| status | The subscription status | string |
| createdAt | The date subscription was created | date |
| updatedAt | The last date the subscription was updated | date |
| nextBillingDate | The upcoming next billing date | date |
| canceledAt | The date subscription was cancelled | date |
| customer | The customer identifier | string |
Reference
Available options:
subscription Minimum length:
1Available options:
active, paused, canceled, failed, expired, merged Minimum length:
1Required range:
x >= 0Minimum length:
1Required string length:
3Required range:
x >= 0