Authorize.Net Payment

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.
5/15/2010 3:52:11 PM
Gravatar
Total Posts 3

Authorize.Net Payment

Hi Joe:

 

I followed the eCommerce setup intructions.. but I cannot get Authorize.Net to work .. please advise what I am doing wrong.

Here is what I have done..

Applied for an Authorize.Net Account.

Added in user.config

<add key="Site1-PaymentGatewayUseTestMode" value="true" />
  <add key="Site1-AuthorizeNetSandboxAPILogin" value="xxxxxxxxx" />
<add key="Site1-AuthorizeNetSandboxAPITransactionKey" value="xxxxxxxxxxxx" />

I created a self signed certificate to test with my localhost. If I enable SSL in Site settings I can view all pages using https.

However I cannot see the Proceed to Checkout when it comes to the webstore..

Please advise

Thank You

Uday

5/17/2010 6:17:45 AM
Gravatar
Total Posts 18439

Re: Authorize.Net Payment

Hi,

Do you have this also in user.config:

<add key="Site1-PrimaryPaymentGateway" value="Authorize.NET" />

Is this a single site or multi site installation?

Note that the 1 in the setting name must correspond to the siteid of the site. 1 is typically the first site in an installation.

Hope it helps,

Joe

6/20/2010 11:28:06 AM
Gravatar
Total Posts 39
Hello from France!

Re: Authorize.Net Payment

I'm french.
I want to get a test account for authorize.net, but it is booked in the USA.

How do I do?

Thanks

Christian

6/21/2010 9:13:19 AM
Gravatar
Total Posts 18439

Re: Authorize.Net Payment

Hi,

I don't know if you can get a test account.

We also have an implementation for PlugNPay but it is not documented and I have never tested it myself, but you could try it, there are config settings for it listed in Web.config

Hope it helps,

Joe

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