0

Dose 'Stripe connect' is functional with Stripe API version 1.18.0 ?

Adi
  • 1
  • 2

1 Answers1

0

Version 1.18.0 of the Stripe PHP bindings will be able to use some Connect features, but not all.

Most importantly, you will not be able to use Stripe-Account header, which is the recommended way of issuing API requests on behalf of another account.

I would recommend using the latest version of the PHP bindings. Note that the syntax changed in version 2.0.0: all Stripe_Class class names are now \Stripe\Class.

All the examples in Stripe's documentation and API reference use the syntax for the latest version.

Ywain
  • 16,854
  • 4
  • 51
  • 67
  • this is soo good . i'm working on CakePHP project , i did configure stripe using [chronon stripe](https://github.com/chronon/CakePHP-StripeComponent-Plugin) this . but this is old version . what changes i have to make to shift this to new version . p.s cant give you marks , im very new here , – Adi Apr 22 '16 at 12:38
  • last comment is for you – Adi Apr 22 '16 at 12:45