Skip to content

Releases: tebexio/TebexCheckout-OpenAPI

v1.1.4

02 Dec 18:50

Choose a tag to compare

  • Added PUT /baskets/{ident} to update basket parameters and expiry dates.
  • expires_at can now only be set via updating the basket

v1.1.3

09 Sep 20:39
e660e17

Choose a tag to compare

  • Added email_immutable, recurring_items, payment to Basket
  • Added price_paid, payment_method, revenue_share, decline_reason to Payment

v1.1.2

14 Aug 13:36

Choose a tag to compare

  • Added ip to CreateBasket
  • Added cancellation_requested_at to RecurringPayment

v1.1.0

08 Jul 16:13

Choose a tag to compare

  • Checkout API now supports baskets with both single and subscription packages in a single transaction.
    • Added Package.type which replaces Basket.type. Type may be single or subscription.
    • Changed Package.metaData -> Package.custom
  • Authorization is now included with bundled SDKs
  • Added models for webhooks and webhook subjects
    • TebexWebhook
    • PaymentSubject
    • RecurringPaymentSubject
  • Removed RecurringPeriod model
  • Removed Basket.recurringPeriod
  • Removed Basket.recurringNextPaymentDate

1.0.0

28 Jun 17:03

Choose a tag to compare

Initial release.