Offer

An offer for a specific purpose, which the subscription can accept by making a direct payment.

Fields

acceptUrl (String)

URL to directly accept and pay for the offer.

createdAt (ISO8601DateTime!)

The timestamp when the offer was initialted.

detailsUrl (String!)

URL to view and pay for the offer.

expiresAt (ISO8601DateTime)

The timestamp when the offer expires

failureUrl (String)

An optional URL to redirect the customer if offer has expired.

id (ID!)

The database ID of this offer.

invoice (Invoice!)

The associated invoice.

invoiceId (ID!)

ID of the associated invoice.

offerType (OfferTypeEnum!)

The type of the offer.

subscription (Subscription!)

The associated subscription.

subscriptionId (ID!)

ID of the associated subscription.

successUrl (String)

An optional URL to redirect the customer after successful payment.

token (String!)

Unique token of the offer.

Last updated