WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: mgeene on November 27, 2014, 10:16:20 AM

Title: Payment with Mollie(iDeal) error
Post by: mgeene on November 27, 2014, 10:16:20 AM
Bakery (1.6) works well until I make a payment by Mollie (iDeal),
I get the error: There is and error occurred. Your payment could not be initialized.
The api key Mollie is set correctly, does anyone know where the problem is?
A payment through paypal is going well.

Thanks for your comment.
Title: Re: Payment with Mollie(iDeal) error
Post by: Ruud on November 28, 2014, 10:12:05 AM
Hard to say..
The error follows after a call to the mollie class ->createPayment.()

It checks the partner_id (be carefull with blanks/linefeeds/etc), the bank_id (from the dropdownlist), description and the return/report urls..
If one of them is missing it will show the error, but also if one of them is not accepted by Mollie it will show the same error.
Title: Re: Payment with Mollie(iDeal) error
Post by: mgeene on December 02, 2014, 10:10:14 AM
Strange, the shop is a copy of a working shop where everything goes well.
By Mollie, these shops have the same parner_id, can I fill the profile_key somewhere,
maybe bakery picks the wrong profile_key of Mollie.
Title: Re: Payment with Mollie(iDeal) error
Post by: Ruud on December 02, 2014, 10:34:49 AM
The original mollie plugin uses the "old" Mollie API.
For that version there is only the partner_id to setup.
Title: Re: Payment with Mollie(iDeal) error
Post by: mgeene on December 02, 2014, 11:43:26 AM
Shame, do you know if Bakery 1.7 works wel now with Mollie IDeal?
Title: Re: Payment with Mollie(iDeal) error
Post by: Ruud on December 02, 2014, 12:56:58 PM
Shame, do you know if Bakery 1.7 works wel now with Mollie IDeal?

No, it does not work.
Title: Re: Payment with Mollie(iDeal) error
Post by: mgeene on December 02, 2014, 01:03:04 PM
OK thanks for your reply!
Title: Re: Payment with Mollie(iDeal) error
Post by: Ruud on December 02, 2014, 01:05:45 PM
The 1.6 version - with the old API - should still work..
Also with multiple shops.
Title: Re: Payment with Mollie(iDeal) error
Post by: mgeene on December 02, 2014, 01:27:29 PM
OK, then I think it goes wrong with Mollie because the shops there are under one account with one partner_id and Mollie say in the shop there must be a profile_key be entered. Maybe this is really fast way of not taking time to look for a solution.
Title: Re: Payment with Mollie(iDeal) error
Post by: mgeene on December 04, 2014, 08:13:35 AM
OK Mollie has to chang settings of the key and now it works only with the partner_id.

Thanks for your response