What can we help you with?


KA-04103


1374

07/11/2024 14:17 PM

2.0

Visa Acceptance Solutions (including Cybesource) transaction responses will contain either reason codes, reply flags, or status depending upon the integration method employed.

The REST APIs saw a shift from Reason Code to Status. The Status field represents the overall status of the requested transaction. For successful transactions, 'status' is the only field returned in the REST response. Other responses such as a decline will contain Status and Reason as shown in the table.

Payment Status and responses may vary based on which Payment processor is configured for use on a given Organization ID. It is recommended that merchants test with their processor triggers in the Test environment. Please refer to the Testing Guide for more information on processor decline triggers. 

The Table below only applies to REST API status and reason when using the Payments endpoint.  

  • Sandbox API endpoint: https://apitest.cybersource.com/pts/v2/payments
  • Production API endpoint: https://api.cybersource.com/pts/v2/payments
 
 
Reason CodeReply FlagREST APIDescriptionPossible Action
StatusReason
100SOKAUTHORIZEDN/ASuccessful transaction 
101DMISSINGFIELDINVALID_REQUESTMISSING_FIELDDeclined - The request is missing one or more fieldsSee the reply fields missingField_0...N for which fields are invalid. Resend the request with the correct information.
102DINVALIDDATAINVALID_REQUESTINVALID_DATADeclined - One or more fields in the request contains invalid data.See the reply fields invalidField_0...N for which fields are invalid. Resend the request with the correct information.
 
I'm receiving Reason Code 102
104DDUPLICATEINVALID_REQUESTDUPLICATE_REQUESTDeclined - The merchantReferenceCode sent with this authorization request matches the merchantReferenceCode of another authorization request that you sent in the last 15 minutes.Resend the request with a unique merchantReferenceCode value.
110SPARTIALAPPROVALPARTIAL_AUTHORIZEDN/APartial amount was approvedPartial Authorizations iCredit Card Services Using the Simple Order API
150ESYSTEMSERVER_ERRORSYSTEM_ERRORError - General system failure.A system error occurred.
 
You must design your transaction management system to include a way to correctly handle system errors. Depending on which payment processor is handling the transaction, the error might indicate a valid system error, or it might indicate a processor rejection because of some type of invalid data. In either case, it is best not to design your system to endlessly try to resend a transaction when a system error occurs. See the documentation for your chosen connection method(s) for important information about how to handle system errors and retries.
151ETIMEOUTSERVER_ERRORSERVER_TIMEOUTError - The request was received but there was a server timeout. This error does not include timeouts between the client and the server.To avoid duplicating the transaction, do not resend the request until you have reviewed the transaction status in the Business Center. See the documentation for your chosen connection method(s) for information about how to handle retries in the case of system errors.
152ETIMEOUTSERVER_ERRORSERVER_TIMEOUTError: The request was received, but a service did not finish running in time.To avoid duplicating the transaction, do not resend the request until you have reviewed the transaction status in the Enterprise Business Center. See the documentation for your chosen connection method(s) for information about how to handle retries in the case of system errors.
200DAVSNOAUTHORIZED_PENDING_REVIEWAVS_FAILEDSoft Decline - The authorization request was approved by the issuing bank but flagged by our transaction servers because it did not pass the Address Verification Service (AVS) check.You can capture the authorization, but consider reviewing the order for the possibility of fraud.
  I'm receiving reason code 200
201DCALLAUTHORIZED_PENDING_REVIEWCONTACT_PROCESSORDecline - The issuing bank has questions about the request. You do not receive an authorization code programmatically, but you might receive one verbally by calling the processor.Call your processor to possibly receive a verbal authorization. For contact phone numbers, refer to your merchant bank information.
202DCARDEXPIREDDECLINEDEXPIRED_CARDDecline - Expired card. You might also receive this if the expiration date you provided does not match the date the issuing bank has on file.Request a different card or other form of payment.
 
Note: The ccCreditService does not check the expiration date; instead, it passes the request to the payment processor. If the payment processor allows issuance of credits to expired cards, we will not limit this functionality.
203DCARDREFUSEDDECLINEDPROCESSOR_DECLINEDDecline - General decline of the card. No other information provided by the issuing bank.Request a different card or other form of payment.
 
