Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Aug 28, 2020 @ 07:30
    Robert Foster
    0

    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:

    <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?

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Aug 28, 2020 @ 08:13
    Matt Brailsford
    100

    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 just payment

    Give this a try and let me know if that works.

    Matt

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Aug 28, 2020 @ 08:58
    Robert Foster
    0

    Thanks Matt,

    Giampiero found it before I could get back to it - all working nicely now :)

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Aug 28, 2020 @ 09:04
    Matt Brailsford
    0

    Glad to hear it 👍

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies