Thursday, July 5, 2012

Zen Cart - 2Checkout.com

Zen Cart - 2Checkout.com: "
How to integrate Zen Cart with 2Checkout
Zen Cart Settings:
1. Download the 2Checkout payment module
2. Upload to your ZenCart directory
3. Run the database_update.sql file on your ZenCart database
4. Sign in to your ZenCart admin"

'via Blog this'

Payment Gateway Modules | dev.hostbillapp.com

Payment Gateway Modules | dev.hostbillapp.com: "7. callback() method
In most third party payment gatateways after processing payment an notification can be send in background to certain URL called callback. Payment processor sends details about payment using POST or GET, whether it was completed or failed. Please refer to your gateway documentation for details.
By default HostBill generates unique callback URL available under $this->callback_url;. Once this URL is accessed, HostBill will execute function callback() in your module.

Callback function should take care of:
Verify that incoming data is coming from gateway.
Most payment processors provides methods to verify payments, like security tokens etc."

'via Blog this'

Payment Gateway Modules | dev.hostbillapp.com

Payment Gateway Modules | dev.hostbillapp.com: "7. callback() method
In most third party payment gatateways after processing payment an notification can be send in background to certain URL called callback. Payment processor sends details about payment using POST or GET, whether it was completed or failed. Please refer to your gateway documentation for details.
By default HostBill generates unique callback URL available under $this->callback_url;. Once this URL is accessed, HostBill will execute function callback() in your module.

Callback function should take care of:
Verify that incoming data is coming from gateway.
Most payment processors provides methods to verify payments, like security tokens etc."

'via Blog this'