cancel
Showing results for 
Search instead for 
Did you mean: 

Testt Recurring Payments with JSON POST

Hi,

 

I've tried to make a test call to create a recurring payment, but it doesn't appear possible witha test account.

 

{
    "refId": "12342055550856",
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00009",
                "text": "The payment gateway account is in Test Mode. The request cannot be processed."
            }
        ]
    }
}

Is this true, you can't test recurring payments?

 

Kind regards

GeordieMc
Member
2 REPLIES 2

Hello @GeordieMc,

 

You can test recurring payments with a sandbox account. After logging in to your sandbox account, Click Settings under Account in the left-side menu, then click Test Mode under the Security Settings section. From there, click the slider to Turn Test OFF, this will put your sandbox account in Live Mode.


It may seem counterintuitive, but the sandbox is designed to replicate a poduction account.

 

You should be able to proceed with your testing.

 

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor

Thanks for your reply. It's worked a treat.