reverse_authorized_electronic_payment_m Guide
- Last updated
-
-
Save as PDF
Use this API to reverse an authorization on a customer's credit card or gift card. The authorization reversal time period varies by payment provider. Note: If the currency on an account is changed and there are pending authorizations, we will automatically reverse all pending authorizations that are in the prior currency. Authorizations reversal applies to the following payment methods: credit card, tokenized credit card, Paypal express checkout and gift cards.
Error Codes
Error Code/Description |
Associated Inputs |
|
|
1004: authentication error
|
<auth_key>, <client_no> |
1009: account does not exist, Account not found: AriaNo (acct_no), Account not found: Userid (userid), or Account not found: ClientId (client_acct_id)
|
<acct_no>, <client_acct_id> |
3056: The authorization record you are attempting to reverse is not valid or does not exist.
|
<auth_no> |
3057: The authorization record you are attempting to reverse has already been submitted to your processor.
|
<auth_no> |
3055: The requested authorization you are trying to reverse is more than 72 hours old and is no longer valid for reversal.
|
<auth_no> |
3022: Invalid refund reason code
|
<reason_code> |
6050: Could not reverse authorized electronic payment.
|
|
Additional Guidance
Input Fields
Field Name |
Notes |
<reason_code> |
Allowable Values
Values |
Description |
1 |
Account charged in error |
2 |
Goods/services not delivered |
3 |
Customer dissatisfaction |
4 |
Cancellation of pre-paid service |
5 |
Good Will |
6 |
Overpayment / Duplicate payment |
7 |
Wrong/undesired payment source charged |
99999999 |
Other |
|