Need help Please!!
Once after refresh wsdl web reference, each api service expecting paramater clientID, So that I tested using sandbox account(Web Reference: https://apitest.authorize.net/soap/v1/Service.asmx?wsdl), for that i send clientID parameter as null and it works good, My question is that what is the use of clientID and what should I send clientID's Parameter for live account(Web Reference: https://api.authorize.net/soap/v1/Service.asmx?wsdl).
06-18-2017 11:07 PM - edited 06-18-2017 11:11 PM
ClientID is for internal use by Authorize.Net and is not required.
06-19-2017 04:49 AM
Thank you so much @NexusSoftware...
And I need some Clarification in that,
What's the use of clientID?
Shall I Send it has Null??
If I Sending as Null, Transaction process works good for sanbox Account, My Question is that, whether it affect Transaction in Production Account by sending clientID as Null??
06-19-2017 05:29 AM - edited 06-19-2017 05:30 AM
clientID is not required, don't include it in your request.
06-19-2017 05:31 AM
Hi,
But once refreshing SOAP web reference, api services listed with compiler error, that api service expecting string parameter of clientID ?
06-19-2017 05:51 AM
If you are requiring the SOAP web reference, send as null. The sandbox works the same as live.
06-19-2017 06:43 AM
06-19-2017 07:00 AM
You are welcome.
06-19-2017 07:00 AM