DarthClark
07-22-2006, 02:37 PM
I recently aqauried a program that takes a clients credit card information and then sends that information to authorize.net without leaving the program and then takes them on to some more steps. Well in the script I changed the username and password so that it will send the payment to a new authorize.net I have setup.
I get this error when trying to send the informatoin with the new login information "Credit card could not be processed: This account has not been given the permission(s) required for this request. "
Here is part of the script, there does not seem to be any API Login ID and Transaction Key in the script just the below.
"&x_Login=" . urlencode('username') . //the login id
"&x_Password=" . urlencode('password') . //the login password
Should I add in the API Login ID and Transaction Key to this script? if so what would be the script?
I get this error when trying to send the informatoin with the new login information "Credit card could not be processed: This account has not been given the permission(s) required for this request. "
Here is part of the script, there does not seem to be any API Login ID and Transaction Key in the script just the below.
"&x_Login=" . urlencode('username') . //the login id
"&x_Password=" . urlencode('password') . //the login password
Should I add in the API Login ID and Transaction Key to this script? if so what would be the script?
