cancel
Showing results for 
Search instead for 
Did you mean: 

We are using chargeCreditCard API, and we are moving to production.Need steps for the same.

Hi All,

 

       We are using chargeCreditCard operation for payment transaction.We are going to production soon.What changes are required for the same.

 

  • Using Java SDK, we are calling Authorize.Net. Does the same code , can be used to move to production?
  • What other details are required to move to production.Need a detailed description of the steps to  move to production

Please provide details as soon as possible.

 

Thanks and Regards

Sowmya

 

Sowmya_B
Contributor
2 REPLIES 2

Hello @Sowmya_B

 

To move from sandbox to production, simply change setEnvironment to PRODUCTION:

 

 ApiOperationBase.setEnvironment(Environment.SANDBOX); 

 

RichardH
Administrator Administrator
Administrator

Hi Richard ,

 

Thank you .Just confirming, the only change will be setting Environment to production and nothng else right.

 

Thanks and Regards

Sowmya