You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done the pricing table integration but when someone purchases a credit, the payment goes to the stripe account but it doesn't credit the user account! Is there anywhere to test the webhook locally or what could be the issue?
And I've noticed that when I set my VERCEL_URL to : www.mydomain.com The Astria API Callback uses the deployment link which goes like domain-b2az057nm-domain.vercel.app, why is it like that?
The text was updated successfully, but these errors were encountered:
You need to add "/stripe/subscription-webhook" at the end of your webhook endpoint. Go to stripe then click developers, webhooks, edit destination, and change the URL. At least this worked for me. Should look something like https://YOUR_URL.vercel.app/stripe/subscription-webhook
I've done the pricing table integration but when someone purchases a credit, the payment goes to the stripe account but it doesn't credit the user account! Is there anywhere to test the webhook locally or what could be the issue?
And I've noticed that when I set my VERCEL_URL to : www.mydomain.com The Astria API Callback uses the deployment link which goes like domain-b2az057nm-domain.vercel.app, why is it like that?
The text was updated successfully, but these errors were encountered: