VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Feature requests => Payment Modules => Topic started by: macphoto on April 11, 2006, 19:48:32 PM

Title: API payment module for CyberSource Gateway
Post by: macphoto on April 11, 2006, 19:48:32 PM
Greetings!

I'm in need of an API module developed for CyberSource.com
I'm a designer not a programer. Please reply w/ cost and turnaround time.
You can download the CyberSource API user guide that's attached.

[attachment deleted by admin]
Title: Re: API payment module for CyberSource Gateway
Post by: Trinners on May 21, 2006, 07:48:59 AM
Were you able to get a cybersource payment mod for Virtuemart?
Title: Re: API payment module for CyberSource Gateway
Post by: macphoto on May 21, 2006, 23:54:10 PM
No, I never did.  And all CyberSource did was throw me a scripting manual.
Pretty much to say... "Do it your self!" We went with 2CO.com anyway.
Title: Re: API payment module for CyberSource Gateway
Post by: mrosile on August 13, 2006, 15:57:55 PM
Hey everyone, I know I'm a day late and a dollar short, however I'm starting development on a CyberSource payment module for VirtueMart.  I'm currently a customer of CyberSource and we currently use their PHP API to process payments.

I'm a firm believer in NOT re-inventing the wheel and I really didn't want to have to create a content management system along with an e-commerce shopping cart.  Then I heard about Joomla and not too long after, VirtueMart.

I think its great that Joomla and VirtueMart are still under active development and most importantly, open source and free.

Anyway ... I'm going to try and have a working CyberSource module in about 1-2 months time.  If there is anyone who would like to either help with this project or would like to help in testing and providing feedback, please let me know!
Title: Re: API payment module for CyberSource Gateway
Post by: macphoto on August 13, 2006, 16:18:28 PM
I think this is great that you've chosen to take this project on.  Unfortunately, I'm a graphic designer and don't know how to help with scripting the API code. Also, the project which required for me to use a module for CyberSource Gateway opted for another gateway provider.

Wish you the best of luck!   ;D
Title: Re: API payment module for CyberSource Gateway
Post by: mrosile on August 14, 2006, 20:17:29 PM
Thanks for the encouragement macphoto :-)

-- Just an FYI and status update --

Today I broke ground on this project and have already processed a successful credit card authorization using VirtueMart!  There's still a lot of work to be done however, such as handling communication errors or failed (AKA rejected) card authorizations.

I am using the latest CyberSource API, which is version 5.0.0 (support for PHP 5.1.2), and NVP (Name Value Pairs, instead of XML).

I would like to get some feed back from anyone who is currently using or wants to use CyberSource to process payments.  CyberSource works with different payment processors such as Vital and FDMS.  Some payment processors require different information to be sent when processing authorizations.  I won't be able to test my CyberSource module with other payment processors as our merchant account is setup to process through Vital.  Anyone using a different payment processor, please let me know and I will try to include support for those as well.
Title: Re: API payment module for CyberSource Gateway
Post by: mrosile on October 25, 2006, 23:51:40 PM
For anyone who has read my post back in August of 2006, sorry its taken me this long to get this done, but I've finally completed a CyberSource Payment module for VirtueMart!

I've attached a zip file containing the module and a README.txt file with installation instructions.  I hope there are still people out there that can use it!

If anyone has any problems using this module, I will do my best to fix any bugs and improve on the existing module, but please understand that I'm only working on this project in my spare time, so please have patience.

[attachment cleanup by admin]
Title: Re: API payment module for CyberSource Gateway
Post by: mrosile on February 20, 2007, 18:01:29 PM
Just posting my latest updates for the CyberSource payment modules!

1.1.2 -- February 20th, 2007
----------------------------
* BUGFIX: AUTH_CAPTURE now works, the payment is first authorized and if successful
  will then be captured.
* BUGFIX: Orders that are marked as 'REVIEW' status should be recorded in VirtueMart

[attachment cleanup by admin]
Title: Re: API payment module for CyberSource Gateway
Post by: Greg P on March 02, 2007, 02:00:46 AM
I'm embarking on the same journey, but having problems with getting the cybersource extension to be recognized properly.  VM is saying "ERROR: Function "cybs_load_config" does not exist!  Is the CyberSource PHP module loaded?  Well, according to PHP it is, so I'm afraid it may be looking in the the wrong place for things.   Would mind sharing with me where you installed the pieces from Cybersource, and what you did to PHP to make it find them properly?

Thanks in advance, and I'd be happy to offer any help I can to help this effort along.
Title: Re: API payment module for CyberSource Gateway
Post by: Jason Ruyle on April 12, 2007, 22:28:36 PM
I wanted to know if anyone has tested this with version 5.2.1?
I'm hosted at dreamhost and want to use cybersource.
Title: Re: API payment module for CyberSource Gateway
Post by: Hien on July 10, 2007, 22:51:14 PM
Quote from: mrosile on February 20, 2007, 18:01:29 PM
Just posting my latest updates for the CyberSource payment modules!

1.1.2 -- February 20th, 2007
----------------------------
* BUGFIX: AUTH_CAPTURE now works, the payment is first authorized and if successful
  will then be captured.
* BUGFIX: Orders that are marked as 'REVIEW' status should be recorded in VirtueMart

Can it change the status from Pending to Confirmed once the Capture is successful (and notify the customer)? It would be great if this can be done. Thanks
Title: Re: API payment module for CyberSource Gateway
Post by: Troy on July 31, 2007, 05:00:34 AM
I seem to have entered everything correctly, but I get these error messages:

Error:  "Function "cybs_load_config" does not exist! Is the CyberSource PHP module loaded?"

Error: Failure in Processing the Payment (ps_cybersource)


How can I fix this problem? Thank you so much
Title: Re: API payment module for CyberSource Gateway
Post by: buglerroller on November 26, 2007, 22:29:33 PM
Quote from: Troy on July 31, 2007, 05:00:34 AM
I seem to have entered everything correctly, but I get these error messages:

Error:  "Function "cybs_load_config" does not exist! Is the CyberSource PHP module loaded?"

Error: Failure in Processing the Payment (ps_cybersource)


How can I fix this problem? Thank you so much

I take it you downloaded the version from the downloads section on the virtumart site.The version under the downloads section of the virtuemart site does not have the ps_cybersource.cfg.php file however another version i found does. I think that maybe the problem you are having.

have you been successful in getting cybersource to work?
Title: Re: API payment module for CyberSource Gateway
Post by: buglerroller on January 22, 2008, 21:06:32 PM
:: bump ::
Title: Re: API payment module for CyberSource Gateway
Post by: Justin on May 09, 2008, 18:04:15 PM
Hello,

I use this at the company I work for and have found two issues that I have fixed and included in the attachment.

I make no claims of this being bug proof use at your own risk.

Regards,
Justin

[attachment cleanup by admin]
Title: Re: API payment module for CyberSource Gateway
Post by: pushp on September 23, 2008, 08:27:34 AM
Hi,
I found error when i used this files(ps_cybersource.php,ps_cybersource.cfg.php) in my site.

Error: ERROR: Function "cybs_load_config" does not exist! Is the CyberSource PHP module loaded?
Error: Failure in Processing the Payment (ps_cybersource)

I configured cybs.ini file and generate security key and followed the steps in the downloaded client package.My local system PHP version is 5.1.6, Joomla1.5 with virtuemart 1.1.x

Can any one help me to solve this problem.

Thankx in advance
Title: Re: API payment module for CyberSource Gateway
Post by: pushp on September 24, 2008, 16:09:51 PM
Hello,
  No one have the idea how to solve this problem.

Thanks
Title: Re: API payment module for CyberSource Gateway
Post by: mrroberto on September 26, 2008, 11:47:22 AM
hi,

if anybody need cybersource module, it can be founded it at softdb.eu

regards,
roberto
softdb.eu
Title: Re: API payment module for CyberSource Gateway
Post by: Suzan Marie Chin on November 24, 2008, 21:22:01 PM
If you are still looking for a solution, just bite the bullet and pay the small license fee for this component/module from softdb.eu

I know you can save money looking for a free hack or fix but if you put a value on one's time and aggravation, just purchasing this thing made more sense to me.

I got, installed it, tested it and it works great!

I had one small issue with getting it to work initially in test mode but Roberto got online with me and resolved it within minutes. The support was excellent and it is a good value for the money.

Good luck!
Title: Re: API payment module for CyberSource Gateway
Post by: cyngus on January 10, 2009, 19:58:41 PM
hello..

i took your advice and purchased the cyrbersource gateyway mod.. have it installed and seems to be configured right.. i am in test mode in my cybersource admin.. when i try to process a payment (to test it) i get an error
Error: Error processing credit card (
Request is invalid.
)
Error: Failure in Processing the Payment (ps_cybersource)

not sure if this is the error you were talking about you had that was resolved.
just curious if you could shed some light since you have gotten this mod to work.

thanks!
-eric
Title: Re: API payment module for CyberSource Gateway
Post by: Nathaniel on February 04, 2009, 16:29:26 PM
yeah I purchased this as well and believe I have the config right, although I get errors as well....anyone else get this to work?
Title: Microsoft Bing Map new launched Streetside PK Google Street View
Post by: aney8437 on April 21, 2011, 10:11:23 AM
April 20, according to media reports, Microsoft recently new launched Streetside service on Bing map, plans to compete with Google in the "Street View" field.

It is learned that, if there is a barrier on the road, such as Google can not provide those image that vehicles in the queue at roadblocks, then Microsoft's "Streetside" can do it. Microsoft is working with Google in the rivalry of Street View service. For the local residents live in London, Paris, Barcelona, New York, San Francisco are very lucky for the street map here will become more accurate, as Microsoft began to move .... Read more hot news (http://tracehotnews.com) on tracehotnews.com.