As I say, it's been a while since this was created so I'm not entirely sure where you find these in the payment gateway portal, but hopefully you are able to hunt them out.
Let me know if you are having problems and I'll have to see if I still have a test account to figure them out.
EPay Authorization is invalid
Hey guys,
I'm trying to setup my test merchant for Vendr to do my final testing before purchasing a licence.
I get the error:
This is most likely due to my ePay payment method setup. I don't exactly know what fields is required for this to work?
I have filled these out:
What else do I need?
Hi MB
I'll be honest, It's been a while since I created the ePay (Bambora) provider so it's not exactly fresh in my mind.
Looking at the source code though, this is where the connection to Bambora is configured https://github.com/vendrhub/vendr-payment-provider-bambora/blob/v2/dev/src/Vendr.PaymentProviders.Bambora/BamboraPaymentProviderBase.cs#L43 and you can see it needs an
AccessKey
,MerhantNumber
,SecretKey
and anMD5Key
so my guess is one of those may be missing from the settings.As I say, it's been a while since this was created so I'm not entirely sure where you find these in the payment gateway portal, but hopefully you are able to hunt them out.
Let me know if you are having problems and I'll have to see if I still have a test account to figure them out.
Hope this helps
Matt
Hi,
It is very important to mention, that the official Venr's Bambora Payment payment provider does work only with Bambora Checkout.
It will not work with the old ePay (known now as Bambora ePay).
Been there, done that...
Regards
Tomasz
is working on a reply...