- Posts: 6
- Thank you received: 0
No connection to my PSP Mollie?
- Theo NL
- Topic Author
- Offline
- New Member
- 
              
        Less
        More
        
            
    
        
            
        
                10 years 1 month ago                #68283
        by Theo NL
    
    
            
            
            
            
            
                                
    
                                                
    
        No connection to my PSP Mollie? was created by Theo NL            
    
        Hi everyone,
After an order, filled in every address field all OK, chose a bank, press the confirm button/submit and I get the faillure (in Dutch):
Payment failure/Betaling mislukt
The payment details are incorrect or not complete
De opgegeven betalings gegevens zijn onjuist of incompleet
Can anyone help me out...please?
    After an order, filled in every address field all OK, chose a bank, press the confirm button/submit and I get the faillure (in Dutch):
Payment failure/Betaling mislukt
The payment details are incorrect or not complete
De opgegeven betalings gegevens zijn onjuist of incompleet
Can anyone help me out...please?
Please Log in or Create an account to join the conversation.
- Burt
- 
            
				  
- Offline
- Senior Member
- 
              
        Less
        More
        
            
    
        - Posts: 73
- Thank you received: 12
            
        
                10 years 1 month ago                #68324
        by Burt
    
    
            
Bazingo!
www.bazingo.nl (Powered by Eshop!)
    
    
            
            
            
            
                                
    
                                                
    
        Replied by Burt on topic No connection to my PSP Mollie?            
    
        Hi Theo,
I ran into the same problem a while ago, but was able to fix it.
First of all: make sure your Mollie account is setup properly, with all necessary settings marked green, which indicates status OK.
I fixed this issue by modifying the code in this file, after making a copy of it first:
/components/com_eshop/plugins/payment/ideal/ideal.class.php, within the root of your website folder.
Find the function 'createPayment ($bank_id, $amount, $description, $return_url, $report_url)' and add this:
$amount = round($amount);
See the example below.
Upload the file to the webserver and place an order.
Please let me know if this fixed the issue for you.
Best regards, Burt (from The Netherlands)
            I ran into the same problem a while ago, but was able to fix it.
