Dose 'Stripe connect' is functional with Stripe API version 1.18.0 ?
0
votes
1 Answers
0
votes
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.