Subscriptions

The Subscriptions API enables you to manage Subscriptions and Subscription Plans with ease. A Subscription represents a recurring agreement between you and your customer, allowing for regular charges, such as for season cards.

Subscription Plans define specific properties for Subscriptions that are created based on the Plan. These properties include details like pricing and billing intervals, ensuring precise customization of subscription parameters and behavior

Endpoints

The Subscription object

Attributes

_id
Required
string

The ID of the subscription

sellerId
Required
string

The ID of the seller of the subscription

status
Required
string

The status of the subscription

DRAFTACTIVEINCOMPLETECANCELEDARCHIVEDPENDING-CANCELLATION
customerId
Required
string

The ID of the customer of the subscription

planId
Required
string

The ID of the plan of the subscription

currency
Required
string

An ISO 4217 3-character code of the currency

EURUSDGBPAUDCHFTHBILSCOPMXNDKKNOKSEKQARCADISKGTQINRDOPSGDPLNSARTTDZARKYDHKDCZKKRWJPYNZDAEDMADTWDBRLBWP
items
Required
array<any>

The origin information of the subscription

Optional Attributes

Collapse all
Was this section helpful?
YesNo
Example
{
"_id": "string",
"sellerId": "string",
"status": "DRAFT",
"customerId": "string",
"planId": "string",
"currency": "EUR",
"customerPaymentMethodId": "string",
"origin": {
"eventId": "string",
"shopId": "string"
},
"items": [
{
"type": "ticket",
"_id": "string",
"name": "string",
"amount": 1,
"netPrice": 10.5,
"price": 10.5,
"taxRate": 10.5,
"triggeredBy": "string",
"bundleInfo": {
"bundleId": "string",
"componentId": "string",
"optionId": "string"
},
"ticketTypeId": "string",
"categoryRef": "string",
"seatingInfo": {
"_id": "string",
"_type": 6,
"categoryId": "string",
"statusId": "string",
"name": "string",
"seatType": "handicapped",
"sectionName": "string",
"groupName": "string",
"rowName": "string",
"seatName": "string",
"gate": "string"
},
"slotInfo": {
"slotId": "string",
"slotStartTime": "string"
},
"asHardTicket": true,
"listingId": "string",
"triggeredAutomations": true,
"meta": {},
"addOns": [
{
"productId": "string",
"productVariantId": "string",
"name": "string"
}
],
"capabilities": [
{
"type": "self_service_return",
"displayName": "string",
"settings": {
"returnRelatedItems": true,
"phases": [
{
"condition": {
"target": "string",
"unit": "hours",
"offset": 1
},
"refundPercentage": 10.5
}
]
}
}
],
"ticketId": "string",
"planVariantId": "string"
}
],
"billing": {
"cycles": [
{
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"due": "2030-01-23T23:00:00.123Z",
"status": "FAILED",
"transactionId": {
"type": [],
"required": []
}
}
]
},
"payment": {
"anchor": "2030-01-23T23:00:00.123Z",
"schedules": []
},
"cycles": [],
"history": [],
"transactionId": "string",
"startAt": "2030-01-23T23:00:00.123Z",
"cancelAt": "2030-01-23T23:00:00.123Z",
"canceledAt": "2030-01-23T23:00:00.123Z",
"company": "string",
"firstname": "string",
"lastname": "string",
"name": "string",
"email": "[email protected]",
"phone": "string",
"address": {
"street": "string",
"line2": "string",
"postal": "string",
"city": "string",
"country": "string",
"state": "string"
},
"secret": "2030-01-23T23:00:00.123Z"
}