First of all: make sure your Mollie account is setup properly, with all necessary settings marked green, which indicates status OK.
I fixed this issue by modifying the code in this file, after making a copy of it first:
/components/com_eshop/plugins/payment/ideal/ideal.class.php, within the root of your website folder.
Find the function 'createPayment ($bank_id, $amount, $description, $return_url, $report_url)' and add this:
$amount = round($amount);
See the example below.
Code:
	// Zet een betaling klaar bij de bank en maak de betalings URL beschikbaar
	public function createPayment ($bank_id, $amount, $description, $return_url, $report_url)
	{
	    $amount = round($amount);
	    // rest of the code as-is
Upload the file to the webserver and place an order.
Please let me know if this fixed the issue for you.
Best regards, Burt (from The Netherlands)
Bazingo!
www.bazingo.nl (Powered by Eshop!)
        The following user(s) said Thank You: Theo Breedveld     
            Please Log in or Create an account to join the conversation.
- Theo Breedveld
- 
            
				  
- Offline
- New Member
- 
              
            
        
                10 years 1 month ago                #68332
        by Theo Breedveld
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Theo Breedveld on topic No connection to my PSP Mollie?            
    
        Hey Burt,
Thanks a lot!
I made a backup from my site when it was working from about 3 weeks ago and put this back and worked 4 hours on it to set all new things like the way it was...
But I will keep this solution in my head for the future...
www.joomdonation.com/media/kunena/emoticons/smile.png
    Thanks a lot!
I made a backup from my site when it was working from about 3 weeks ago and put this back and worked 4 hours on it to set all new things like the way it was...
But I will keep this solution in my head for the future...
www.joomdonation.com/media/kunena/emoticons/smile.png
Please Log in or Create an account to join the conversation.
- Theo Breedveld
- 
            
				  
- Offline
- New Member
- 
              
            
        
                10 years 1 month ago                #68336
        by Theo Breedveld
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Theo Breedveld on topic No connection to my PSP Mollie?            
    
        Hey Burt,
After set all back what I was missing I had again the same problem, no connection to my PSP Mollie...&^%&^%smoke()&&*
I tried your solution and GUES WHAT! It works !!!!!!!!!!!
You do not have any idea how helpfull this was, again thanks!!!!
(but what a failure of this php...)
    After set all back what I was missing I had again the same problem, no connection to my PSP Mollie...&^%&^%smoke()&&*
I tried your solution and GUES WHAT! It works !!!!!!!!!!!
You do not have any idea how helpfull this was, again thanks!!!!
(but what a failure of this php...)
Please Log in or Create an account to join the conversation.
- Burt
- 
            
				  
- Offline
- Senior Member
- 
              
        Less
        More
        
            
    
        - Posts: 73
- Thank you received: 12
            
        
                10 years 1 month ago                #68337
        by Burt
    
    
            
Bazingo!
www.bazingo.nl (Powered by Eshop!)
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Burt on topic No connection to my PSP Mollie?            
    
        Hi Theo,
You're welcome!
Good to know this fix works for you too!
This class was ever written by Mollie-developers themself, as stated in the class.
Maybe Mollie changed something at serverside and didn't update this class, which caused this issue.
@Giang, maybe you can apply the suggested fix to the class?
Nice for future Dutch buyers of Eshop.
Best regards, Burt
            You're welcome!
Good to know this fix works for you too!
This class was ever written by Mollie-developers themself, as stated in the class.
Maybe Mollie changed something at serverside and didn't update this class, which caused this issue.
@Giang, maybe you can apply the suggested fix to the class?
Nice for future Dutch buyers of Eshop.

Best regards, Burt
Bazingo!
www.bazingo.nl (Powered by Eshop!)
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- 
            
				  
- Offline
- Administrator
- 
              
            
        
                10 years 1 month ago                #69130
        by Giang Dinh Truong
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Giang Dinh Truong on topic No connection to my PSP Mollie?            
    
        Thank you Burt for that. I fixed that to EShop iDeal Mollie payment plugin.
By the way, iDeal Mollie has released new version of API so I updated EShop iDeal Mollie to make it work and compatible with this new version. If you guys would like, you can download the updated of EShop iDEal Mollie payment plugin and update it to your site.
Sincerely, Giang
    By the way, iDeal Mollie has released new version of API so I updated EShop iDeal Mollie to make it work and compatible with this new version. If you guys would like, you can download the updated of EShop iDEal Mollie payment plugin and update it to your site.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
- Burt
- 
            
				  
- Offline
- Senior Member
- 
              
        Less
        More
        
            
    
        - Posts: 73
- Thank you received: 12
            
        
                10 years 1 month ago                #69134
        by Burt
    
    
            
Bazingo!
www.bazingo.nl (Powered by Eshop!)
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Burt on topic No connection to my PSP Mollie?            
    
        Hi Giang,
Thank you too!
We will download the updated plugin and update our customers' shop.
In our Mollie-account we already read about their update and the API-functionality.
Nice to have these options available in your plugin now!
Best regards, Burt
            Thank you too!
We will download the updated plugin and update our customers' shop.
In our Mollie-account we already read about their update and the API-functionality.
Nice to have these options available in your plugin now!
Best regards, Burt
Bazingo!
www.bazingo.nl (Powered by Eshop!)
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- 
            
				  
- Offline
- Administrator
- 
              
            
        
                10 years 1 month ago                #69135
        by Giang Dinh Truong
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by Giang Dinh Truong on topic No connection to my PSP Mollie?            
    
        Hello Burt,
That is no problem. One of our customer downloaded and used it successfully.
Sincerely, Giang
    That is no problem. One of our customer downloaded and used it successfully.
Sincerely, Giang
        The following user(s) said Thank You: Burt     
            Please Log in or Create an account to join the conversation.
        Moderators: Giang Dinh Truong    
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
