From bd8a6bba18ab19f4e34c7abf2c00431aded148c7 Mon Sep 17 00:00:00 2001 From: Ramya Rao <100975018+ramya-stripe@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:14:33 -0800 Subject: [PATCH] Add min version for custom request support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ba0ebf84f3..32d60c2826d 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,8 @@ Stripe has features in the [private preview phase](https://docs.stripe.com/relea ### Custom requests +> This feature is only available from version 27 of this SDK. + 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`. ```java