GET
/
Subscription
/
{subId}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

subId
integer
required

The subscription ID.

Response

200 - application/json
CreatedAt
string

Timestamp of when the subscription ws created, in UTC.

Customer
object
EndDate
string | null

The subscription's end date.

EntrypageId
integer

If applicable, the internal reference ID to the payment page capturing the payment.

ExternalPaypointID
string | null

A custom identifier for the paypoint, if applicable. Like entrypoint is the Payabli identifier for the merchant, externalPaypointId is a custom field you can use to include the merchant's ID from your own systems.

FeeAmount
number | null

Fee applied to the subscription.

Frequency
string | null

The subscription's frequency.

IdSub
integer

The subscription's ID.

InvoiceData
object
LastRun
string | null

The last time the subscription was processed.

LastUpdated
string | null

The last date and time the subscription was updated.

LeftCycles
integer | null

The number of cycles the subscription has left.

Method
string | null

The subscription's payment method.

NetAmount
number | null

The subscription amount, minus any fees.

NextDate
string | null

The next date the subscription will be processed.

ParentOrgName
string | null

The name of the parent organization.

PaymentData
object
PaypointDbaname
string | null

The paypoint's DBA name.

PaypointEntryname
string | null

The paypoint's entryname.

Maximum length: 50
PaypointId
integer | null

The paypoint's ID. Note that this is different than the entryname.

PaypointLegalname
string | null

The paypoint's legal name.

PlanId
integer

Payment plan ID.

Source
string | null

Custom identifier to indicate the transaction or request source.

Maximum length: 100
StartDate
string | null

The subscription start date.

SubEvents
object[] | null

Events associated with the subscription.

SubStatus
integer | null

The subscription's status.

  • 0: Paused
  • 1: Active
TotalAmount
number | null

The subscription amount, including any fees.

TotalCycles
integer | null

The total number of cycles the subscription is set to run.

UntilCancelled
boolean

When true, the subscription has no explicit end date and will run until canceled.