I apologise if this question has been answered somewhere; I haven't found the answer.
I need an RTN (routing number) and bank account number that I can use for testing. I've tried entering just any number but the charges get declined. I was sent an e-mail when I signed up with authorize.net including credit card numbers I can use for testing but not bank account numbers...
thanks in advance - ekkis
09-23-2011 03:28 PM
I can't figure out how to edit my own posting. I've found references on the net that what I have to do is use a real RTN and a made-up account number but that I need to have my merchant account set to "test mode". I have been unable to find a setting for the "test mode" on the account but I tried my own bank account number. it still got declined.
the code I'm using when I create the payment profile is:
AuthNet.CreateCustomerPaymentProfileResponseType pp = svc.CreateCustomerPaymentProfile(merchant, CustomerProfileId, paytype, AuthNet.ValidationModeEnum.testMode);
notice the last parameter. I presume this sets transactions against this payment profile as test (although I've found no documentation to this effect).
what else can I do?
09-23-2011 03:58 PM
There's a test mode setting if you log into your Authorize.net account:
Enter your Login ID and Password (not the same as the API Login ID and Transaction Key)
On the left side click Settings under Account
Click Test Mode under General Security Settings under Security Settings
09-23-2011 05:06 PM
TJPride,
got it. thank you! what then should be the value of that last parameter? what exactly does it mean anyway? it seems to be present both in the customer profile and the payment profile methods.
- e
09-23-2011 05:28 PM
You can also set transactions to test mode individually. I'm not familiar with your API, however - I use the PHP API.
09-23-2011 09:18 PM