cancel
Showing results for 
Search instead for 
Did you mean: 

Card-Present Transactions: Partial Authorization Transaction (AIM)

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)?

kijoo86
Member
1 REPLY 1

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

RichardH
Administrator Administrator
Administrator