Skip to content

Commit bd8a6bb

Browse files
authored
Add min version for custom request support
1 parent 6cf9067 commit bd8a6bb

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
@@ -282,6 +282,8 @@ Stripe has features in the [private preview phase](https://docs.stripe.com/relea
282282

283283
### Custom requests
284284

285+
> This feature is only available from version 27 of this SDK.
286+
285287
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 `StripeClient`.
286288

287289
```java

0 commit comments

Comments
 (0)