Transaction Administration - Auth Reversal
Used to settle a transaction at a lower dollar amount.
|
|
|
|
Variable |
Required |
Max Size |
Notes |
publisher-name |
Mandatory |
NA |
Gateway account username issued to you. |
publisher-password |
Mandatory |
NA |
Remote Client Password - This is different then the password used to login. |
mode |
Mandatory |
NA |
Value needs to be set to ‘reauth’ |
orderID |
Mandatory |
20 |
Original transaction’s transaction ID. |
card-amount |
Mandatory |
10 |
Amount to makr transaction for. Cannot exceed amount of original authorization. |
reauthtype |
Optional |
NA |
If value is set to ‘authonly’ a postauth will not be created upon success. |
notify-email |
Optional |
NA |
Email Address to send alert notice for transaction problems. |
Response Values - Auth Reversal
|
|
|
Variable |
Value |
Notes |
FinalStatus |
success/problem/pending |
Will return either ‘success’ or ‘prending’ (processor dependent) upon success. Will return ‘failure’ on failure. |
success |
yes/no |
Will return either ‘yes’ upon success or ’no’ upon failure. |
Aux-msg |
Aux message if applicable on success. |
orderid has been successfully makred for settlement. |
MErrMsg |
Error message if applicable on failure. |
orderid was not marked successfully. Transaction may not be marked. |
Duplicate |
yes/blank |
yes - If the orderID of the transaction has previously been submitted, then the value of ‘Duplicate’ will be set to ‘yes’ and the values of the other fields will be the same as the original transaction. |