Copied to clipboard

Flag this post as spam?

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


  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Nov 27, 2020 @ 17:35
    Tom Madden
    0

    Custom Payment Provider Continue 400 error

    Hi Matt,

    I'm hoping you can help me with this basic payment provider issue.

    I'm creating a new payment provider using a payment provider called Retail Merchant Services http://www.retailmerchantservices.co.uk/

    I hadn't hear of them either.

    I started from your payment provider template on Github and I've got to the stage of returning from the payment provider in order to verify and complete the transaction, but getting a 400 error. This is a synchronous post back to the site but the payment provider's ProcessCallback method is not being hit. In fact the provider's constructor isn't being called.

    I suspect it's an issue in the Redirect url, but I can't for the life of me see what's wrong with it.

    I've read through various posts here as well as looking through the docs and I'm sure I'm just missing something simple. BTW, I did see a post about creating an override for GetOrderReference but that made no difference.

    I have my redirect Url as /umbraco/vendr/payment/callback/RmsHostedPaymentProvider/74884c47-4f35-41a5-b060-ba4990a6e6b9 and this matches the payment provider as shown: enter image description here

    I'm hoping you can point out my mistake,

    many thanks

    tom

  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Nov 28, 2020 @ 18:50
    Tom Madden
    1

    I finally manged to figure this out, so leaving this in case this helps anyone else.

    The callback address use the alias of the payment provider (I was using the name, doh!)

    BUT, the other issue I had, unwittingly, I had confused the redirect Url and the callback Url. The callback Url is handled automatically by Vendr

    HTH

    t

  • Tom Madden 252 posts 454 karma points MVP 4x c-trib
    Nov 29, 2020 @ 07:48
    Tom Madden
    1

    Final point,

    you need to use the order.GenerateOrderReference() method and not pass the order id for GetOrderReferecnce to work.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Nov 30, 2020 @ 09:46
    Matt Brailsford
    0

    Hey Tom.

    Glad you were able to work this out. It sounds like you found all the right pieces.

    People often confuse the callback URL with the continue URL so it's a common mistake. And yea, if you are using a solution that requires a globaly registered webhook, then you need to use the OrderReference and not ID like you say. This is an added measure to ensure the order is the one you think it is, ensuring that you have a matching order ID and order Number.

    Matt

Please Sign in or register to post replies

Write your reply to:

Draft