Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

RexT's avatar
Level 1

Per Seat Billing Shows as £0

Hello! I have a spark website where users can create teams for £7.99 a month, it's a per-seat set up where the teams are the 'seats' and the user can create multiple teams. A team costs £7.99 a month, however the price for the billing plan is shown as £0 / Team / Month in the spark billing area, does anyone know what I'm missing? The pricing seems correct for those that have created teams and it looks ok in Stripe

0 likes
5 replies
ivanramosnet's avatar

@RexT Your Cashier environment variables should be the following:

CASHIER_CURRENCY=GBP
CASHIER_CURRENCY_LOCALE=en

And the price field in Stripe should look like the following:

https://ibb.co/BCsT3NQ

Is this correct?

ivanramosnet's avatar

@RexT In order to use locales other than en, ensure the ext-intl PHP extension is installed and configured on your server.

Please or to participate in this conversation.