Page 1 of 1
Credit card implementation
Posted: Sat Dec 04, 2010 5:21 am
by XXL
As a novice in this area, I have some silly questions to ask:
I signed a contract with one bank which offers credit card payment services for web-shops.
I am trying to adjust some settings in my credit card provider's page:
I got my Merchant ID, Terminal ID, and I should enter "SUCCESS_URL", "FAILURE_URL", and "NOTIFY_URL". Where are those pages? (Opencart is installed in "
www.xxl.hr" root folder).
Should I enable "use SSL" immediately in System > Settings?
I am not a PHP expert - is this too much for me?
Re: Credit card implementation
Posted: Sat Dec 04, 2010 5:28 am
by Qphoria
All gateways are different and will need to be integrated as a payment extension. I suppose I am the resident payment extension freelancer. I may already have an integration for your bank (check the logo in my signature) or if you need it created I am available for hire
Q
Re: Credit card implementation
Posted: Sat Dec 04, 2010 5:43 am
by XXL
Could not figure out if you have a solution for me (checked your logo). I am Croatian, and I signed a contract with Raiffeisen Bank (Mastercard and Visa).
Here is their link:
http://www.rba.hr/my/bank/services/prod ... anguage=EN
Please take a look if you could help.
Regards,
Dean.
Re: Credit card implementation
Posted: Sat Dec 04, 2010 5:51 am
by Qphoria
Yes that looks like they offer a gateway. You would need to contact them for details on integration the API so I could look at those documents
Re: Credit card implementation
Posted: Sat Dec 04, 2010 6:08 am
by XXL
I got "Payment Gateway" and "Administrative Interface" instructions, but in Croatian language. I can ask for English version(s) on Monday, if this is what you would need. What kind of price would you charge to make it work?
Re: Credit card implementation
Posted: Sat Dec 04, 2010 9:44 am
by Qphoria
yea i would likely need english if they got it. Typically payment modules are around $50-$60
Re: Credit card implementation
Posted: Sat Dec 04, 2010 7:44 pm
by XXL
OK, thanks. I will ask for it.
Re: Credit card implementation
Posted: Wed Dec 08, 2010 6:14 am
by XXL
Unfortunately, they don't have anything in English. Would you be willing to carve your way through a manual in Croatian, and if not, could you give me a tap on the back (at least point me towards "SUCCESS_URL", "FAILURE_URL", and "NOTIFY_URL" - first 3 things I need to input).
Re: Credit card implementation
Posted: Wed Dec 08, 2010 6:38 am
by Qphoria
Well code is always in english anyway.. so I could probably figure it out if you send it to me
Re: Credit card implementation
Posted: Mon Jan 31, 2011 12:13 am
by matan
Hy guys. See you talk about RBA gateway for Croatia. Well I am interested in this payement module so we could find a way to work around it together. Of course I would be glad to put some money on Qphorias PayPal as I can see he is "The man" behind my things regarding OpenCart :-)
Re: Credit card implementation
Posted: Sun Feb 13, 2011 6:59 am
by XXL
After some pressure, I got English documentation also. Do you think you could help me now?
Re: Credit card implementation
Posted: Sun Feb 13, 2011 8:54 am
by Qphoria
Sure
Re: Credit card implementation
Posted: Mon Feb 14, 2011 3:45 pm
by XXL
I sent you a PM. Please check.
Re: Credit card implementation
Posted: Thu Jul 28, 2011 2:46 am
by skip
Hello,
im also intrested for this modul, if u have any news about it please let me know, I can help to.

Re: Credit card implementation
Posted: Thu Sep 08, 2011 5:03 am
by ralfee
Qphoria wrote:yea i would likely need english if they got it. Typically payment modules are around $50-$60
Hi Qphoria,
I need help in implementing a payment system API. They have supplied the API but I need help in implementing. I'll appreciate your quick reply
Re: Credit card implementation
Posted: Wed Dec 11, 2013 10:07 pm
by 528491
Qphoria wrote:Well code is always in english anyway.. so I could probably figure it out if you send it to me
Hello, I have sent you a pm, I know you are probably very busy, but if it is possible to check my request and just confirm would it be possible? Thank you in advance!
Re: Credit card implementation
Posted: Sun Dec 22, 2013 8:09 am
by CAZUCA
Hi fellows, I have a module for credit card payments in Chile. I don't know how to put this module in Opencart. Do you know how to do it? In order it appears with all the other payments ways at the Payment Module, with the possibility to be installed. Many thanks in advance.
Re: Credit card implementation
Posted: Fri Jan 03, 2014 6:45 pm
by 528491
CAZUCA wrote:Hi fellows, I have a module for credit card payments in Chile. I don't know how to put this module in Opencart. Do you know how to do it? In order it appears with all the other payments ways at the Payment Module, with the possibility to be installed. Many thanks in advance.
Hello, I had not time to use Opencart forums for a while now, but now I'm back. I have the same problem as you, and the only thing I can advise you, and which I learned so far, is to literally create a clone of an already existing Gateway, perhaps the "Paypal Standard" one. Note that this includes cloning numerous "Paypal_Standard" files across the admin and catalog folders, and then again, across model, view, controller and language folders of within both the admin and catalog folders. Of course rename all the clone files differently than the originals so that you don't affect the original Paypal Standard files. In example name them "Paypal Standard Chile", or "Gateway Chile", or something easy for you to remember/find.
Next thing to do is to search all the reoccuring instances of "Paypal_Standard" names
within each of these files (in the code), and rename it so that these instances in the code refer to whatever you named your new files with (in example "Gateway_Chile"). That way, if you have done all this correctly, you will see this new gateway in the admin gateway list.
This is as far as I have come, I'm still dealing with changing other settings in order for my gateway to work properly, according to the settings I got from my Gateway provider. So far I can find my new Gateway in admin area and I can click edit it from there, but that is as far as I have come.
Remember to read carefully all the errors that Opencart outputs in your browser, cause often the error will clearly say on which line of code of which file is the problem that needs to be repaired.
My topic asking for help about the same thing is
here