How can I to Expand a new PaymentGateway?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/1/2012 3:39:13 AM
Gravatar
Total Posts 1

How can I to Expand a new PaymentGateway?

I come from China.

My English was poor,so begging for reading to the end and answering my questions.

Thanks so much.

How can I to Expand a new PaymentGateway?

How to inherit IPaymentGateway?

And why the function  "bool ExecuteTransaction()" has a return value.

Don't you set a redirect link to let the customers use googlecheckout to checkout,then response some text just like "success" or "failed"?

 

3/2/2012 6:37:26 AM
Gravatar
Total Posts 18439

Re: How can I to Expand a new PaymentGateway?

IPaymentGateway is only for payment gateways where the card is charged directly without the user leaving your web site (ie currently Authorize.NET and PlugNPay are our only IPaymentGateways).

PayPal and Google checkout are special cases that are not based on IPaymentGateway. It is possible to implement other card processing gateways by implementing IPaymentGateway, but we don't currently have any easy way to plugin other external payment systems that work similar to PayPal or google.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.