cancel
Showing results for 
Search instead for 
Did you mean: 

403 Error: Forbidden

Hi,

 

While integrating with the payment gateway over the CIM API for the createCustomerProfileTransaction, we are getting the following error:

 

Caused by: org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden

        at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:311)

        at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200)

        at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)

        at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)

        at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)

        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)

        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)

        at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)

        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

 

 

The requests were working correctly previously and this error started suddenly.

 

Could you please help in resolving this?

 

 

Thanks,

Meenal.

 

MerchantS2100
Contributor
12 REPLIES 12

which url are you trying?

RaynorC1emen7
Expert

Hi,

 

We are sending request on below URL :

https://apitest.authorize.net/soap/v1/Service.asmx

 

Thanks,

Meenal.

Look fine to me, are you getting that if you open that in a web browser too?

Nops, no exception while opening it in the browser.

Initially, the requests were working fine, but this error comes suddenly.

If there isn't error on a browser, check your request url and data on your code

And, are you running that on a server or your computer?

We are running it on the server.

The same URL and data was working earlier with no issues.

 

Thanks,

Meenal.

I just try auth_capture, and it work fine.

https://apitest.authorize.net/soap/v1/Service.asmx

 

It either your server or your code. Can you open the link on your server web browser?

Yup, I can open the link on the web browser.

google "org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden"

and there is a few hit, look like an issue with axis2 not authorize.net