I want to develop 2 subscription plans for a client. Plan A they will pay CAD $5/month. Plan B they will pay USD $10 / month. Because this is a special client so we have to design a new plan they will pay in CAD. How do I design in Stripe? since when I use API stripe.subscriptions.create
, it shows this issue when they want to switch between plans
Error: The specified price uses `usd` which doesn't match the expected currency of `cad`. Use `cad` instead.