Skip to main content
Question

RevenueCat subscription via webhook

  • October 24, 2023
  • 2 replies
  • 153 views

Forum|alt.badge.img+1

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?

curl -X POST \
https://api.revenuecat.com/v1/receipts \
-H 'X-Platform: stripe' \
-H 'Authorization: Bearer YOUR_REVENUECAT_API_KEY' \
-d '{ "app_user_id": "my_app_user_id",
"fetch_token": "sub_xxxxxxxxxx"
}'

 

This post has been closed for comments

2 replies

Forum|alt.badge.img+1
  • Author
  • New Member
  • October 26, 2023

@developer 


wes_clark
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • October 26, 2023

Here are the instructions for how to use Stripe and RevenueCat together. You can use this "Create a Purchase" endpoint in order to send the Stripe subscriptions to RevenueCat.