Hi,
are You going to port ePay payment provider from TeaCommerce?
ePay is cheaper than DIBS and all our customers already have an agreement with ePay (Bambora).
Hi,
after some time strugling with testing I realised that there are two (!) Bambora payments: Bambora Classic (ePay, aka Bambora Online in Denmark) and Bambora Checkout, which is used here as a payment provider.
After I switched to the "other" Bambora (not ePay), it looks like all is working fine: payment authorization and payment capture from Vender's backend.
I had recompiled the sourcecode with the newest Vendr first.
Hi again,
I was about to ask when are you planning to release the "release" version of Bambora NuGet package, but I can see it's already available. YAY! :)
But after installing the relese version I can't open nor use the existing Bambora PM. In Umbraco backend I'm getting this looong error:
I had to delete the existing Bambora PM and create a new one. So no problem, fortunately.
I think it was beacuse I used a selv compiled version from git.
But I can confirm, that the new package works with test Bambora Checkout.
I think the problem would have been because we changed the payment provider alias (I forgot you were using an unreleased version so my apologies for not flagging that as breaking).
For anyone else with the same issue, you can either delete and recreate the payment method as Tomasz, or you could update the payment provider alias of the payment method in the database to point to the new alias bambora-checkout. You'll probably need an app pool recycle after this, but it would save you re-setting up the payment method.
Yes. That was exactly that. I can see in staging database, that now I have two bambora payment methods. One deleted with the old alias, and one new with the new alias.
It was enough to change alias in production database :)
I have a customer on the an Teacommerce v 3.1.4, they are running Epay but wanna replace it with Bambora Checkout. I can see you have a payment provider for Vendr, but do you think it could be ported to Teacommerce? I could properbly do it, but do you have a boilerplate for TC payment providers or something?
ePay (Bambora) payment provider
Hi, are You going to port ePay payment provider from TeaCommerce? ePay is cheaper than DIBS and all our customers already have an agreement with ePay (Bambora).
Regards Tomasz
Hi Tomasz
We do have a Bambora payment provider created, however it hasn't been through a thorough test yet. You can find the source code for it here https://github.com/vendrhub/vendr-payment-provider-bambora should you wish to try it out.
We'll be looking to test it and release it as soon as we can, but if you do test it before this, do let us know how you get on.
Many thanks
Matt
Hi Matt Thank you for a quick response. It's a very good news. We are about to start a new ecommerce project and ePay is one of the requirements.
I'll try to find time to try it out ASAP.
Regards Tomasz
Hi, after some time strugling with testing I realised that there are two (!) Bambora payments: Bambora Classic (ePay, aka Bambora Online in Denmark) and Bambora Checkout, which is used here as a payment provider.
After I switched to the "other" Bambora (not ePay), it looks like all is working fine: payment authorization and payment capture from Vender's backend.
I had recompiled the sourcecode with the newest Vendr first.
Thanks
Tomasz
Hi Tomasz,
That's fantastic news (not about the confusion).
I'm really glad you managed to get it all working though and I'll look to get an actual release out soon.
Thanks so much for testing this
Many thanks
Matt
Hi again, I was about to ask when are you planning to release the "release" version of Bambora NuGet package, but I can see it's already available. YAY! :)
But after installing the relese version I can't open nor use the existing Bambora PM. In Umbraco backend I'm getting this looong error:
I had to delete the existing Bambora PM and create a new one. So no problem, fortunately.
I think it was beacuse I used a selv compiled version from git.
But I can confirm, that the new package works with test Bambora Checkout.
Regards
Tomasz
Hey Tomasz,
Ahh, that's strange, but glad you sorted it.
I think the problem would have been because we changed the payment provider alias (I forgot you were using an unreleased version so my apologies for not flagging that as breaking).
For anyone else with the same issue, you can either delete and recreate the payment method as Tomasz, or you could update the payment provider alias of the payment method in the database to point to the new alias
bambora-checkout
. You'll probably need an app pool recycle after this, but it would save you re-setting up the payment method.Thanks for reporting this and apologies again.
Matt
Hi Matt,
Yes. That was exactly that. I can see in staging database, that now I have two bambora payment methods. One deleted with the old alias, and one new with the new alias. It was enough to change alias in production database :)
Tomasz
Hey Matt
I have a customer on the an Teacommerce v 3.1.4, they are running Epay but wanna replace it with Bambora Checkout. I can see you have a payment provider for Vendr, but do you think it could be ported to Teacommerce? I could properbly do it, but do you have a boilerplate for TC payment providers or something?
Hey Rasmus,
The payment providers are pretty similar in structure so it shouldn't be too hard to port to TC. I don't think we have a boilerplate for TC payment providers, but you could probably use the invoice payment provider as a starter https://github.com/TeaCommerce/Tea-Commerce-Payment-Providers/tree/master/Source/TeaCommerce.PaymentProviders.Invoicing
Happy to answer any more questions, but you would mind asking them in a new issue on the TC forums https://our.umbraco.com/packages/website-utilities/tea-commerce/tea-commerce-support/
Matt
Hey Matt! Thanks for the super quick response and my super slow back response(we just had a second kid so the world stood still for a few weeks :D )
Hope all is well!
Great i will check it out and also create a thread for it on TC forums instead when i get to possible questions.
is working on a reply...