I'm trying to write the partial authorization transaction method of my java application.
When I set up a credit card with credit card number and exp date and then triggered the partial authorization response by using 46225 for the zip code, the status was held for review, but
when I set up a credit card with track1 or track2 number, the status was just approved not held for review (no partial authorization transaction).
is there any way to triggered the partial authorization response when I set up a credit card with track1 or track2 number (card present)?
09-23-2013 03:03 PM
Hello @kijoo86
Instead of using the zip code trigger for CP transactions, please try using the following amounts:
AMOUNT |
RESULT |
REMAINING BALANCE |
AUTHORIZED AMOUNT |
$462.25 |
Partial Authorization |
n/a |
$1.23 |
$462.26 |
Prepaid Authorization |
$1.23 |
Full amount |
$462.27 |
Prepaid Authorization |
-$1.23 (negative balance; see below) |
Full amount |
$462.28 |
Prepaid Authorization |
$0 |
Full amount |
We'll update the error generation guide to reflect the differences between CP and CNP triggers shortly.
Richard
09-25-2013 03:58 PM