Transaction fails with a response of 203
204DCARDREFUSEDDECLINEDINSUFFICIENT_FUNDDecline - Insufficient funds in the account.Request a different card or other form of payment.
205DCARDREFUSEDDECLINEDSTOLEN_LOST_CARDDecline - Stolen or lost card.Refer the transaction to your customer support center for manual review.
207DCARDREFUSEDDECLINEDISSUER_UNAVAILABLEDecline - Issuing bank unavailable.Wait a few minutes and resend the request.
208DCARDREFUSEDDECLINEDUNAUTHORIZED_CARDDecline - Inactive card or card not authorized for card-not-present transactions.Request a different card or other form of payment.
209DCARDREFUSEDDECLINEDCVN_NOT_MATCHDecline - card verification number (CVN) did not match.Request a different card or other form of payment.
210DCARDREFUSEDDECLINEDEXCEEDS_CREDIT_LIMITDecline - The card has reached the credit limit.Request a different card or other form of payment.
211DCARDREFUSEDDECLINEDINVALID_CVNDecline - Invalid Card Verification Number (CVN).Request a different card or other form of payment.
220DCHECKREFUSEDDECLINEDDECLINED_CHECKDecline - Generic Decline.Request a different form of payment.
221DCHECKREFUSEDDECLINEDBLACKLISTED_CUSTOMERDecline - The customer matched an entry on the processor's negative file.Review the order and contact the payment processor.
222DCHECKREFUSEDDECLINEDSUSPENDED_ACCOUNTDecline - customer's account is frozenReview the order or request a different form of payment.
230DCVAUTHORIZED_PENDING_REVIEWCV_FAILEDSoft Decline - The authorization request was approved by the issuing bank but flagged by our transaction servers because it did not pass the Card Verification Number (CVN) check.You can capture the authorization, but consider reviewing the order for the possibility of fraud.
 
I'm receiving reason code 230
231DINVALIDCARDDECLINEDINVALID_ACCOUNTDecline - Invalid account numberRequest a different card or other form of payment.
232DINVALIDDATAINVALID_REQUESTCARD_TYPE_NOT_ACCEPTEDDecline - The card type is not accepted by the payment processor.Contact your merchant bank to confirm that your account is set up to receive the card in question.
233DINVALIDDATADECLINEDGENERAL_DECLINEDecline - General decline by the processor.Request a different card or other form of payment.
234DINVALIDDATAINVALID_REQUESTINVALID_MERCHANT_CONFIGURATIONDecline - There is a problem with your CyberSource merchant configuration.Do not resend the request. Contact our Client Services team to correct the configuration problem.
235DINVALIDDATAINVALID_REQUESTEXCEEDS_AUTH_AMOUNTDecline - The requested amount exceeds the originally authorized amount. Occurs, for example, if you try to capture an amount larger than the original authorization amount.Issue a new authorization and capture request for the new amount.
236DINVALIDDATAINVALID_REQUESTPROCESSOR_UNAVAILABLEDecline - Processor failure.Wait a few minutes and resend the request.
237DINVALIDDATAINVALID_REQUESTAUTH_ALREADY_REVERSEDDecline - The authorization has already been reversed.No action required.
238DINVALIDDATAINVALID_REQUESTTRANSACTION_ALREADY_SETTLEDDecline - The transaction has already been settled.No action required.
239DINVALIDDATAINVALID_REQUESTINVALID_AMOUNTDecline - The requested transaction amount must match the previous transaction amount.Correct the amount and resend the request.
240DINVALIDDATAINVALID_REQUESTINVALID_CARD_TYPEDecline - The card type sent is invalid or does not correlate with the credit card number.Confirm that the card type correlates with the credit card number specified in the request, then resend the request.
241DINVALIDDATAINVALID_REQUESTINVALID_PAYMENT_IDDecline - The referenced request id is invalid for all follow-on transactions.No action required.
242DNOAUTHINVALID_REQUESTMISSING_AUTHDecline - The request ID is invalid.Request a new authorization, and if successful, proceed with the capture.
 
