Hi,
I want to ask is there any possibility to connect Stripe payment with RevenueCat subscription? I mean do stripe can create new user with subscription linked with stripe user base on webhook subscription?
I have configured Stripe and Revenue cat like here.
Also I want to ask where I can see request or events from `incoming-webhooks/stripe` endpoint?
Or I can create in RevenueCat subscription by send request below?
1curl -X POST \2 https://api.revenuecat.com/v1/receipts \3 -H 'X-Platform: stripe' \4 -H 'Authorization: Bearer YOUR_REVENUECAT_API_KEY' \5 -d '{ "app_user_id": "my_app_user_id",6 "fetch_token": "sub_xxxxxxxxxx"7 }'8

