Skip to main content

Error Messages

The following documentation addresses the most common errors associated with our API. Through this guide, stakeholders will be able to better understand the causes of these errors, as well as the solutions and recommendations to mitigate them.

Error CodeError MessageDescriptionPossible Solutions
400Card identifier was not found in your organizationThe card linked to your organization cannot be foundYou should check that the card is registered in the organization before trying again, or verify if the card was entered correctly.
400The customer identifier cannot be empty.The customer identifier was registered as empty or nullYou must verify that the customer information is correct and that the customer identifier is being sent.
400Customer identifier was not found in your organizationThe customer identifier does not exist in the organizationYou must ensure that when sending the structure, it includes the customer identifier and that it belongs to an organization.
4003DS identifier has already been used in another transactionThe entered identifier has already been used in another transactionA new 3DS identifier must be used to generate the payment correctly; the same 3DS identifier cannot be reused for the same transaction.
4003DS identifier is requiredA 3DS identifier is required for this issuerThe 3DS identifier must be sent as it is an authentication for the cardholder, so it is necessary to send it to the issuer.
400The 3DS identifier is not requiredA 3DS identifier is not required for this issuerFor this issuer, a 3DS identifier is not required as the cardholder does not need authentication.
400The Cvv is not validThe CVV value of the card does not matchYou must verify that the CVV of the card is entered correctly; it is always a number and is found on the back of the card. Technically, it is validated by a regular expression.
400The order total is required.The order total is empty or negativeYou must verify that the order total has a value and that it is a positive real number.
400The order total must be greater than 0.The order total is 0, and the process expects it to be greater than 0You must ensure that the order total entered is a number greater than 0.