Hi,
I've a question here.
Can I set the transactions approved automatically, do you have such settings for it? Seems I must manually approved the transactions in my Authorize.net account page?
Currently I'm using CIM apis.
Thanks.
Solved! Go to Solution.
09-02-2011 12:20 AM
Well, if I'm correct about you authorizing, then the easy solution would be to go into the part of your code that's putting in the transactions (createCustomerProfileTransaction if using the PHP CIM API) and change the transaction type to AuthCapture.
09-05-2011 07:48 AM
You're probably using authorize, which I believe just reserves the money and doesn't actually charge it, rather than authorize and capture.
09-02-2011 06:34 AM
Hi TJPride,
Thanks for your comments.
Is it possible to change some settings and let the transactions approved automatically?
09-05-2011 12:22 AM
Well, if I'm correct about you authorizing, then the easy solution would be to go into the part of your code that's putting in the transactions (createCustomerProfileTransaction if using the PHP CIM API) and change the transaction type to AuthCapture.
09-05-2011 07:48 AM
TJRride,
Thanks so much. I think I missing something in the CIM guide book. I will reply soon if it works.
I apprecaited for your help. :D
09-06-2011 02:22 AM