Get a Subscription

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
get
/api/subscriptions/{id}
Response
application/json
{
"_id": "string",
"sellerId": "string",
"status": "DRAFT",
"customerId": "string",
"planId": "string",
"currency": "EUR",
"customerPaymentMethodId": "string",
"origin": {
"eventId": "string",
"shopId": "string"
},
"items": [
{
"type": "ticket",
"_id": "string",
"name": "string",
"amount": 1,
"netPrice": 10.5,
"price": 10.5,
"taxRate": 10.5,
"triggeredBy": "string",
"bundleInfo": {
"bundleId": "string",
"componentId": "string",
"optionId": "string"
},
"ticketTypeId": "string",
"categoryRef": "string",
"seatingInfo": {
"_id": "string",
"_type": 6,
"categoryId": "string",
"statusId": "string",
"name": "string",
"seatType": "handicapped",
"sectionName": "string",
"groupName": "string",
"rowName": "string",
"seatName": "string",
"gate": "string"
},
"slotInfo": {
"slotId": "string",
"slotStartTime": "string"
},
"asHardTicket": true,
"listingId": "string",
"triggeredAutomations": true,
"meta": {},
"addOns": [
{
"productId": "string",
"productVariantId": "string",
"name": "string"
}
],
"capabilities": [
{
"type": "self_service_return",
"displayName": "string",
"settings": {
"returnRelatedItems": true,
"phases": [
{
"condition": {
"target": "string",
"unit": "hours",
"offset": 1
},
"refundPercentage": 10.5
}
]
}
}
],
"ticketId": "string",
"planVariantId": "string"
}
],
"billing": {
"cycles": [
{
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"due": "2030-01-23T23:00:00.123Z",
"status": "FAILED",
"transactionId": {
"type": [],
"required": []
}
}
]
},
"payment": {
"anchor": "2030-01-23T23:00:00.123Z",
"schedules": []
},
"cycles": [],
"history": [],
"transactionId": "string",
"startAt": "2030-01-23T23:00:00.123Z",
"cancelAt": "2030-01-23T23:00:00.123Z",
"canceledAt": "2030-01-23T23:00:00.123Z",
"company": "string",
"firstname": "string",
"lastname": "string",
"name": "string",
"email": "[email protected]",
"phone": "string",
"address": {
"street": "string",
"line2": "string",
"postal": "string",
"city": "string",
"country": "string",
"state": "string"
},
"secret": "2030-01-23T23:00:00.123Z"
}

Update a Subscription

Payload

secret
Required
string

Optional Attributes

Collapse all
Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
put
/api/subscriptions/{id}
{
"status": "DRAFT",
"customerPaymentMethodId": "string",
"secret": "string"
}
Response
application/json

Get all Subscriptions

Query

top
Optional
number float

A limit on the number of objects to be returned. Can range between 1 and 1000.

skip
Optional
number float

The number of objects to skip for the requested result

customerId
Optional
string
planId
Optional
string
planVariantIds
Optional
array<string>
eventId
Optional
string
updatedAt
Optional
object

Optional Attributes

Collapse all
status
Optional
array<string>
Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
get
/api/subscriptions
Response
application/json
{
"docs": [
{
"_id": "string",
"sellerId": "string",
"status": "DRAFT",
"customerId": "string",
"planId": "string",
"currency": "EUR",
"customerPaymentMethodId": "string",
"origin": {
"eventId": "string",
"shopId": "string"
},
"items": [
{
"type": "ticket",
"_id": "string",
"name": "string",
"amount": 1,
"netPrice": 10.5,
"price": 10.5,
"taxRate": 10.5,
"triggeredBy": "string",
"bundleInfo": {
"bundleId": "string",
"componentId": "string",
"optionId": "string"
},
"ticketTypeId": "string",
"categoryRef": "string",
"seatingInfo": {
"_id": "string",
"_type": 6,
"categoryId": "string",
"statusId": "string",
"name": "string",
"seatType": "handicapped",
"sectionName": "string",
"groupName": "string",
"rowName": "string",
"seatName": "string",
"gate": "string"
},
"slotInfo": {
"slotId": "string",
"slotStartTime": "string"
},
"asHardTicket": true,
"listingId": "string",
"triggeredAutomations": true,
"meta": {},
"addOns": [
{
"productId": "string",
"productVariantId": "string",
"name": "string"
}
],
"capabilities": [
{
"type": "self_service_return",
"displayName": "string",
"settings": {
"returnRelatedItems": true,
"phases": [
{
"condition": {
"target": "string",
"unit": "hours",
"offset": 1
},
"refundPercentage": 10.5
}
]
}
}
],
"ticketId": "string",
"planVariantId": "string"
}
],
"billing": {
"cycles": [
{
"start": "2030-01-23T23:00:00.123Z",
"end": "2030-01-23T23:00:00.123Z",
"due": "2030-01-23T23:00:00.123Z",
"status": "FAILED",
"transactionId": {
"type": [],
"required": []
}
}
]
},
"payment": {
"anchor": "2030-01-23T23:00:00.123Z",
"schedules": []
},
"cycles": [],
"history": [],
"transactionId": "string",
"startAt": "2030-01-23T23:00:00.123Z",
"cancelAt": "2030-01-23T23:00:00.123Z",
"canceledAt": "2030-01-23T23:00:00.123Z",
"company": "string",
"firstname": "string",
"lastname": "string",
"name": "string",
"email": "[email protected]",
"phone": "string",
"address": {
"street": "string",
"line2": "string",
"postal": "string",
"city": "string",
"country": "string",
"state": "string"
},
"secret": "2030-01-23T23:00:00.123Z"
}
],
"total": 1
}

