<Error><Message>No HTTP resource was found that matches the request URI 'https://[website].azurewebsites.net/umbraco/vendr/VendrPayment/callback'.</Message></Error>
I can only assume that I have the webhook is wrong, but there seems to be not much documentation on what it should be?
Stripe Payment Provider - configuring the webhooks
Hey Matt,
I'm trying to configure and test the Stripe payment provider configuration. The website url is:
https://[website].azurewebsites.net/
The Stripe Webhook (test data) is set up as follows:
https://[website].azurewebsites.net/umbraco/vendr/VendrPayment/callback
Looking at the webhook logs, I see the following:
I can only assume that I have the webhook is wrong, but there seems to be not much documentation on what it should be?
Hey Robert,
The Stripe provider docs set out exactly what the callback URL needs to be which you can find here https://vendr.net/docs/payment-providers/stripe/1-1-0/stripe-checkout/getting-started/configuring-stripe/#webhook
Looking at what you have in your post, I think the bit that is wrong is where you have
VendrPayment
when it should be justpayment
Give this a try and let me know if that works.
Matt
Thanks Matt,
Giampiero found it before I could get back to it - all working nicely now :)
Glad to hear it 👍
is working on a reply...