Skip to main content
Question

Displaying Stripe Adaptive Pricing–converted prices via RevenueCat SDK/API

  • July 30, 2026
  • 0 replies
  • 0 views

Forum|alt.badge.img

For RevenueCat’s Stripe Billing integration with Managed Payments, which auto-enables Stripe’s Adaptive Pricing (converting our price to the customer’s local currency at checkout using live exchange rates).
The issue: when we display prices on our own site using getOfferings(), we’re showing our configured/base price — not the Adaptive Pricing–converted local price the customer will actually see once they reach Stripe Checkout. This creates a mismatch where the price on our site doesn’t match what shows up at checkout.
Questions:
    1.    Is there any way to fetch or preview the Adaptive Pricing–converted price for a given customer/currency before they reach Stripe Checkout, so we can display an accurate price on our site?
    2.    If not currently possible, is this something on the roadmap — e.g., exposing an estimated localized price through getOfferings() or another API call?
    3.    Is there a recommended workaround other teams have used to avoid this mismatch (aside from disabling Managed Payments or sticking to one currency)?