Closed cmmcleod closed 1 month ago
Request signing as a feature has not yet been made publicly available and therefore cannot be supported in the SDKs. We have plans to change that in the next year, but no particular timeline yet.
cc @alinalkm-stripe for any further questions
Is your feature request related to a problem? Please describe.
Stripe has already built an alternative authentication method - signing keys - that uses request signing to authenticate requests. Stripe’s request signing is conceptually similar to how AWS Request Signing works. None of the SDKs currently support this feature.
Describe the solution you'd like
Describe alternatives you've considered
A potential alternative would be to use the
StripeClient.builder
and add a pre-request hook to intercept any request and add the appropriate signature headers - not sure if this is more/less feasible.Additional context
No response