Stripe Versions Save

A comprehensive PHP Library for the Stripe.

v2.4.6

2 years ago

UPDATED

  • Refunds API was updated to work with Payment Intents.

v2.4.5

3 years ago

FIXED

  • Allow currencies to be also defined as lowercase.

v2.4.4

3 years ago

ADDED

  • Mandates API

v2.4.3

3 years ago

ADDED

  • Prices API

v2.4.2

3 years ago

ADDED

  • Support for Guzzle 7

FIXED

  • Issue with the payload being sent to Stripe

v2.4.1

4 years ago

SECURITY

  • Remove usage of the unsafe getenv method outside of CLI

v2.3.1

4 years ago

SECURITY

  • Remove usage of the unsafe getenv method outside of CLI

v2.4.0

4 years ago

ADDED

  • Account Links API
  • Account Capabilities API
  • Balance Transactions API

REMOVED

  • Cartalyst Collections dependency, since it was no longer being used.
  • Subscription Schedule Revisions API since it was fully removed from the Stripe API
  • The verify() method from the Account API. Stripe made it more difficult to make this verification more straightforward, so this method was unfortunately redundant.

v2.3.0

4 years ago

UPDATED

  • Api Key checker moved to the create handler method.

v2.2.12

4 years ago

ADDED

  • Add all method to the Setup Intents API