Skip to content

Instantly share code, notes, and snippets.

@jkentjnr
Last active February 17, 2021 12:35
Show Gist options
  • Save jkentjnr/b135b7b4b6d17b22939ac44c8cba434c to your computer and use it in GitHub Desktop.
Save jkentjnr/b135b7b4b6d17b22939ac44c8cba434c to your computer and use it in GitHub Desktop.
Braintree Response Codes (Nov 2016) in JSON format
// Taken from https://developers.braintreepayments.com/reference/general/validation-errors/all/node
// Processed from tables to JSON using http://convertjson.com/html-table-to-json.htm
// Please note: Braintree will typically return the appropriate error codes & messages if an error occurs.
{
"81501": {
"message": "Amount cannot be negative.",
"description": "Even if creating a credit transaction, the amount should be given as x.xx, not -x.xx."
},
"81502": {
"message": "Amount is required.",
"description": "You'll get this error if amount is not given or is blank."
},
"81503": {
"message": "Amount is an invalid format.",
"description": "Amount must be formatted like '10' or '10.00'. If the currency does not use decimal places, the amount cannot include decimal places."
},
"81509": {
"message": "Credit card type is not accepted by this merchant account.",
"description": "The credit card card type must be accepted by your merchant account. Note that there is a different error code when you get this error when creating transactions using tokens (91517)."
},
"81520": {
"message": "Processor authorization code must be 6 characters.",
"description": "Processor authorization code must be 6 characters."
},
"81527": {
"message": "Custom field is too long:",
"description": "Custom field values must be less than 255 characters. The error message for this validation error will contain a list of the custom fields that were too long."
},
"81528": {
"message": "Amount is too large.",
"description": "The amount cannot be greater than the maximum allowed by the processor. Contact our Support team for your specific limit."
},
"81531": {
"message": "Amount must be greater than zero.",
"description": "The amount of a transaction cannot be zero."
},
"81534": {
"message": "Tax amount cannot be negative.",
"description": "The tax amount cannot be less than zero."
},
"81535": {
"message": "Tax amount is an invalid format.",
"description": "Tax amount must be formatted like '10' or '10.00'. If the currency does not use decimal places, the amount cannot include decimal places."
},
"81536": {
"message": "Tax amount is too large.",
"description": "The tax amount cannot be longer than 9 digits."
},
"81571": {
"message": "Failed to authenticate, please try a different form of payment.",
"description": "Failed to authenticate, please try a different form of payment."
},
"81601": {
"message": "Company is too long.",
"description": "Maximum 255 characters."
},
"81603": {
"message": "Custom field is too long:",
"description": "Custom field values must be less than or equal to 255 characters. The error message for this validation error will contain a list of the custom fields that were too long."
},
"81604": {
"message": "Email is an invalid format.",
"description": "Email must be a well-formed email address. If you are migrating from a system that does not have this constraint and want to record the email address in the Vault, you can use custom_fields"
},
"81605": {
"message": "Email is too long.",
"description": "Maximum 255 characters."
},
"81606": {
"message": "Email is required if sending a receipt.",
"description": "This only applies when creating a transaction. If you specify that you want to send a receipt then the customer email will be required."
},
"81607": {
"message": "Fax is too long.",
"description": "Maximum 255 characters."
},
"81608": {
"message": "First name is too long.",
"description": "Maximum 255 characters."
},
"81613": {
"message": "Last name is too long.",
"description": "Maximum 255 characters."
},
"81614": {
"message": "Phone is too long.",
"description": "maximum 255 characters."
},
"81615": {
"message": "Website is too long.",
"description": "maximum 255 characters."
},
"81616": {
"message": "Website is an invalid format.",
"description": "Website must be well-formed. The http:// at the beginning is optional. If you want to provide websites that may be not well-formed you can use custom_fields"
},
"81703": {
"message": "Credit card type is not accepted by this merchant account.",
"description": "Applies when specifying a credit card in a sale or verification request. Not applicable when only storing in the Vault, since Vault records are not associated to specific merchant accounts."
},
"81706": {
"message": "CVV is required.",
"description": "CVV will only be required if CVV processing rules are configured to require it. If the rules are configured to require it, then CVV is required when storing a card in the Vault and performing card verification or when creating transactions."
},
"81707": {
"message": "CVV must be 4 digits for American Express and 3 digits for other card types.",
"description": "CVV must be 4 digits for American Express and 3 digits for other card types."
},
"81709": {
"message": "Expiration date is required.",
"description": "You must provide the expiration date either as a single field or as month and year separately."
},
"81710": {
"message": "Expiration date is invalid.",
"description": "Valid formats are M/YY, M/YYYY, MM/YY, and MM/YYYY. The month must be 1-12 or 01-12."
},
"81711": {
"message": "Expiration date year is invalid. It must be between 1975 and 2200.",
"description": "It must be between 1975 and 2200."
},
"81712": {
"message": "Expiration month is invalid.",
"description": "It must be 1-12 or 01-12."
},
"81713": {
"message": "Expiration year is invalid.",
"description": "It must be between 1976 and 2200."
},
"81714": {
"message": "Credit card number is required.",
"description": "You'll get this error if number is omitted or if it is an empty string."
},
"81715": {
"message": "Credit card number is invalid.",
"description": "The credit card number must pass a Luhn-10 check."
},
"81716": {
"message": "Credit card number must be 12-19 digits.",
"description": "Inclusive."
},
"81717": {
"message": "Credit card number is not an accepted test number.",
"description": "Only test numbers can be used in the sandbox."
},
"81718": {
"message": "Credit card number cannot be updated to an unsupported card type when it is associated to subscriptions.",
"description": "Only applies when using recurring billing. If a credit card is being used for recurring billing subscriptions, the card can only be updated to a card type that is accepted by the merchant account that is being used for the subscriptions."
},
"81723": {
"message": "Cardholder name is too long.",
"description": "Maximum 175 characters."
},
"81724": {
"message": "Duplicate card exists in the vault.",
"description": "Duplicate card exists in the vault."
},
"81725": {
"message": "Credit card must include number, payment_method_nonce, or venmo_sdk_payment_method_code.",
"description": "Credit card must include number, payment_method_nonce, or venmo_sdk_payment_method_code."
},
"81736": {
"message": "CVV verification failed.",
"description": "CVV was incorrect or not supplied."
},
"81737": {
"message": "Postal code verification failed.",
"description": "Postal code was incorrect or not supplied."
},
"81750": {
"message": "Credit card number is prohibited.",
"description": "Cannot transact with an issuer on OFAC's prohibited list."
},
"81801": {
"message": "Addresses must have at least one field filled in.",
"description": "At least one of the address attributes must be present, but it doesn't matter which one. This doesn't apply when creating transactions—billing and shipping address can be blank unless AVS processing rules are configured to require billing street and postal."
},
"81802": {
"message": "Company is too long.",
"description": "Maximum 255 characters."
},
"81804": {
"message": "Extended address is too long.",
"description": "Maximum 255 characters."
},
"81805": {
"message": "First name is too long.",
"description": "Maximum 255 characters."
},
"81806": {
"message": "Last name is too long.",
"description": "Maximum 255 characters."
},
"81807": {
"message": "Locality is too long.",
"description": "Maximum 255 characters."
},
"81808": {
"message": "Postal code is required.",
"description": "Applies when AVS rules are configured to require postal code."
},
"81809": {
"message": "Postal code may contain no more than 9 letter or number characters.",
"description": "The length only applies to letters or numbers; it ignores spaces, hyphens, and all other special characters."
},
"81810": {
"message": "Region is too long.",
"description": "Maximum 255 characters."
},
"81811": {
"message": "Street address is required.",
"description": "Applies when creating a transaction or performing card verification when AVS rules are configured to require street address."
},
"81812": {
"message": "Street address is too long.",
"description": "Maximum 255 characters."
},
"81813": {
"message": "Postal code can only contain letters, numbers, spaces, and hyphens.",
"description": "There are also length limitations, but that's a different validation error."
},
"81827": {
"message": "US state codes must be two characters to meet PayPal Seller Protection requirements.",
"description": "US state codes must be two characters to meet PayPal Seller Protection requirements."
},
"81901": {
"message": "Cannot edit a canceled subscription.",
"description": "After a subscription has been canceled it cannot be updated."
},
"81902": {
"message": "ID has already been taken.",
"description": "Subscription IDs need to be unique."
},
"81903": {
"message": "Price cannot be blank.",
"description": "If you provide a price, it can't be an empty string. If you omit the price, then the subscription will inherit the price from the plan."
},
"81904": {
"message": "Price is an invalid format.",
"description": "Price must be formatted like '10' or '10.00'."
},
"81905": {
"message": "Subscription has already been canceled.",
"description": "You can't cancel subscriptions that have already been canceled."
},
"81906": {
"message": "ID is invalid (use only letters, numbers, '-', and '').",
"description": "If specifying the ID for the subscription, you can only use letters, numbers, and -."
},
"81907": {
"message": "Trial Duration is an invalid format.",
"description": "It must be 1-3 digits."
},
"81908": {
"message": "Trial Duration is required.",
"description": "It's required if trial period is set to true."
},
"81909": {
"message": "Trial Duration Unit is invalid.",
"description": "Valid values are \"day\" and \"month\"."
},
"81910": {
"message": "Cannot edit an expired subscription.",
"description": "You cannot edit a subscription with Expired status."
},
"81923": {
"message": "Price is too large.",
"description": "The subscription price cannot be greater than the maximum allowed by the processor. Contact our Support team for your specific limit."
},
"82301": {
"message": "Settlement Date is required",
"description": "You must provide a settlement date as the first argument."
},
"82302": {
"message": "Settlement Date is invalid",
"description": "The settlement date provided must be a valid date."
},
"82303": {
"message": "Group By Custom Field is not a valid custom field",
"description": "The custom field provided must be valid."
},
"82602": {
"message": "Applicant merchant id is too long.",
"description": "The merchant account id cannot be longer than 32 characters."
},
"82603": {
"message": "Applicant merchant id format is invalid.",
"description": "You can only use letters, numbers, _ and - for the merchant account id."
},
"82604": {
"message": "Applicant merchant id is in use.",
"description": "Merchant account ids need to be unique."
},
"82605": {
"message": "Applicant merchant id is not allowed.",
"description": "Merchant account ids may not be named 'all' or 'new.'"
},
"82606": {
"message": "Master merchant account ID is required.",
"description": "You must provide a master merchant account id when creating a merchant account."
},
"82607": {
"message": "Master merchant account ID is invalid.",
"description": "You'll get this error if we cannot find a master merchant account with the id specified."
},
"82608": {
"message": "Master merchant account must be active.",
"description": "You'll get this error if the supplied master merchant account id is not active."
},
"82609": {
"message": "Applicant first name is required.",
"description": "You must provide the first name of the applicant."
},
"82610": {
"message": "Terms Of Service needs to be accepted. Applicant tos_accepted required.",
"description": "You must indicate that the terms of service are accepted."
},
"82611": {
"message": "Applicant last name is required.",
"description": "You must provide the last name of the applicant."
},
"82612": {
"message": "Applicant date of birth is required.",
"description": "You must provide the applicant's date of birth."
},
"82613": {
"message": "Applicant routing number is required.",
"description": "You must provide the applicant's bank routing number."
},
"82614": {
"message": "Applicant account number is required.",
"description": "You must provide the applicant's bank account number."
},
"82615": {
"message": "Applicant SSN must be blank, last 4 digits, or full 9 digits.",
"description": "The applicant's social security number must be valid (full 9 digits, with or without dashes, or last 4 digits)."
},
"82616": {
"message": "Applicant email is invalid.",
"description": "The applicant's email must be valid."
},
"82617": {
"message": "Applicant street address is required.",
"description": "You must provide the applicant's street address."
},
"82618": {
"message": "Applicant locality is required.",
"description": "You must provide the applicant's city, town, or municipality."
},
"82619": {
"message": "Applicant postal code is required.",
"description": "You must provide the applicant's postal code."
},
"82620": {
"message": "Applicant region is required.",
"description": "You must provide the applicant's region."
},
"82621": {
"message": "Applicant declined due to OFAC.",
"description": "The applicant has failed an OFAC check. The OFAC search confirms whether a sub-merchant is on the criminal and terrorists watch lists collected from databases around the world."
},
"82622": {
"message": "Applicant declined due to MasterCard MATCH.",
"description": "The applicant has failed a Mastercard MATCH check. The Mastercard MATCH File is a database file used by payment processing banks to identify specific merchants and principals who may been terminated for reasons like fraud or violation(s) of Visa and/or Mastercard rules."
},
"82623": {
"message": "Applicant declined due to failed KYC.",
"description": "The applicant has failed a Know Your Customer check."
},
"82624": {
"message": "Applicant declined due to invalid SSN.",
"description": "The applicant's social security number is invalid. If you provide a social security number, you must provide either the entire number or the last four digits."
},
"82625": {
"message": "Applicant declined due to SSN matching that of a deceased person.",
"description": "The applicant has been declined because the social security number provided appears in a database of social security numbers belonging to deceased persons."
},
"82626": {
"message": "Applicant declined after review.",
"description": "After review, the applicant has been declined."
},
"82627": {
"message": "Applicant first name is invalid.",
"description": "The applicant's first name must not contain '/', '\\', '&', '<', '>' or any control characters."
},
"82628": {
"message": "Applicant last name is invalid.",
"description": "The applicant's last name must not contain '/', '\\', '&', '<', '>' or any control characters."
},
"82629": {
"message": "Applicant street address is invalid.",
"description": "You must provide a valid street address for the applicant that includes at least one digit."
},
"82630": {
"message": "Applicant postal code is invalid.",
"description": "You must provide a valid postal code for the applicant."
},
"82631": {
"message": "Applicant company name is invalid.",
"description": "The applicant's company name must contain only letters, numbers, and these characters: &-!@#$()'./+,\". The maximum length is 40 characters."
},
"82632": {
"message": "Applicant tax ID is invalid.",
"description": "The applicant's tax id must be 9 digits long."
},
"82633": {
"message": "Applicant company name is required with tax ID.",
"description": "If the applicant's tax id is provided then the company name must be provided as well."
},
"82634": {
"message": "Applicant tax ID is required with company name.",
"description": "If the applicant's company name is provided then the tax id must be provided as well."
},
"82635": {
"message": "Applicant routing number is invalid.",
"description": "The applicant's bank routing number must be valid."
},
"82636": {
"message": "Applicant phone is invalid.",
"description": "The provided phone is not valid."
},
"82637": {
"message": "Individual first name is required.",
"description": "Applicant first name is required."
},
"82638": {
"message": "Individual last name is required.",
"description": "Applicant last name is required."
},
"82639": {
"message": "Individual date of birth is required.",
"description": "Individual date of birth is required."
},
"82640": {
"message": "Funding routing number is required.",
"description": "Funding routing number is required."
},
"82641": {
"message": "Funding account number is required.",
"description": "Funding account number is required."
},
"82642": {
"message": "Individual SSN must be blank, last 4 digits, or full 9 digits.",
"description": "Individual SSN must be blank, last 4 digits, or full 9 digits."
},
"82643": {
"message": "Individual email is invalid.",
"description": "Individual email is invalid."
},
"82644": {
"message": "Individual first name is invalid.",
"description": "Individual first name is invalid."
},
"82645": {
"message": "Individual last name is invalid.",
"description": "Applicant last name is invalid."
},
"82646": {
"message": "Business DBA name is invalid.",
"description": "The provided DBA name is not valid. The applicant's company name must contain only letters, numbers, and these characters: &-!@#$()'./+,\". The maximum length is 40 characters."
},
"82647": {
"message": "Business tax ID is invalid.",
"description": "Business tax ID is invalid."
},
"82648": {
"message": "Business tax ID is required with business legal name.",
"description": "You must provide a tax id if a legal name has been provided."
},
"82649": {
"message": "Funding routing number is invalid.",
"description": "Funding routing number is invalid."
},
"82650": {
"message": "An unexpected error occurred trying to save the merchant account; support has been notified and is looking into the issue. You may safely retry this request",
"description": "An unexpected error occurred trying to save the merchant account; support has been notified and is looking into the issue. You may safely retry this request."
},
"82656": {
"message": "Individual phone is invalid.",
"description": "Individual phone is invalid."
},
"82657": {
"message": "Individual street address is required.",
"description": "Individual street address is required."
},
"82658": {
"message": "Individual locality is required.",
"description": "Individual locality is required."
},
"82659": {
"message": "Individual postal code is required.",
"description": "Individual postal code is required."
},
"82660": {
"message": "Individual region is required.",
"description": "Individual region is required."
},
"82661": {
"message": "Individual street address is invalid.",
"description": "Individual street address is invalid."
},
"82662": {
"message": "Individual postal code is invalid.",
"description": "Individual postal code is invalid."
},
"82663": {
"message": "Applicant date of birth is invalid",
"description": "You must provide a valid date of birth."
},
"82664": {
"message": "Applicant region is invalid.",
"description": "You must provide a valid region for the applicant. Only two-letter abbreviations are accepted, e.g. 'CA' but not 'California.'"
},
"82665": {
"message": "Applicant email is required.",
"description": "You must provide an email address."
},
"82666": {
"message": "Individual date of birth is invalid.",
"description": "Individual date of birth is invalid."
},
"82667": {
"message": "Individual email is required.",
"description": "Individual email is required."
},
"82668": {
"message": "Individual region is invalid.",
"description": "Individual region is invalid."
},
"82669": {
"message": "Business legal name is required with tax ID.",
"description": "You must provide a legal name if a tax id has been provided."
},
"82670": {
"message": "Applicant account number is invalid.",
"description": "The provided bank account number is not valid."
},
"82671": {
"message": "Funding account number is invalid.",
"description": "Funding account number is invalid."
},
"82672": {
"message": "Business tax ID must be blank unless business legal name is present.",
"description": "The tax id must be blank if no company name/legal name is provided."
},
"82673": {
"message": "Applicant tax ID must be blank unless company name present.",
"description": "Applicant tax ID must be blank unless company name present."
},
"82674": {
"message": "Merchant accounts with a status of pending or suspended cannot be updated.",
"description": "The merchant account cannot be updated."
},
"82675": {
"message": "Merchant account id can not be updated.",
"description": "You'll get this error if the ID cannot be updated."
},
"82676": {
"message": "Master merchant account id can not be updated.",
"description": "You'll get this error if the merchant account ID cannot be updated."
},
"82677": {
"message": "Business legal name is invalid.",
"description": "The provided legal name is not valid. The applicant's company name must contain only letters, numbers, letters, numbers, and these characters: &-!@#$()'./+,\". The maximum length is 40 characters."
},
"82678": {
"message": "Funding destination is required.",
"description": "You must provide a funding destination."
},
"82679": {
"message": "Funding destination is invalid.",
"description": "You must provide a valid funding destination."
},
"82680": {
"message": "Funding email is required when destination is email.",
"description": "You must provide a funding email address when your funding destination is email."
},
"82681": {
"message": "Funding email is invalid.",
"description": "The provided funding email address is not valid."
},
"82682": {
"message": "Funding mobile phone is required when destination is mobile phone.",
"description": "You must provide a funding mobile phone when your funding destination is mobile phone."
},
"82683": {
"message": "Funding mobile phone is invalid.",
"description": "The provided funding mobile phone is not valid."
},
"82684": {
"message": "Business region is invalid.",
"description": "The provided business region is not valid. Only two-letter abbreviations are accepted, e.g. 'CA' but not 'California.'"
},
"82685": {
"message": "Business street address is invalid.",
"description": "The provided business street address is not valid. It must contain at least one digit."
},
"82686": {
"message": "Business postal code is invalid.",
"description": "The provided business zip code is not valid. It must be 5 digits followed by an optional hyphen, space, and an additional 4 digits."
},
"82687": {
"message": "Individual params provided in an invalid format.",
"description": "You must provide the attributes for Individual in the correct format."
},
"82688": {
"message": "Business params provided in an invalid format.",
"description": "You must provide the attributes for Business in the correct format."
},
"82689": {
"message": "Business locality is invalid.",
"description": "The provided business address is not valid."
},
"82690": {
"message": "Individual locality is invalid.",
"description": "The provided individual address is not valid."
},
"82691": {
"message": "Applicant locality is invalid.",
"description": "The provided applicant address is not valid."
},
"82901": {
"message": "Incomplete PayPal account information.",
"description": "You must specify an access token or a consent code for this operation."
},
"82902": {
"message": "Pre-Approved Payment enabled PayPal account required for vaulting.",
"description": "When you vault a PayPal account, you must provide a payment method nonce that was retrieved via the transaction flow."
},
"82903": {
"message": "Invalid PayPal account information.",
"description": "You cannot specify both an access token and a consent code for this operation."
},
"82904": {
"message": "PayPal Accounts are not accepted by this merchant account.",
"description": "Your account has not been enabled to accept PayPal."
},
"82905": {
"message": "A customer ID is required to vault a PayPal Account.",
"description": "When adding a PayPal account to an existing customer, the customer ID is required."
},
"83501": {
"message": "Apple Pay cards are not accepted by this merchant account.",
"description": "Apple Pay cards are not accepted by this merchant account."
},
"83502": {
"message": "A customer ID is required to vault an Apple Pay Card.",
"description": "When storing an Apple Pay card in the vault, you must provide the customer ID of a customer already stored in the vault to whom the card will belong."
},
"83512": {
"message": "Apple Pay payment data decryption failed",
"description": "The Apple Pay PKPaymentToken payment data could not be decrypted. This occurs when (a) the Apple Pay merchant id used in your iOS App entitlements does not match the values provided to Braintree; (b) the provisioning profile you used to sign your iOS App does not correspond to the iOS Developer Account with which the Apple Pay certificate was generated; (c) the payment data was not valid as it was received by the Gateway. Call Braintree Support if you cannot resolve this error."
},
"83518": {
"message": "Credit card type is not accepted by this merchant account.",
"description": "The specified merchant account is not configured to accept cards from this payment network. Please specify the correct payment networks when initializing a PKPaymentRequest."
},
"83520": {
"message": "Payment data is malformed",
"description": "Payment data is malformed."
},
"84101": {
"message": "Common ID is required.",
"description": "Common ID is required."
},
"84102": {
"message": "Username is required.",
"description": "Username is required."
},
"84103": {
"message": "Venmo user ID is required.",
"description": "Venmo user ID is required."
},
"84104": {
"message": "Customer ID is required.",
"description": "Customer ID is required."
},
"84105": {
"message": "Venmo accounts are not accepted by this merchant account.",
"description": "Venmo accounts are not accepted by this merchant account."
},
"84106": {
"message": "Customer ID is invalid.",
"description": "Customer ID is invalid."
},
"91501": {
"message": "Order ID is too long.",
"description": "Order ID must be less than 255 characters."
},
"91504": {
"message": "Transaction can only be voided if status is authorized or submitted_for_settlement.",
"description": "Unless the transaction status is authorized or submitted_for_settlement, it cannot be voided."
},
"91505": {
"message": "Credit transactions cannot be refunded.",
"description": "Only sale transactions can be refunded."
},
"91506": {
"message": "Cannot refund a transaction unless it is settled.",
"description": "Transaction status must be settled to refund it."
},
"91507": {
"message": "Cannot submit for settlement unless status is authorized.",
"description": "Transaction status must be authorized to submit the transaction for settlement."
},
"91508": {
"message": "Cannot determine payment method.",
"description": "You must specify the payment method to charge, either directly (by payment_method_nonce, payment_method_token, credit_card, paypal_account, etc.) or indirectly (by customer_id, subscription_id, etc.)."
},
"91510": {
"message": "Customer ID is invalid.",
"description": "You'll get this error if you create a transaction using a customer ID and the customer ID isn't in your Vault."
},
"91511": {
"message": "Customer does not have any credit cards.",
"description": "When creating a transaction using a customer ID, we'll use the customer's default credit card. If the customer does not have any credit cards associated to it, you'll get this error."
},
"91512": {
"message": "Transaction has already been completely refunded.",
"description": "Transactions can only be refunded once."
},
"91513": {
"message": "Merchant account ID is invalid.",
"description": "If you specify the merchant account ID to use to process a transaction and it does not match any of your merchant accounts, you'll get this error."
},
"91514": {
"message": "Merchant account is suspended.",
"description": "You'll get this error if you try to create a transaction using a suspended merchant account."
},
"91515": {
"message": "Cannot provide both payment_method_token and credit_card attributes.",
"description": "If you specify both a Vault token and a full credit card number you'll get this error."
},
"91516": {
"message": "Cannot provide both payment_method_token and customer_id unless the payment_method belongs to the customer.",
"description": "If you specify both a customer ID and a payment method token when creating a transaction, the payment_method_token must belong to the customer ID."
},
"91517": {
"message": "Payment instrument type is not accepted by this merchant account.",
"description": "When providing a payment method token, your merchant account must be configured to accept the payment method type represented by the token."
},
"91518": {
"message": "Payment method token is invalid.",
"description": "You'll get this error if the payment method token isn't in the Vault."
},
"91519": {
"message": "Processor authorization code cannot be set unless for a voice authorization.",
"description": "You can only set the processor authorization code for voice authorization transactions."
},
"91521": {
"message": "Refund amount is too large.",
"description": "You cannot refund more than the amount submitted for settlement."
},
"91522": {
"message": "Settlement amount is too large.",
"description": "You cannot settle more than the authorized amount unless your industry and processor support settlement adjustment (settling a certain percentage over the authorized amount); contact our Accounts team for details."
},
"91523": {
"message": "Transaction type is invalid.",
"description": "Valid transaction types are \"sale\" and \"credit\"."
},
"91524": {
"message": "Transaction type is required.",
"description": "We need to know if you want to create a sale or a credit."
},
"91525": {
"message": "Vault is disabled.",
"description": "If you set the option to store in Vault, your Vault needs to be enabled."
},
"91526": {
"message": "Custom field is invalid:",
"description": "Custom field keys must match the API name of a custom field configured in the control panel. The error message for this validation error will contain a list of the invalid keys."
},
"91527": {
"message": "Cannot provide both payment_method_token and subscription_id unless the payment_method belongs to the subscription.",
"description": "If you specify both a payment method token and a subscription ID the subscription ID must be associated to the token given."
},
"91528": {
"message": "Subscription ID is invalid.",
"description": "You'll get this error if the subscription ID given isn't one of your subscriptions."
},
"91529": {
"message": "Cannot provide both subscription_id and customer_id unless the subscription belongs to the customer.",
"description": "If you give both a customer ID and a subscription ID the subscription must be associated to the customer."
},
"91530": {
"message": "Cannot provide a billing address unless also providing a credit card.",
"description": "If you're creating a transaction using a credit card token, then we will use the billing address associated to that token in the Vault. You'll get this error if creating a transaction using a token and specifying a billing address."
},
"91531": {
"message": "Subscription status must be Past Due in order to retry.",
"description": "A subscription must be in past due status in order to manually retry the charge."
},
"91537": {
"message": "Purchase order number is too long.",
"description": "The purchase order number cannot be larger than 12 characters for AIB and 17 characters for other all other processors."
},
"91538": {
"message": "Cannot refund a transaction with a suspended merchant account.",
"description": "You cannot refund a transaction associated with a suspended merchant account."
},
"91539": {
"message": "Voice Authorization is not allowed for this card type",
"description": "The specified card type does not support voice authorization codes."
},
"91540": {
"message": "Transaction cannot be cloned if payment method is stored in vault.",
"description": "Instead, create a new transaction using the payment method's token."
},
"91541": {
"message": "Cannot clone voice authorization transactions.",
"description": "Cloning voice authorizations is currently unsupported."
},
"91542": {
"message": "Unsuccessful transaction cannot be cloned.",
"description": "Only transactions that were authorized or settled are cloneable."
},
"91543": {
"message": "Credits cannot be cloned.",
"description": "You may only clone sale transactions."
},
"91544": {
"message": "Cannot clone transaction without submit_for_settlement flag.",
"description": "You must specify whether or not to submit the cloned transaction for settlement upon creation."
},
"91545": {
"message": "Voice Authorizations are not supported for this processor.",
"description": "Your processor does not support voice authorizations."
},
"91546": {
"message": "Credits are not supported by this processor.",
"description": "Your processor does not support credits."
},
"91547": {
"message": "Merchant account does not support refunds.",
"description": "The merchant account account does not support refunds."
},
"91548": {
"message": "Purchase order number is invalid.",
"description": "The purchase order number must be printable ASCII characters."
},
"91549": {
"message": "Cannot provide more than one of payment_method_token, payment_method_nonce, credit_card, and venmo_sdk_payment_method_code attributes.",
"description": "Cannot provide more than one of payment_method_token, payment_method_nonce, credit_card, and venmo_sdk_payment_method_code attributes."
},
"91550": {
"message": "Channel is too long.",
"description": "Channel is too long. This field is for use by Partners and shopping cart providers only."
},
"91551": {
"message": "Settlement amount cannot be less than the service fee amount.",
"description": "The settlement amount must be greater than or equal to the service fee amount."
},
"91552": {
"message": "Credits not allowed with service fee.",
"description": "Service fees are allowed on sale transactions only."
},
"91553": {
"message": "Sub-merchant account requires a service fee.",
"description": "Transactions for sub-merchant accounts need a service fee amount."
},
"91554": {
"message": "Amount cannot be negative.",
"description": "Service fee amount must be greater than or equal to zero."
},
"91555": {
"message": "Amount is an invalid format.",
"description": "Service fee amount must be formatted like '10' or '10.00'. If the currency does not use decimal places, the amount cannot include decimal places."
},
"91556": {
"message": "Service fee amount is larger than transaction amount.",
"description": "Service fee amount must be less than the transaction amount."
},
"91557": {
"message": "Service fee not supported on master merchant account.",
"description": "Transactions for a master merchant account cannot have a service fee amount."
},
"91558": {
"message": "Merchant account does not support MOTO transactions unless configured by processor.",
"description": "This merchant account cannot be used for Mail Order/Telephone Order."
},
"91559": {
"message": "Cannot refund a transaction with a pending merchant account.",
"description": "A Merchant Account must be Active in order to refund a transaction."
},
"91560": {
"message": "Transaction could not be held in escrow.",
"description": "The Transaction cannot be held in escrow."
},
"91561": {
"message": "Cannot release a transaction that is not escrowed.",
"description": "Cannot release a transaction that is not escrowed."
},
"91562": {
"message": "Release can only be cancelled if the transaction is submitted for release.",
"description": "Release can only be canceled if the transaction is submitted for release."
},
"91563": {
"message": "Escrowed transactions cannot be partially refunded.",
"description": "The Transaction must be fully refunded after being held in escrow."
},
"91564": {
"message": "Cannot use a payment_method_nonce more than once.",
"description": "The payment method nonce has already been consumed."
},
"91565": {
"message": "Unknown or expired payment_method_nonce.",
"description": "The payment method nonce has either expired or never existed. Nonces are deleted upon expiration (3 hours after generation)."
},
"91567": {
"message": "Payment instrument type is not accepted by this merchant account.",
"description": "Payment instrument type is not accepted by this merchant account."
},
"91568": {
"message": "Three D Secure Token is invalid.",
"description": "3D Secure token is invalid."
},
"91569": {
"message": "payment_method_nonce does not contain a valid payment instrument type.",
"description": "payment_method_nonce does not contain a valid payment instrument type."
},
"91570": {
"message": "Transaction data does not match data from Three D Secure verify call.",
"description": "The credit card number and expiration date used for 3D Secure verification must match the values used to create the transaction."
},
"91572": {
"message": "Current payment method does not support use_billing_for_shipping flag.",
"description": "Current payment method does not support use_billing_for_shipping flag."
},
"91573": {
"message": "Transaction cannot be cloned if payment method is a PayPal account.",
"description": "Transaction cannot be cloned if payment method is a PayPal account."
},
"91574": {
"message": "Cannot refund a transaction transaction in settling status on this merchant account. Try again after the transaction has settled.",
"description": "Cannot refund a transaction transaction in settling status on this merchant account. Try again after the transaction has settled."
},
"91575": {
"message": "Cannot transition transaction to settled, settlement_confirmed, or settlement_declined",
"description": "Cannot transition transaction to settled, settlement_confirmed, or settlement_declined."
},
"91576": {
"message": "PayPal is not enabled for your merchant account.",
"description": "PayPal is not enabled for your merchant account."
},
"91577": {
"message": "Merchant account does not support payment instrument.",
"description": "Merchant account does not support payment instrument."
},
"91578": {
"message": "Service fee can not be applied on PayPal transactions.",
"description": "Service fee can not be applied on PayPal transactions."
},
"91580": {
"message": "PayPal custom fields must be less than 256 characters in length.",
"description": "PayPal custom fields must be less than 256 characters in length."
},
"91581": {
"message": "Shipping address customer does not match customer in request.",
"description": "Shipping address customer does not match customer in request."
},
"91582": {
"message": "PayPal unilateral transactions must also be submitted for settlement.",
"description": "A unilateral payment is a payment that is made to a receiver who does not have a PayPal account."
},
"91583": {
"message": "This PayPal account was not vaulted with the required data",
"description": "This PayPal account was not vaulted with the required data."
},
"91584": {
"message": "Merchant account must match the 3D Secure authorization merchant account.",
"description": "The merchant account used for 3D Secure verification must match the merchant account used to create the transaction."
},
"91585": {
"message": "Amount must match the 3D Secure authorization amount.",
"description": "The amount used for 3D Secure verification must match the amount used to create the transaction."
},
"91586": {
"message": "Shared billing address ID cannot be used in the same call as a standard billing address ID",
"description": "Shared billing address ID cannot be used in the same call as a standard billing address ID."
},
"91587": {
"message": "Shared customer ID cannot be used in the same call as a standard customer ID",
"description": "Shared customer ID cannot be used in the same call as a standard customer ID."
},
"91588": {
"message": "Shared payment method token cannot be used in the same call as a standard payment method token",
"description": "Shared payment method token cannot be used in the same call as a standard payment method token."
},
"91589": {
"message": "Shared payment method token cannot be used in the same call as a non-shared identifier param",
"description": "Shared payment method token cannot be used in the same call as a non-shared identifier param."
},
"91590": {
"message": "Shared identifier param cannot be used with non-shared payment method token",
"description": "Shared identifier param cannot be used with non-shared payment method token."
},
"91591": {
"message": "Shared shipping address ID cannot be used in the same call as a standard shipping address ID",
"description": "Shared shipping address ID cannot be used in the same call as a standard shipping address ID."
},
"91592": {
"message": "Shared payment methods cannot be vaulted",
"description": "Shared payment methods cannot be vaulted."
},
"91593": {
"message": "Shared payment methods cannot be vaulted",
"description": "Shared payment methods cannot be vaulted."
},
"91594": {
"message": "Shared shipping addresses cannot be vaulted",
"description": "Shared shipping addresses cannot be vaulted."
},
"91595": {
"message": "Shared payment methods cannot be updated",
"description": "Shared payment methods cannot be updated."
},
"91596": {
"message": "Shared payment method token is invalid.",
"description": "Shared payment method token is invalid."
},
"91597": {
"message": "Cannot provide both shared_payment_method_token and shared_customer_id unless the payment_method belongs to the customer.",
"description": "Cannot provide both shared_payment_method_token and shared_customer_id unless the payment_method belongs to the customer."
},
"91598": {
"message": "Payment instrument type is not accepted by this merchant account.",
"description": "Payment instrument type is not accepted by this merchant account."
},
"91599": {
"message": "Shared Shipping address customer does not match customer in request.",
"description": "Shared Shipping address customer does not match customer in request."
},
"91602": {
"message": "Custom field is invalid:",
"description": "Custom field keys must match the API name of a custom field configured in the Control Panel. The error message for this validation error will contain a list of the invalid keys."
},
"91609": {
"message": "Customer ID has already been taken.",
"description": "Customer IDs have to be unique."
},
"91610": {
"message": "Customer ID is invalid (use only letters, numbers, '-', and '_').",
"description": "Valid characters are letters, numbers, dashes, and underscores."
},
"91611": {
"message": "Customer ID is not an allowed ID.",
"description": "We reserve a few words that can't be used as IDs. 'all' and 'new' currently cannot be used."
},
"91612": {
"message": "Customer ID is too long.",
"description": "Maximum 36 characters."
},
"91613": {
"message": "Customer ID is required.",
"description": "Customer ID is required when performing updates."
},
"91617": {
"message": "Nonce references a vaulted payment instrument - cannot be transferred between customers",
"description": "Nonce references a vaulted payment instrument - cannot be transferred between customers."
},
"91618": {
"message": "Customer attribute must be a map of keys and values representing a customer.",
"description": "Customer must be a well-formed object, not a string or integer."
},
"91619": {
"message": "Ambiguous usage of default payment method token.",
"description": "Cannot set default_payment_method_token and credit_card.options.make_default in the same customer update request."
},
"91701": {
"message": "Cannot provide both a billing address and a billing address ID.",
"description": "When you create or update a credit card you can set the billing address using full billing address details, or you can set it to a billing address ID of an address already associated to the customer, but not both."
},
"91702": {
"message": "Billing address ID is invalid.",
"description": "If setting the billing address on a credit card using an ID, the ID must be an ID of an address associated to the customer."
},
"91704": {
"message": "Customer ID is required.",
"description": "When adding a credit card to an existing customer, the customer ID is required."
},
"91705": {
"message": "Customer ID is invalid.",
"description": "When specifying the customer ID to add a credit card to an existing customer, the ID must be the ID a customer stored in the Vault."
},
"91708": {
"message": "Cannot provide expirationdate if you are also providing expiration_month and expiration_year.",
"description": "You can provide the credit card expiration date as a single field, or as month and year separately, but not all 3."
},
"91718": {
"message": "Token is invalid (use only letters, numbers, '-', and '').",
"description": "If you're specifying the credit card token, you can use letters, numbers, '-', and '_'."
},
"91719": {
"message": "Credit card token is taken.",
"description": "Credit card tokens have to be unique."
},
"91720": {
"message": "Credit card token is too long.",
"description": "Maximum 36 characters."
},
"91721": {
"message": "Token is not an allowed token.",
"description": "We reserve a few tokens: 'new' and 'all'."
},
"91722": {
"message": "Payment Method token is required.",
"description": "When updating a credit card you can omit the token if you don't want to change it, but you can't set it to an empty string. If set to an empty string on creation, the gateway will generate a random token."
},
"91723": {
"message": "Update Existing Token is invalid.",
"description": "Applies when updating a customer and credit card at the same time and specifying the token of the credit card to update. You'll get this error if the token specified is for a credit card that does not exist, or references a credit card that does not belong to the customer that is being updated."
},
"91726": {
"message": "Credit card type is not accepted by this merchant account.",
"description": "Credit card type is not accepted by this merchant account."
},
"91727": {
"message": "Invalid VenmoSDK payment method code",
"description": "Invalid VenmoSDK payment method code."
},
"91728": {
"message": "Verification Merchant Account ID is invalid.",
"description": "There must be a merchant account with this ID."
},
"91729": {
"message": "Update Existing Token is not allowed when creating a customer.",
"description": "Update Existing Token is not allowed when creating a customer."
},
"91730": {
"message": "Verifications are not supported on this merchant account",
"description": "This Merchant Account does not support Credit Card Verification."
},
"91731": {
"message": "Cannot use a payment_method_nonce more than once.",
"description": "The payment method nonce has already been used once."
},
"91732": {
"message": "Unknown or expired payment_method_nonce.",
"description": "The payment method nonce has either expired or never existed. Nonces are deleted upon expiration (3 hours after generation)."
},
"91733": {
"message": "Payment method nonce locked.",
"description": "Deprecated\nThe payment method nonce must be unlocked before it is used."
},
"91734": {
"message": "Credit card type is not accepted by this merchant account.",
"description": "Applies when specifying a credit card when creating a transaction, but not when only storing in the Vault since Vault records are not associated to specific merchant accounts."
},
"91735": {
"message": "Payment method nonces cannot be used to update an existing card.",
"description": "A payment method nonce) cannot be used to update an existing credit card."
},
"91738": {
"message": "Payment method is not a credit card payment method.",
"description": "This operation requires a credit card, and the payment method you specified is not a credit card."
},
"91739": {
"message": "Verification amount cannot be negative.",
"description": "The amount you specified for verification was less than zero."
},
"91740": {
"message": "Verification amount is invalid.",
"description": "The amount you specified for verification had an invalid format."
},
"91741": {
"message": "Verification amount not supported by processor.",
"description": "The processor you are using for verification does not allow the verification amount you specified."
},
"91742": {
"message": "Verification Merchant Account is suspended.",
"description": "Verification Merchant Account is suspended."
},
"91743": {
"message": "The current user does not have access to the specified verification_merchant_account_id",
"description": "The current user does not have access to the specified verification_merchant_account_id."
},
"91744": {
"message": "Billing address format is invalid.",
"description": "Billing address format is invalid."
},
"91745": {
"message": "Payment method params supplied are not valid for updating a credit card.",
"description": "The payment method params you supplied are not valid for updating a credit card."
},
"91752": {
"message": "Verification amount is too large.",
"description": "Verification amount is too large."
},
"91755": {
"message": "Verification Merchant Account ID cannot be a sub-merchant account.",
"description": "Verifications cannot be created using sub-merchant accounts."
},
"91803": {
"message": "Country name is not an accepted country.",
"description": "We only accept specific country names."
},
"91814": {
"message": "Country code (alpha2) is not an accepted country.",
"description": "We only accept specific alpha-2 values."
},
"91815": {
"message": "Provided country information is inconsistent.",
"description": "You can only specify one of country name, country code alpha2, country code alpha3 and country code numeric."
},
"91816": {
"message": "Country code (alpha3) is not an accepted country.",
"description": "We only accept specific alpha-3 values."
},
"91817": {
"message": "Country code (numeric) is not an accepted country.",
"description": "We only accept specific numeric values."
},
"91818": {
"message": "Customer has already reached the maximum of 50 addresses.",
"description": "You will get this validation error when trying to add an address to a customer which has already reached the maximum of 50 addresses."
},
"91819": {
"message": "First name must be a string.",
"description": "First name must be a string."
},
"91820": {
"message": "Last name must be a string.",
"description": "Last name must be a string."
},
"91821": {
"message": "Company must be a string.",
"description": "Company must be a string."
},
"91822": {
"message": "Street address must be a string.",
"description": "Street address must be a string."
},
"91823": {
"message": "Extended address must be a string.",
"description": "Extended address must be a string."
},
"91824": {
"message": "Locality must be a string.",
"description": "Locality must be a string."
},
"91825": {
"message": "Region must be a string.",
"description": "Region must be a string."
},
"91826": {
"message": "Postal code must be a string.",
"description": "Postal code must be a string."
},
"91828": {
"message": "Address is invalid.",
"description": "Address must provided in a valid format."
},
"91901": {
"message": "Merchant Account ID is invalid.",
"description": "If specifying the merchant account to use to process transactions for this subscription it needs to be the ID for one of your merchant accounts."
},
"91902": {
"message": "Payment method token payment instrument type is not accepted by this merchant account.",
"description": "When providing a payment method token, your merchant account must be configured to accept the payment method type represented by the token."
},
"91903": {
"message": "Payment method token is invalid.",
"description": "You'll get this error if we can't find a payment method with the token specified."
},
"91904": {
"message": "Plan ID is invalid.",
"description": "You'll get this error if we can't find a plan with the given ID."
},
"91905": {
"message": "Payment method token does not belong to the subscription's customer.",
"description": "When updating a subscription and changing the payment method token, you can only use tokens associated to the same customer that the subscription is currently associated to."
},
"91906": {
"message": "Number Of Billing Cycles must be numeric.",
"description": "It must be a number."
},
"91907": {
"message": "Number Of Billing Cycles must be greater than zero.",
"description": "It must be greater than 0."
},
"91908": {
"message": "Cannot specify both number of billing cycles and never expires as true.",
"description": "You cannot specify both number of billing cycles and never expires as true."
},
"91909": {
"message": "Number Of Billing Cycles is less than the current billing cycle.",
"description": "You cannot edit a subscription and change the number of billing cycles to be below the current count of billing cycles."
},
"91911": {
"message": "Cannot add duplicate add-on or discount.",
"description": "Add-Ons and Discounts must be unique, but you can change the quantity."
},
"91912": {
"message": "Number Of Billing Cycles cannot be blank if the subscription expires.",
"description": "Blanks are not allowed."
},
"91913": {
"message": "Billing Day of Month must be numeric.",
"description": "It must be a number."
},
"91914": {
"message": "Billing Day of Month must be between 1 and 28, or 31.",
"description": "Billing day of month must be 1-28 or 31 (for the last day of every month)."
},
"91915": {
"message": "First Billing Date is invalid.",
"description": "The first billing date is an incorrect format."
},
"91916": {
"message": "First Billing Date cannot be in the past.",
"description": "The first billing date cannot be in the past."
},
"91917": {
"message": "Cannot specify more than one type of start date.",
"description": "You can only specify one of trial period, start immediately, billing day of month, and first billing date."
},
"91918": {
"message": "Billing Day of Month cannot be updated.",
"description": "Billing day of month cannot be updated."
},
"91919": {
"message": "First Billing Date cannot be updated.",
"description": "First billing date cannot be updated."
},
"91920": {
"message": "Can only edit id, merchant account id, payment method token, and descriptor on a past due subscription.",
"description": "You cannot edit any fields which could change the price on a past due subscription."
},
"91921": {
"message": "Invalid request format.",
"description": "The add-ons and discounts are in an invalid format."
},
"91922": {
"message": "Cannot update subscription to a plan with a different billing frequency.",
"description": "You will get this validation if you try to update the plan on a subscription and the billing cycle for the new plan is not the same as the billing cycle of the old plan."
},
"91923": {
"message": "Subscription Plan currency must be the same as the merchant account's currency.",
"description": "Subscription Plan currency must be the same as the merchant account's currency."
},
"91924": {
"message": "Payment method nonce payment instrument type is not accepted by this merchant account.",
"description": "The supplied payment method nonce represents a payment method of a type that is not accepted by this merchant account."
},
"91925": {
"message": "Payment method nonce is invalid.",
"description": "The supplied payment method nonce was not in a valid format or is unknown."
},
"91926": {
"message": "Payment method nonce does not belong to the subscription's customer.",
"description": "The payment method nonce used to create a subscription must be vaulted and must belong to the customer owning the subscription."
},
"91927": {
"message": "Payment method nonce represents an un-vaulted payment instrument.",
"description": "You cannot create a subscription with a nonce representing an unvaulted payment instrument. Use the payment method nonce to create a vaulted payment method first."
},
"91928": {
"message": "Payment instrument type is not valid for subscriptions.",
"description": "Payment instrument type is not valid for subscriptions."
},
"91929": {
"message": "Payment instrument type is not valid for subscriptions.",
"description": "Payment instrument type is not valid for subscriptions."
},
"91930": {
"message": "Merchant Account does not support the given payment instrument type.",
"description": "Merchant Account does not support the given payment instrument type."
},
"92001": {
"message": "Quantity is invalid.",
"description": "Quantity must be a number."
},
"92002": {
"message": "Amount is invalid.",
"description": "Amount must be formatted like '10' or '10.00'."
},
"92003": {
"message": "Amount cannot be blank.",
"description": "Blanks are not allowed."
},
"92004": {
"message": "Quantity cannot be blank.",
"description": "Blanks are not allowed."
},
"92005": {
"message": "Number of billing cycles is invalid.",
"description": "Number of billing cycles must be numeric."
},
"92010": {
"message": "Quantity must be greater than zero.",
"description": "Quantity must be greater than 0."
},
"92011": {
"message": "Existing ID is invalid.",
"description": "Modification ID must be associated with the subscription."
},
"92012": {
"message": "Existing ID is required.",
"description": "Modification ID is required to update a modification."
},
"92013": {
"message": "Inherited From ID is invalid.",
"description": "Modification with that inherited from ID is not available."
},
"92014": {
"message": "Inherited From ID is required.",
"description": "Must provide an inherited from ID."
},
"92015": {
"message": "Cannot update a removed add-on or discount.",
"description": "Cannot update and remove a modification at the same time."
},
"92016": {
"message": "Cannot remove add-on or discount if not already associated with subscription.",
"description": "Cannot remove add-on or discount if not already associated with subscription."
},
"92017": {
"message": "Number of billing cycles cannot be blank.",
"description": "Number Of Billing Cycles cannot be blank if the subscription expires."
},
"92018": {
"message": "Cannot specify both number of billing cycles and never expires as true.",
"description": "Number of billing cycles is blank and never expires is not set to true."
},
"92019": {
"message": "Number of billing cycles must be greater than zero.",
"description": "Number of billing cycles must be greater than 0."
},
"92020": {
"message": "Existing ID is not of the correct kind.",
"description": "Existing ID must be of the type of modification that is being edited."
},
"92021": {
"message": "ID to remove is incorrect kind.",
"description": "Existing ID must be of the type of modification that is being removed."
},
"92022": {
"message": "Cannot edit add-on or discount on a past due subscription.",
"description": "Unable to edit modifications on subscriptions that are past due."
},
"92023": {
"message": "Amount is too large.",
"description": "The amount cannot be greater than the maximum allowed by the processor. Contact our Support team for your specific limit."
},
"92024": {
"message": "Cannot pass null modification.",
"description": "Modification is missing from the API call."
},
"92025": {
"message": "ID to remove is invalid.",
"description": "ID to remove is invalid."
},
"92201": {
"message": "Company name/DBA section is invalid.",
"description": "The descriptor name is made up of two parts, company/DBA name and product separated by an asterisk (*). Some examples of valid descriptor names are: • cmp*productdescription• company*product name• company name*myurl.com\nCompany name/DBA section must be either 3, 7 or 12 characters and the product descriptor can be up to 18, 14, or 9 characters respectively (with an * in between for a total descriptor name of 22 characters). You can only use alphanumeric characters, spaces, and periods in your dynamic descriptors. URLs can use alphanumeric characters and periods.\n\nFor Braintree Marketplace transactions, none of the above requirements apply – you will only receive this error if your descriptor name contains non-ASCII characters."
},
"92202": {
"message": "Phone number is invalid.",
"description": "Phone must be 10 - 14 characters and can only contain numbers, dashes, parentheses and periods. The phone number can be from 10 - 14 characters. Some example phone numbers are: 3125556666312-555-6666(312)555-6666"
},
"92203": {
"message": "Dynamic descriptors have not been enabled for this account. Please contact [email protected].",
"description": "Dynamic descriptors have not been enabled for this account. Contact our Support team."
},
"92204": {
"message": "Descriptor format is invalid.",
"description": "Descriptor name must be less than or equal to 15 characters and can only contain letters and numbers. This will be prefixed by the preset company name for this account."
},
"92205": {
"message": "International phone number is invalid.",
"description": "Deprecated\n Phone can only contain numbers, dashes and periods and must be less than or equal to 13 characters."
},
"92206": {
"message": "URL must be 13 characters or shorter.",
"description": "The url/web address to a customer's statement must be less than or equal to 13 characters."
},
"92801": {
"message": "Cannot specify make_default without a customer_id",
"description": "Cannot specify make_default without a customer_id"
},
"92802": {
"message": "Cannot specify verify_card without a customer_id",
"description": "Cannot specify verify_card without a customer_id"
},
"92803": {
"message": "Cannot specify fail_on_duplicate_payment_method without a customer_id",
"description": "Cannot specify fail_on_duplicate_payment_method without a customer_id"
},
"92804": {
"message": "Customer specified by customer_id does not exist",
"description": "Customer specified by customer_id does not exist"
},
"92806": {
"message": "Unsupported client token version",
"description": "Unsupported client token version"
},
"92807": {
"message": "Merchant Account specified by merchant_account_id does not exist",
"description": "Merchant Account specified by merchant_account_id does not exist"
},
"92906": {
"message": "PayPal Account token is taken.",
"description": "PayPal account tokens have to be unique."
},
"92907": {
"message": "Cannot use a payment_method_nonce more than once.",
"description": "A payment method nonce may only be consumed once."
},
"92908": {
"message": "Unknown or expired payment_method_nonce.",
"description": "The payment method nonce has either expired or never existed. Nonces are deleted upon expiration (3 hours after generation)."
},
"92909": {
"message": "Payment method nonce locked.",
"description": "Deprecated\n The payment method nonce must be unlocked before it is used."
},
"92910": {
"message": "Error communicating with PayPal.",
"description": "There was an error communicating with PayPal."
},
"92911": {
"message": "PayPal authentication expired.",
"description": "Deprecated\n The authentication you received from your user has expired."
},
"92912": {
"message": "Funding source selection was given without an access token.",
"description": "You cannot specify a funding source without also specifying an access token."
},
"92913": {
"message": "Funding source object is invalid or missing required fields.",
"description": "You sent an invalid or incomplete funding source specification."
},
"92914": {
"message": "Payment method nonces cannot be used to update an existing PayPal account.",
"description": "A payment method nonce) cannot be used to update an existing PayPal account."
},
"92915": {
"message": "Payment method params supplied are not valid for updating a PayPal account.",
"description": "The payment method params you supplied are not valid for updating a PayPal account."
},
"93101": {
"message": "Payment method params are required.",
"description": "A top level payment method parameter is missing."
},
"93102": {
"message": "Nonce is invalid.",
"description": "The nonce that was received is not a valid nonce."
},
"93103": {
"message": "Nonce is required.",
"description": "A nonce was not provided."
},
"93104": {
"message": "Customer ID is required.",
"description": "A customer id was not provided."
},
"93105": {
"message": "Customer ID is invalid.",
"description": "The customer id does not reference a customer."
},
"93106": {
"message": "Cannot forward a payment method of this type.",
"description": "Only credit cards may be forwarded."
},
"93107": {
"message": "Cannot use a payment_method_nonce more than once.",
"description": "A payment method nonce may only be consumed once."
},
"93108": {
"message": "Unknown or expired payment_method_nonce.",
"description": "The payment method nonce has either expired or never existed. Nonces are deleted upon expiration (3 hours after generation)."
},
"93109": {
"message": "Nonce is not vaultable.",
"description": "Nonce is not vaultable."
},
"93401": {
"message": "Industry type is invalid.",
"description": "Industry type is invalid."
},
"93402": {
"message": "Lodging data is empty.",
"description": "Lodging data is empty."
},
"93403": {
"message": "Folio number is invalid.",
"description": "Folio number is invalid."
},
"93404": {
"message": "Check in date is invalid.",
"description": "Check in date is invalid."
},
"93405": {
"message": "Check out date is invalid.",
"description": "Check out date is invalid."
},
"93406": {
"message": "Check out date must occur during or after the check in date.",
"description": "Check out date must occur during or after the check in date."
},
"93407": {
"message": "Data fields are unknown.",
"description": "Data fields are unknown."
},
"93408": {
"message": "Travel and Cruise data is empty.",
"description": "Travel and Cruise data is empty."
},
"93409": {
"message": "Data fields are unknown.",
"description": "Data fields are unknown."
},
"93410": {
"message": "Travel Package is invalid.",
"description": "Travel Package is invalid."
},
"93411": {
"message": "Departure date is invalid.",
"description": "Departure date is invalid."
},
"93412": {
"message": "Lodging check in date is invalid.",
"description": "Lodging check in date is invalid."
},
"93413": {
"message": "Lodging check out date is invalid.",
"description": "Lodging check out date is invalid."
},
"93503": {
"message": "Apple Pay token is taken.",
"description": "Payment method tokens must be unique across all payment method types."
},
"93504": {
"message": "Cannot use a payment_method_nonce more than once.",
"description": "The payment method nonce has already been used."
},
"93505": {
"message": "Unknown or expired payment_method_nonce.",
"description": "The payment method nonce has either expired or never existed. Nonces are deleted upon expiration (3 hours after generation)."
},
"93506": {
"message": "Payment method nonce locked.",
"description": "Deprecated\n The payment method nonce must be unlocked before it is used."
},
"93507": {
"message": "Payment method nonces cannot be used to update an existing Apple Pay Card.",
"description": "A vaulted payment method cannot be updated with an Apple Pay nonce. Create a new payment method instead."
},
"93508": {
"message": "Number is required for Apple Pay Card",
"description": "The Apple Pay PKPaymentToken payment data was malformed (did not contain a card number)."
},
"93509": {
"message": "Expiration Month is required for Apple Pay Card",
"description": "The Apple Pay PKPaymentToken payment data was malformed (did not contain an expiration month)."
},
"93510": {
"message": "Expiration Year is required for Apple Pay Card",
"description": "The Apple Pay PKPaymentToken payment data was malformed (did not contain an expiration year)."
},
"93511": {
"message": "Cryptogram is required for Apple Pay Card",
"description": "The Apple Pay PKPaymentToken payment data was malformed (did not contain a cryptogram). This is sometimes caused by misconfigured merchantCapabilities in the PKPaymentRequest. See our recommendations in the Apple Pay guide."
},
"93513": {
"message": "Apple Pay is disabled for this merchant",
"description": "Your merchant account is not configured for Apple Pay support. Please contact Braintree Support to configure and enable Apple Pay."
},
"93514": {
"message": "Apple Pay certificate, private key or merchant ID not configured",
"description": "Your merchant account is not configured for Apple Pay support. Please contact Braintree Support to configure and enable Apple Pay."
},
"93517": {
"message": "Certificate provided is not valid",
"description": "Certificate provided is not valid."
},
"93519": {
"message": "Public key used to sign payment data does not match stored certificate",
"description": "Public key used to sign payment data does not match stored certificate."
},
"93521": {
"message": "Private key stored does not match private key used to encrypt payment data",
"description": "Private key stored does not match private key used to encrypt payment data."
},
"93522": {
"message": "Certificate does not match stored key pair",
"description": "The Apple Pay certificate you uploaded does not match the key pair we have stored for your account. Please download a new CSR from the control panel and create a new certificate for your Apple Pay merchant ID using this CSR."
},
"94201": {
"message": "Verification amount cannot be negative.",
"description": "Verification amount cannot be negative."
},
"94202": {
"message": "Verification amount is invalid.",
"description": "Verification amount is invalid."
},
"94203": {
"message": "Verification amount not supported by processor.",
"description": "Verification amount not supported by processor."
},
"94204": {
"message": "Verification Merchant Account ID is invalid.",
"description": "Verification Merchant Account ID is invalid."
},
"94205": {
"message": "Verification Merchant Account is suspended.",
"description": "Verification Merchant Account is suspended."
},
"94206": {
"message": "The current user does not have access to the specified merchant_account_id",
"description": "The current user does not have access to the specified merchant_account_id."
},
"94207": {
"message": "Verification amount is too large.",
"description": "Verification amount is too large."
},
"94208": {
"message": "Verification Merchant Account ID cannot be a sub-merchant account.",
"description": "Verifications cannot be created using sub-merchant accounts."
},
"915100": {
"message": "Shared Customer ID is invalid.",
"description": "Shared Customer ID is invalid."
},
"915101": {
"message": "Payment instrument type is not accepted.",
"description": "Payment instrument type is not accepted."
},
"915102": {
"message": "Partial settlements are not supported by this processor.",
"description": "Partial settlements are not supported by this processor."
},
"915103": {
"message": "Cannot submit for partial settlement.",
"description": "Cannot submit for partial settlement."
},
"915104": {
"message": "Delayed settlements are not supported for this processor. The submit for settlement option is required.",
"description": "Delayed settlements are not supported for this processor. The submit for settlement option is required."
},
"915105": {
"message": "Merchant account does not support Amex rewards.",
"description": "Merchant account does not support Amex rewards."
},
"915106": {
"message": "Points amount is too large.",
"description": "Amex Pay with Points amount is too large."
},
"915107": {
"message": "Updating order_id on submit_for_settlement is not supported by this processor.",
"description": "Updating order_id on submit_for_settlement is not supported by this processor."
},
"915108": {
"message": "Updating descriptor on submit_for_settlement is not supported by this processor.",
"description": "Updating descriptor on submit_for_settlement is not supported by this processor."
},
"915109": {
"message": "PayPal supplementary data fields must be less than 4001 characters in length:",
"description": "PayPal supplementary data fields must be less than 4001 characters in length:"
},
"915110": {
"message": "Cannot clone facilitated transactions.",
"description": "Cannot clone facilitated transactions."
},
"915111": {
"message": "PayPal supplementary data field count must be less than 101.",
"description": "PayPal supplementary data field count must be less than 101."
},
"915112": {
"message": "Shared payment method token originated from another merchant and is not allowed to be shared",
"description": "Shared payment method token originated from another merchant and is not allowed to be shared."
},
"915113": {
"message": "EciFlag is required.",
"description": "ECI flag is required for 3D Secure Pass Thru transactions."
},
"915114": {
"message": "EciFlag is invalid.",
"description": "The provided ECI flag is invalid. Valid ECI Flags are: 000102050607"
},
"915115": {
"message": "Xid is required for specified EciFlag.",
"description": "XID is required for the specified ECI flag."
},
"915116": {
"message": "Cavv is required for specified EciFlag.",
"description": "CAVV is required for the specified ECI flag."
},
"915131": {
"message": "Merchant account does not support 3D Secure transactions for card type.",
"description": "Merchant account has no active processor settings that support 3D Secure for this card type."
},
"915133": {
"message": "Transaction source must be either 'moto' or 'recurring'.",
"description": "The e-commerce indicator (ECI) flag passed with the transaction must be moto or recurring."
},
"915134": {
"message": "submit_for_settlement is required and must be true.",
"description": "The payment method for this transaction does not support authorization with delayed settlement. Funds must be submitted for settlement upon creation."
},
"915135": {
"message": "shared_payment_method_nonce does not contain valid payment instrument type.",
"description": "shared_payment_method_nonce does not contain valid payment instrument type."
},
"915136": {
"message": "Payment instrument type is not accepted by this merchant.",
"description": "Payment instrument type is not accepted by this merchant."
},
"915137": {
"message": "Cannot clone Braintree Marketplace transactions via the API.",
"description": "Braintree Marketplace transactions cannot be cloned via the API. If you wish to clone a Braintree Marketplace transaction, you must use the Braintree Control Panel."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment