cancel
Showing results for 
Search instead for 
Did you mean: 

Can I set the transactions approved automatically?

 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.

chrischen
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

4 REPLIES 4

You're probably using authorize, which I believe just reserves the money and doesn't actually charge it, rather than authorize and capture.

TJPride
Expert

Hi TJPride,

 

Thanks for your comments.

 

Is it possible to change some settings and let the transactions approved automatically? 

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.

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