- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Solved! Go to Solution.
10-10-2011 05:17 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
10-10-2011 07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is correct.
10-10-2011 07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Each of the API documentation should have a chapter on Credit Card Transaction Types it supported.
10-10-2011 06:43 AM - edited 10-10-2011 06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
10-10-2011 07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is correct.
10-10-2011 07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you a lot for the help.
10-10-2011 07:13 AM
