Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using PRIOR_AUTH_CAPTURE need update the Invoice numbet
Hi,
We are using AIM module for our website. In first call we are using AUTH_ONLY. If everything is okay then we are using PRIOR_AUTH_CAPTURE to capture the amount. The Problem here is we need to update the Invoice number in the second call (PRIOR_AUTH_CAPTURE). How can we achieve this ? because "priorAuthCapture" method accepts only transaction id and amount parameters..
โ02-24-2014 10:18 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Invoice # do not get update on PRIOR_AUTH_CAPTURE, you would need to saved that on your own database.
โ02-24-2014 11:17 AM