Interface RequestStripePaymentIntentAccessTokenResolver
- All Known Implementing Classes:
HeaderRequestStripePaymentIntentAccessTokenResolver
public interface RequestStripePaymentIntentAccessTokenResolver
Used for determining the payment intent access token from the request.
- Author:
- Dima Myroniuk (dmyroniuk)
-
Method Summary
Modifier and TypeMethodDescriptionresolvePaymentIntentAccessToken
(jakarta.servlet.http.HttpServletRequest request) Gathers the Stripe PaymentIntent access token from the provided HTTP request.
-
Method Details
-
resolvePaymentIntentAccessToken
Gathers the Stripe PaymentIntent access token from the provided HTTP request.- Parameters:
request
- The original http request- Returns:
- A Stripe PaymentIntent access token, if one exists
-