#swcooke - php error
1 messages · Page 1 of 1 (latest)
Hey there, you can supply this with the Stripe-Version header, which is also support through configurations in our client SDKs:
https://stripe.com/docs/api/versioning?lang=curl
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
eg, with the PHP library you can do:
$stripe = new \Stripe\StripeClient([
"api_key" => "sk_test_123",
"stripe_version" => "2020-08-27"
]);