Skip to content

Releases: cartalyst/stripe

v2.2.1

16 Jun 09:59
Compare
Choose a tag to compare

ADDED

  • Stripe response headers to the StripeException object

v2.2.0

21 Apr 17:59
Compare
Choose a tag to compare

ADDED

  • Account > Persons API
  • Checkout > Sessions API
  • CreditNotes API
  • FileLinks API
  • PaymentMethods API
  • PaymentIntents API
  • Radar > Reviews API
  • Radar > Value Lists API
  • Radar > Value List Items API
  • SubscriptionSchedules API
  • SubscriptionScheduleRevisions API
  • Terminal > Connection Tokens
  • Terminal > Locations
  • Terminal > Readers
  • Top-ups API
  • WebhookEndpoints API
  • Method to the Sources API to retrieve all sources of a customer
  • Method to the Invoices API to send the invoice to the customer
  • Method to the Invoices API to delete a draft invoice
  • Method to the Invoices API to finalize an invoice
  • Method to the Invoices API to void an invoice
  • Method to the Invoices API to mark an invoice as uncollectible
  • Method to the UsageRecords API to retrieves all usage record summary

UPDATED

  • Added extra $parameters argument to the upcomingInvoice method
  • Rename FileUploads to Files (backward compatible)
  • Remove parameters argument from Payouts Cancel endpoint

v2.1.4

11 Apr 12:20
Compare
Choose a tag to compare

ADDED

  • Method to the Sources API to attach a source to a customer.
  • Method to the Sources API to detach a source from a customer.
  • Method to the Account API to create a login link.
  • Sigma Scheduled Queries API
    • Allows to find a scheduled query
    • Allows to retrieve all scheduled queries
  • Usage Records API

v2.1.3

11 Apr 12:20
Compare
Choose a tag to compare

UPDATED

  • Some of the methods on the Account API class to allow the usage of the new Stripe API endpoints.

v2.1.2

22 Feb 02:31
Compare
Choose a tag to compare

FIXED

  • Issue on all() method on Bank Accounts API to also return Cards.
  • Issue on all() method on Cards API to also return Bank Accounts.

v2.1.1

12 Jan 18:12
Compare
Choose a tag to compare

FIXED

  • Issue when creating a card and not being able to pass metadata or other attributes.
  • Sources API class to use the proper Stripe Sources endpoint.

ADDED

  • Support for Ephemeral Keys.

v2.1.0

10 May 01:19
Compare
Choose a tag to compare

ADDED

  • PHP 7.1 support.
  • Add Payouts API endpoint.

REMOVED

  • HHVM support.

v2.0.9

09 Mar 21:43
Compare
Choose a tag to compare

FIXED

  • Issue with account id being invalid without being set.

UPDATED

  • Account test to be more performant and faster to finish.

v2.0.8

27 Jan 01:50
Compare
Choose a tag to compare

ADDED

  • Method to set the connected account.

v2.0.7

23 Sep 11:09
Compare
Choose a tag to compare

ADDED

  • Method to disable the amount converter.

UPDATED

  • Stripe Exception to retrieve the error response that Stripe returns.