Update Subscription Items

Payload

secret
Required
string

Optional Attributes

Collapse all
seatingReservationToken
Optional
string
item
Optional
Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
put
/api/subscriptions/{id}/items/{itemId}
{
"secret": "string",
"seatingReservationToken": "string",
"item": {
"type": "ticket",
"_id": "string",
"name": "string",
"amount": 1,
"netPrice": 10.5,
"price": 10.5,
"taxRate": 10.5,
"triggeredBy": "string",
"bundleInfo": {
"bundleId": "string",
"componentId": "string",
"optionId": "string"
},
"ticketTypeId": "string",
"categoryRef": "string",
"seatingInfo": {
"_id": "string",
"_type": 6,
"categoryId": "string",
"statusId": "string",
"name": "string",
"seatType": "handicapped",
"sectionName": "string",
"groupName": "string",
"rowName": "string",
"seatName": "string",
"gate": "string"
},
"slotInfo": {
"slotId": "string",
"slotStartTime": "string"
},
"asHardTicket": true,
"listingId": "string",
"triggeredAutomations": true,
"meta": {},
"addOns": [
{
"productId": "string",
"productVariantId": "string",
"name": "string"
}
],
"capabilities": [
{
"type": "self_service_return",
"displayName": "string",
"settings": {
"returnRelatedItems": true,
"phases": [
{
"condition": {
"target": "string",
"unit": "hours",
"offset": 1
},
"refundPercentage": 10.5
}
]
}
}
],
"ticketId": "string",
"planVariantId": "string"
}
}
Response
application/json

The Subscription Plan object

Attributes

_id
Required
string

The ID of the subscription plan

name
Required
string

The name of the subscription plan

sellerId
Required
string

The ID of the seller of the subscription plan

Optional Attributes

Collapse all
Was this section helpful?
YesNo
Example
{
"_id": "string",
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"billingCycle": {},
"paymentSchedules": [
{}
],
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
},
"sellerId": "string"
}

Create a subscription Plan

Payload

name
Required
string

The name of the subscription plan

Optional Attributes

Collapse all
Responses
201
Created
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
post
/api/subscriptions/plans
{
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"paymentSchedules": [
{}
],
"billingCycle": {},
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
}
}
Response
application/json
{
"_id": "string",
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"billingCycle": {},
"paymentSchedules": [
{}
],
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
},
"sellerId": "string"
}

Get a Subscription Plan

Query

No supported query parameters
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
get
/api/subscriptions/plans/{id}
Response
application/json
{
"_id": "string",
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"billingCycle": {},
"paymentSchedules": [
{}
],
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
},
"sellerId": "string"
}

Update a subscription Plan

Payload

Optional Attributes

Collapse all
Responses
200
OK
400
Bad Request
401
Unauthorized
404
Not Found

Was this section helpful?

YesNo
put
/api/subscriptions/plans/{id}
{
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"paymentSchedules": [
{}
],
"billingCycle": {},
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
}
}
Response
application/json
{
"_id": "string",
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"billingCycle": {},
"paymentSchedules": [
{}
],
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
},
"sellerId": "string"
}

Get all Subscription Plans

Query

top
Optional
number float

A limit on the number of objects to be returned. Can range between 1 and 1000.

skip
Optional
number float

The number of objects to skip for the requested result

Responses
200
OK
400
Bad Request
401
Unauthorized

Was this section helpful?

YesNo
get
/api/subscriptions/plans
Response
application/json
{
"docs": [
{
"_id": "string",
"name": "string",
"pricingPolicy": "fixed",
"variants": [],
"billingCycle": {},
"paymentSchedules": [
{}
],
"renewalPolicy": {
"renews": "manually",
"changesPeriodStart": "2030-01-23T23:00:00.123Z",
"changesPeriodEnd": "2030-01-23T23:00:00.123Z",
"allowedChanges": {},
"confirmationPeriodStart": "2030-01-23T23:00:00.123Z",
"confirmationPeriodEnd": "2030-01-23T23:00:00.123Z"
},
"paymentPolicy": {
"allowedPaymentGateways": [],
"changePaymentMethodPolicy": "always",
"allowedChangePaymentMethodGateways": []
},
"sellerId": "string"
}
],
"total": 1
}