You requested a capture, but there is no corresponding, unused authorization record. Occurs if there was not a previously successful authorization request or if the previously successful authorization has already been used in another capture request.
243DINVALIDDATAINVALID_REQUESTTRANSACTION_ALREADY_REVERSED_OR_SETTLEDDecline - The transaction has already been settled or reversed.No action required.
246DNOTVOIDABLEINVALID_REQUESTNOT_VOIDABLEDecline - The capture or credit is not voidable because the capture or credit information has already been submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.No action required.
247DINVALIDDATAINVALID_REQUESTCAPTURE_ALREADY_VOIDEDDecline - You requested a credit for a capture that was previously voided.No action required.
248DBOLETODECLINEDDECLINEDBOLETO_DECLINEDDecline - The boleto request was declined by your processor. 
250ETIMEOUTSERVER_ERRORPROCESSOR_TIMEOUTError - The request was received, but there was a timeout at the payment processor.To avoid duplicating the transaction, do not resend the request until you have reviewed the transaction status in the Enterprise Business Center.
251DCARDREFUSEDDECLINEDDEBIT_CARD_USAGE_LIMIT_EXCEEDEDDecline - The Pinless Debit card's use frequency or maximum amount per use has been exceeded.Request a different card or other form of payment.
254DINVALIDDATAINVALID_REQUESTACCOUNT_NOT_ALLOWED_CREDITDecline - Account is prohibited from processing stand-alone refunds.Submit a follow-on credit by including a request ID in the credit
request. A follow-on credit must be requested within 60 days of the authorization.
To process stand-alone credits, contact our Client Services team
to find out if your processor supports stand-alone credits.
400DSCOREREJECTEDSCORE_EXCEEDS_THRESHOLDSoft Decline - Fraud score exceeds threshold.You can capture the authorization, but consider reviewing the order for the possibility of fraud.
450DINVALIDADDRESSDECLINEDAPARTMENT_NUMBER_NOT_FOUNDApartment number missing or not found.Ask the customer to verify the address information and
resend the request.
451DINVALIDADDRESSDECLINEDINSUFFICIENT_ADDRESS_INFORMATIONInsufficient address information.Ask the customer to verify the address information and
resend the request.
452DINVALIDADDRESSDECLINEDHOUSE_OR_BOX_NUMBER_NOT_FOUNDHouse/Box number not found on street.Ask the customer to verify the address information and
resend the request.
453DINVALIDADDRESSDECLINEDMULTIPLE_ADDRESS_MATCHESMultiple address matches were found.Ask the customer to verify the address information and
resend the request.
454DINVALIDADDRESSDECLINEDBOX_NUMBER_NOT_FOUNDP.O. Box identifier not found or out of range.Ask the customer to verify the address information and
resend the request.
455DINVALIDADDRESSDECLINEDROUTE_SERVICE_NOT_FOUNDRoute service identifier not found or out of range.Ask the customer to verify the address information and
resend the request.
456DINVALIDADDRESSDECLINEDSTREET_NAME_NOT_FOUNDStreet name not found in Postal code.Ask the customer to verify the address information and
resend the request.
457DINVALIDADDRESSDECLINEDPOSTAL_CODE_NOT_FOUNDPostal code not found in database.Ask the customer to verify the address information and
resend the request.
458DINVALIDADDRESSDECLINEDUNVERIFIABLE_ADDRESSUnable to verify or correct address.Ask the customer to verify the address information and
resend the request.
459DINVALIDADDRESSDECLINEDMULTIPLE_ADDRESS_MATCHES_INTERNATIONALMultiple addres matches were found (international)Ask the customer to verify the address information and
resend the request.
460DINVALIDADDRESSDECLINEDADDRESS_MATCH_NOT_FOUNDAddress match not found (no reason given)Ask the customer to verify the address information and
resend the request.
461DINVALIDADDRESSDECLINEDUNSUPPORTED_CHARACTER_SETUnsupported character setVerify the character set that you are using to process transactions.
475DAUTHENTICATEPENDING_AUTHENTICATIONCONSUMER_AUTHENTICATION_REQUIREDThe cardholder is enrolled in Payer Authentication. Please authenticate the cardholder before continuing with the transaction. 
476DAUTHENTICATIONFAILEDDECLINEDCONSUMER_AUTHENTICATION_FAILEDEncountered a Payer Authentication problem. Payer could not be authenticated. 
478DAUTHENTICATEDECLINEDCUSTOMER_AUTHENTICATION_REQUIREDStrong customer authentication (SCA) is required for this transaction 
480DREVIEWAUTHORIZED_PENDING_REVIEWDECISION_PROFILE_REVIEWThe order is marked for review by Decision Manager 
481DREJECTAUTHORIZED_RISK_DECLINEDDECISION_PROFILE_REJECTThe order has been rejected by Decision Manager 
490DAGGREJECTEDDECLINEDRISK_CONTROL_DECLINEYour aggregator or acquirer is not accepting transactions from you at this time. 
491DAGGREJECTEDDECLINEDRISK_CONTROL_DECLINEYour aggregator or acquirer is not accepting this transaction. 
520DSETTINGSN/AN/ASoft Decline - The authorization request was approved by the issuing bank but declined by our systems based on your Smart Authorization settings.Do not capture the authorization without further review. Review the ccAuthReply_avsCode, ccAuthReply_cvCode, and ccAuthReply_authFactorCode fields to determine why the transaction was rejected.
700DRESTRICTEDDECLINEDCUSTOMER_WATCHLIST_MATCHThe customer matched the Denied Parties ListReject the customer's order.
701DRESTRICTEDDECLINEDADDRESS_COUNTRY_WATCHLIST_MATCHExport bill_country/ship_country matchReject the customer's order.
702DRESTRICTEDDECLINEDEMAIL_COUNTRY_WATCHLIST_MATCHExport email_country matchReject the customer's order.
703DRESTRICTEDDECLINEDIP_COUNTRY_WATCHLIST_MATCHExport hostname_country/ip_country matchReject the customer's order.


Was this article helpful?


Articles Recommended for You