cancel
Showing results for 
Search instead for 
Did you mean: 

Pre-authorization charge in payment method

Hi to everyone, 

 

I am new at using autorize.net, so I hope that I will get some help. 

The thing is I have payment with the transaction type AUTH_CAPTURE. And it works good.

Now I need some pre-authorization charge to be included in the payment.

Can anyone please help?

 

Best Regards,

ohrigjanec
Member
2 ACCEPTED SOLUTIONS

Accepted Solutions

I am using the php sdk.

 

Does that mean that I should make 2 requests, one with AUTH_ONLY and other with PRIOR_AUTH_CAPTURE using the transaction key from the first request?

 


As I was reading in the documentation, I should probably use the combination AUTH_ONLY and PRIOR_AUTH_CAPTURE
with the transaction ID got from the first request.

 

View solution in original post

4 REPLIES 4

Each of the API documentation should have a chapter on Credit Card Transaction Types it supported.

RaynorC1emen7
Expert

I am using the php sdk.

 

Does that mean that I should make 2 requests, one with AUTH_ONLY and other with PRIOR_AUTH_CAPTURE using the transaction key from the first request?

 


As I was reading in the documentation, I should probably use the combination AUTH_ONLY and PRIOR_AUTH_CAPTURE
with the transaction ID got from the first request.

 

That is correct.

Thank you a lot for the help.