Bambora checkout: "The request contained an invalid model. Please try again"
Hi wonderful people,
I installed the Bambora plugin, created a new payment provider as Bambora and inserted my test merchant ID and also enabled the Test Mode in Vendr and in Bamboa.
When I checkout I get the following error:
The request contained an invalid model. Please try again
Line 8: @using (Html.BeginPaymentForm(Model.Order))
'm not really sure what the problem is. Has anyone experience similar or perhaps can share their testing setup?
They are reporting the same error message as yourself, and when they debugged it further found the underlying issue to be an invalid url...
which could be because the callback url is not able to be hit (not public facing)... or in their case that the domain wasn't configured in Settings - Payment System...
Bambora checkout: "The request contained an invalid model. Please try again"
Hi wonderful people,
I installed the Bambora plugin, created a new payment provider as Bambora and inserted my test merchant ID and also enabled the Test Mode in Vendr and in Bamboa.
When I checkout I get the following error:
'm not really sure what the problem is. Has anyone experience similar or perhaps can share their testing setup?
Hi MB
Did you see this issue on the Bambora Vendr plugin source in github?
https://github.com/vendrhub/vendr-payment-provider-bambora/issues/5
They are reporting the same error message as yourself, and when they debugged it further found the underlying issue to be an invalid url...
which could be because the callback url is not able to be hit (not public facing)... or in their case that the domain wasn't configured in Settings - Payment System...
regards
Marc
is working on a reply...