I’m hitting a bit of a wall getting the RevenueCat/Stripe integration up and running, mainly because I haven’t found a good path for testing test/sandbox subscriptions. I can do testing against Stripe Live, but that isn’t really a good solution..
Stripe seems to only allow installation of the RC App in Live mode. It also appears that RC only allows one Stripe integration per project, meaning that I can only have one webhook config for Stripe with one Stripe webhook secret.
I don’t want to (lol), but it seems like I could:
- Create a second RC project and attach the Stripe Test webhook there.
- Proxy the Stripe Test web hooks, and forward them onto RC. I haven’t tested this, so I haven’t verified if the checks on RC endpoint would allow these coming from a different source.
- Test in Stripe Live mode.
Do I have any better options? I’m hoping I’ve just missed something that makes this really easy.
Thanks in advance.