Question

How can I process one-time payments on the web using Stripe without utilizing Stripe Checkout Sessions?

  • 21 March 2024
  • 1 reply
  • 19 views

Badge +1

Hi there,

We have a Flutter app for both iOS and Android that is integrated with RC through the SDK. We offer both subscriptions and one-time purchases(IAP). 

We are now integrating Stripe payments for both subscriptions and one-time purchases in our new web app. However, we are facing difficulties with the integration of one-time payment validation as it requires a Stripe Checkout Session. 

We have a custom payment form and UI that uses Stripe payment elements, and we are unable to use Stripe Checkout sessions. 

Are there any other alternatives that we could explore to create entitlement for these purchases?


This post has been closed for comments

1 reply

Userlevel 3
Badge +8

Hi Daniel,

Unfortunately we don’t support an alternative to Stripe OTPs without checkout. However, we’ve just released a feature called RC Billing that can be a work-around for this. It’s currently in beta and is for subscriptions only, but we will be expanding to OTPs as well.