Skip to content

Commit 1713242

Browse files
authored
Add min version for custom request support (#1957)
1 parent 0acd7bd commit 1713242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ Stripe has features in the [private preview phase](https://docs.stripe.com/relea
229229

230230
### Custom requests
231231

232+
> This feature is only available from version 16 of this SDK.
233+
232234
If you would like to send a request to an undocumented API (for example you are in a private beta), or if you prefer to bypass the method definitions in the library and specify your request details directly, you can use the `rawRequest` method on the StripeClient.
233235

234236
```php

0 commit comments

Comments
 (0)