When you make an API request, a responseCode or resultCode is returned in the response, depending on the endpoint. These codes can tell you whether the action was successful, and if not, can help you troubleshoot what went wrong with your request.

These codes don’t cover payment errors and return codes. See Payment Return Codes and Errors for codes relating to payments.

General codes

ResultCodeNameDescriptionSolution
1Request successfulThe API request executed without errorsThere’s nothing to do.
2Request failedThe API request failed due to a processor declineCheck the response for the failure reason.
3Request failedThe API request failed due to a technical errorCheck the response for the failure reason.

3000 codes

ResponseCodeNameDescriptionSolution
3001Invalid entrypoint nameEntrypoint specified in parameter doesn’t existCorrect the parameter and try again.
3002Invalid AmountAmount value is empty or negativeProvide a valid amount.
3003Invalid parameter value in requestThe value in parameter is incorrectProvide the correct value for parameter.
3004Invalid TimeZone valueThe timezone value is invalidProvide a value between -12 and +12.
3005Invalid paypoint IDThe paypoint ID value is invalidProvide a valid paypoint ID value.
3006Invalid user statusThe value provided is invalidProvide a valid status value for user (either 0, 1, or 85).
3007The transaction cannot be refundedWe can’t refund this transaction because it already has an associated chargeback or return.There’s no solution for this, transactions with an associated chargeback or ACH return can’t be refunded. See Chargebacks and Returns Overview for more information.
3012Invalid AmountAmount value is greater than available amount for actionProvide a valid amount.
3013Invalid AmountAmount value is different to amount in invoicesProvide a valid amount.

3200 codes

ResponseCodeNameDescriptionSolution
3201Empty scope array for userThe scope specified for user is emptyProvide a valid scope for user.
3202Empty access array for userThe access specified for user is emptyProvide a valid access array for user.
3203Empty email address for userThe email specified for user is emptyProvide a valid email address for user.
3204Duplicated email addressA user with this email address exists alreadyProvide a valid email address that isn’t used in Payabli yet.
3205Invalid scope declared by requestTokenThe scope provided is outside of the scope of the used API token in the requestReview the scope provided in request. The platform rules don’t allow scopes not included in the parent API token.
3206Invalid access declared by requestTokenThe access provided is outside of the access authorized of the API token used in the requestReview the access provided in request. The platform rules don’t allow access not included in the parent API token.
3207Invalid email addressThe email address is invalidReview the value of the email address provided in request. The email address need to follow the format specified in RFC 881.
3208Invalid phone numberThe phone number is invalidReview the value of the phone number provided in request. The phone number need to satisfy the regular expression "^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$"Examples: - +1(786)111-2222 - 234.222.1234 - 111 222 2345 - 555-444-1111
3209Invalid country codeThe country code is invalidReview the value of the country code provided in the request. The country code must be in ISO-3166-1-Alpha 2 format. Refer to the ISO reference for help.
3210Invalid mail country codeThe mail country code is invalidReview the value of the mail country code provided in the request. The country code must be in ISO-3166-1-Alpha 2 format. Refer to the ISO reference for help.
3211Invalid start dateThe start date value is invalidProvide the value in one of accepted formats: YYYY-MM-DD or MM/DD/YYYY.
3212Invalid billing tableInvalid billing tableThe paypoint already has a billing table. Use the update endpoint or delete the current billing table.

3400 codes

ResponseCodeNameDescriptionSolution
3401Invalid Bill NumberField BillNumber emptyProvide the BillNumber in the request.
3402Duplicated Bill NumberThe value provided in the field BillNumber already existsProvide a different BillNumber in the request, or set the allowDuplicatedBills query parameter to true to bypass validation.
3403Missing Vendor informationVendor data missing from requestProvide the minimum required data for Vendor.
3404Invalid Vendor NumberField VendorNumber emptyProvide the required value in request.
3405Missing frequency valueThe required frequency for scheduled bill is emptyProvide the required frequency value in request:- onetime- weekly- every2weeks- every6months - monthly - every3months - annually
3406Invalid frequency valueFrequency value for scheduled bill is invalidProvide the required frequency value in request:- onetime - weekly - every2weeks - every6months - monthly - every3months - annually
3407Invalid EndDate formatDate value empty or in an invalid formatProvide the date value in an accepted format: YYYY-MM-DD or MM/DD/YYYY.
3408Invalid EndDate valueDate value can’t before or equal to today’s dateProvide a valid value for Date field.
3409Vendor is InactiveCan’t complete the action because the Vendor status is inactiveUpdate vendor status to active. See Vendor Status for help.
3410Invalid Bill IdThe Bill identifier doesn’t exist or doesn’t have a valid statusProvide a valid bill identifier in the request.
3411Invalid Bill statusCan’t complete the action because the Bill status is invalidVerify the status of the bill before resubmitting the request. See Bills for statuses.
3412Bill has associated paymentsCan’t complete the action because the bill has associated payment recordsCancel the associated payments.
3413Existing payment link for IdA payment link already exists for the provided IDReview the Payment link ID and try again.
3414Invalid entrypointThe entrypoint associated with the bill doesn’t existVerify the entrypoint to make sure it’s related to the bill.
3415Invalid EntryPageThe EntryPage associated with the paypoint doesn’t existVerify the EntryPage related to the paypoint.
3416Missing emailThe vendor associated with the bill doesn’t have a valid email addressVerify the vendor’s email address isn’t empty and has a valid format.
3417Invalid Invoice IdThe Invoice identifier doesn’t exist or doesn’t have a valid statusProvide a valid identifier value in the request.
3418Invalid customerThe Invoice doesn’t have a valid customer associated with itReview the customer associated with the invoice and try again.
3419Invoice not availableThe invoice status is not allowed with this actionVerify the status of the invoice before resubmitting the request.
3420Duplicated Bill NumberThe value provided in field BillNumber exists already within the VendorProvide a different BillNumber in the request, or set the allowDuplicatedBills query parameter to true to bypass validation.
3421Invalid Vendor IdThe Vendor identifier doesn’t exist or doesn’t have a valid statusProvide a valid Vendor ID value in the request.
3422Invalid Vendor NameField Name1 emptyProvide the required value in the request.
3423Missing address fieldField address(1) emptyProvide the required value in the request.
3424Missing address fieldField city in address emptyProvide the required value in the request.
3425Missing address fieldField state in address emptyProvide the required value in the request.
3426Missing address fieldField zip in address emptyProvide the required value in the request.
3427Invalid EINInvalid value provided for EIN fieldProvide the required value in the request using the of 9 digit format.
3428Missing emailVendor email address is required for virtual card (vCard)Verify the that vendor’s email isn’t empty and has a valid format.
3429Empty transaction listList of transaction in input wasn’t providedVerify that the list of transactions is provided in the request.
3430Invalid Customer IdThe Customer identifier doesn’t exist or has invalid statusVerify the included customer’s information and try again.
3431Empty approvalsEmpty approvalsProvide the required value in the request.
3432No attachments foundNo attachments foundProvide the required attachments.
3433Invalid orgIdInvalid orgIdProvide a valid organization ID.
3434Invalid Level in requestInvalid LevelProvide a valid level for the entrypoint: 0 for partner, 2 for paypoint.
3435Invalid Vendor StatusThe vendor status is invalid.Provide a valid vendor status: 0 for inactive, 1 for active, and -99 for deleted.
3436Duplicated vendor under entryDuplicated vendor under entryThe vendor already exists under the paypoint.
3437Invalid Year valueThe year value is invalidProvide the value in the accepted format: YYYY.
3438Invalid datesThe startDate cannot be greater than the endDateProvide valid startDate and endDate parameters.
3439Invalid parameters for custom modeThe custom mode must provide a valid startDate and endDate parametersProvide valid startDate and endDate parameters when using the custom mode.

3500 codes

ResponseCodeNameDescriptionSolution
3501Invalid requestThe search field is missing, null, or empty in the requestProvide a valid search field in the body request.

3600 codes

ResponseCodeNameDescriptionSolution
3601Invalid payment link IdThe provided payment link ID is invalid or inactiveReview the payment link ID and try again.
3602Invalid invoice/billThe provided payment link ID doesn’t have a valid invoice/bill associatedReview the payment link ID and try again.
3603The entrypoint doesn’t existThe provided payment link ID isn’t associated to a valid entrypointReview the payment link ID and try again.
3604EntryPage doesn’t existThe entrypoint doesn’t have a valid EntryPageVerify that the entrypoint has a payment page created. Review the payment link ID and try again.
3605Invalid vendorId or customerIdA customerId or a VendorId is required for a new vCardVerify the request and provide the missing data.
3614Subdomain doesn’t existThe entrypoint doesn’t have a valid subdomainVerify the entrypoint has a payment page created. Review the information in the request and try again.

3700 codes

ResponseCodeNameDescriptionSolution
3701Invalid application IDInvalid application ID or doesn’t existsProvide a valid application ID and try again.
3702An error occurred while processing the requestAn error occurred while processing the requestTry again later. If the error persists please contact your API provider.
3703Duplicated Bank accountThe bank account already existsTo update an existing bank account, use the edit endpoint.
3704Invalid bank IDInvalid bank IDProvide a valid bank ID.
3705Invalid routing numberInvalid routing numberProvide a valid routing number.
3706Invalid account numberInvalid account numberProvide a valid account number.
3707Invalid account typeInvalid account typeProvide a valid account type: Checking or Savings.
3708Invalid bank account holder typeInvalid bank accountholder typeProvide a valid bank accountholder type: Personal or Business.
3709Invalid bank account functionInvalid bank account functionProvide a valid bank account purpose: 0: Deposit, 1: Withdraw, 2: Deposit/Withdraw
3710Invalid bank nameInvalid bank nameProvide a valid bank name.
3711Invalid account holder nameInvalid accountholder nameProvide a valid accountholder name.
3712Billing ID not foundBilling ID not foundProvide a valid billing ID in the request.
3713The entrypoint doesn’t have a billing tableThe entrypoint doesn’t have a billing tableCreate a billing table if required.
3714Error with the billing requestThere is an error with the billing requestReview the billing object for any missing or invalid field.
3715Duplicated bank informationThe combination of bank account number, routing number and function already existsVerify the bank information or update the existing bank entity.

3900 codes

ResponseCodeNameDescriptionSolution
3901Empty Text fieldThe input field Text is emptyProvide a value in required field Text.
3902Invalid color code provided in field darkColorThe hexadecimal HTML code provided is incorrectProvide a correct HTML code value. Reference https://html-color.codes/
3903Invalid color code provided in field lightColorThe hexadecimal HTML code provided is incorrectProvide a correct HTML code value. Reference https://html-color.codes/
3904Both color codes need to be provided in fields lightColor and darkColorThe hexadecimal HTML code provided is incorrect or the field is emptyProvide a correct HTML code value. Reference https://html-color.codes/
3905max length for Number field is 19 charsThe string length is greater than is allowedReduce the string length to a maximum of 19 characters.
3906max length for Text field is 23 charsThe string length is greater than is allowedReduce the string length to a maximum of 23 characters.
3907max length for Holder field is 30 charsThe string length is greater than is allowedReduce the string length to a maximum of 30 characters.
3908max length for Holder1 field is 30 charsThe string length is greater than is allowedReduce the string length to a maximum of 30 characters.
3909max length for ExpDate field is 8 charsThe string length is greater than is allowedReduce the string length to a maximum of 8 characters.
3910max length for Cvv field is 4 charsThe string length is greater than is allowedReduce the string length to a maximum of 4 characters.
3911Amount cannot be negativeA negative value isn’t acceptedProvide a positive value in the input field.
3912Invalid Theme value providedThe theme name provided doesn’t existsProvide a valid value in the input field.

4000 codes

ResponseCodeNameDescriptionSolution
4001Invalid Xchange AccountIdInvalid Xchange AccountIdProvide a valid Xchange AccountId.
4002Invalid User accountInvalid User accountEither the user doesn’t exist or there is a problem with their token.
4003Model cannot be nullModel can’t be nullThe entry model is null. Review and try again.
4004The Server field cannot be null or emptyThe Server field can’t be void or emptyReview the Server field and try again.
4005The UserId field cannot be null or emptyThe UserId field can’t be void or emptyReview the UserId field and try again.
4006The RemotePathIn field cannot be null or emptyThe RemotePathIn field can’t be void or emptyReview RemotePathIn fields and try again.
4007The RemotePathOut field cannot be null or emptyThe RemotePathOut field can’t be void or emptyReview the RemotePathOut field and try again.
4008The Schedule field cannot be null or emptyThe Schedule field can’t be void or emptyReview the Schedule field and try again.
4009The LastCheck field cannot be less than the actual dateThe LastCheck field can’t be less than the actual dateReview the LastCheck field and try again
4010The EntryName field cannot be null or emptyThe EntryName field can’t be null or emptyReview the EntryName field and try again.
4011The OrgType field cannot be null or emptyThe OrgType field can’t be void or emptyReview the OrgType field and try again.
4012The Orgid field cannot be null or 0The Orgid field can’t be null or 0Review the Orgid field and try again.
4013The Mode field cannot be nullThe Mode field can’t be void or emptyReview the Userid field and try again.
4014The Channel field cannot be null or 0The Channel field can’t be null or 0Review the Channel field and try again.
4015The content of the PKey field isn’t Base64 encodedThe content of the PKey field isn’t Base64-encodedReview the PKey field and try again.
4016The Organization/Paypoint has no associated tokenThe organization or paypoint has no associated tokenReview the request data and try again.
4017The data wasn’t saved in the Payabli databaseThe data wasn’t saved in the Payabli databaseAn error occurred while saving the data to the database. Contact the support team.
4018Invalid Xchange AccountInvalid Xchange accountProvide a valid Xchange account and try again.
4019The user isn’t related to the organizationThe user isn’t related to the organizationThe user isn’t related to the organization.
4020The configuration isn’t related to the xchange account organizationThe configuration isn’t related to the Xchange account organizationThe configuration isn’t related to the Xchange account organization.
4021The Type field cannot be null or different from IP, Card or PayorIdThe Type field must be IP, Card or PayorId and can’t be null.Review the Type field and try again.
4022At least one of these fields is required: Content, FraudHistoryId, or TransIdAt least one of these fields is required: Content, FraudHistoryId, or TransIdReview the request and try again.
4023The service cannot be deletedThe service cannot be deleted, because there are still transactions that haven’t settled yetWait until all transactions are marked as settled, then delete the service.
4024The service cannot be updatedThe service cannot be updated, because there are still transactions that haven’t settled yetWait until all transactions are marked as settled, then update the service.
4025Purposes cannot be nullPurposes is nullPurposes can’t be null. Review and try again.
4026The keyword cannot be repeatedA keyword is repeatedKeywords can’t be repeated. Review and try again.
4027Empty input fileThe input file is emptyThe input file can’t be empty. Review and try again.
4028Empty file contentEmpty file contentThe file has no content. Review and try again.
4029The size of the PKey File is not allowedThe size of the PKey File is not allowedThe size of the PKey File is not allowed. Review and try again.
4030PKey File does not have the allowed formatPKey File does not have the allowed formatPKey File does not have the allowed format. Review and try again.
4031The password and key file cannot be empty, at least one is requiredThe password and key file cannot be empty, at least one is requiredThe password and key file cannot be empty, at least one is required. Review and try again.

5000 codes

ResponseCodeNameDescriptionSolution
5005Invalid Service Fee valueProvided service fee value is lesser than value agreedReview the service fee value provided in the request and try again. See Pass-Through Fees for more information on how fees work.
5006Invalid Service Fee valueProvided service fee value is greater than value agreedReview the service fee value provided in the request and try again. See Pass-Through Fees for more information on how fees work.
5009Invalid stored method relationshipThe storedMethodId provided isn’t associated with the customer provided.Review values to make sure the stored method belongs to the specified customer, and try again. See Tokenization for more information on stored methods.
5010Invalid chargeback IDThe provided chargeback identifier does not exists in the platform.Review the value of the chargeback identifier and try again.
5011Invalid chargeback statusThe chargeback status provided is not allowedReview the value of the chargeback status and try again.

6000 codes

ResponseCodeNameDescriptionSolution
6000Opt-in process is already pending for this customerAn opt-in request has already been sent to this customerThe customer must complete the opt-in process.
6001SMS configuration is missingSMS sending isn’t configuredContact Payabli Support to enable this feature.
6002The request has failed because the user hasn’t consented to communicationsThe recipient hasn’t opted-in to receiving SMS communicationsThe customer must complete the opt-in process
6003Invalid customer IDThe provided customer identifier doesn’t exist or doesn’t have a valid statusProvide a correct identifier value in the request.
6004Missing or invalid phone numberPhone number is required for customer consent requestVerify that the customer’s phone number isn’t empty and has a valid format.
6005Invalid payment link typeInvalid payment link typePayment link must be for an invoice.
6006Missing or invalid phone numberPhone number is required to send a payment linkVerify that the customer’s phone number isn’t empty and has a valid format
6007Missing or invalid email addressEmail address is required to send a payment linkVerify that the customer’s email isn’t empty and has a valid format
6008Invalid additional email addressesOne or more of the additional email addresses aren’t validVerify that the additional email addresses aren’t empty and has a valid format
6009Invalid channelInvalid communication channel valueVerify that the communication channel is one of the valid options: sms or email
6010Invalid invoiceThe provided payment link ID doesn’t have a valid invoice associatedVerify that the invoice exists and has a valid status
6101Invalid domain IDThe provided domain ID is invalid.Verify that the domain ID is correct and try again.
6103Failed to cascade the domainAn error occurred while cascading the domain.Try cascading the domain again later.
6201No card service found for this paypointCard service is required to enable Apple Pay.Contact Payabli for help.
6202Cascading is not supported for this entity type.Cascading domains is allowed only for the domains owned by organizations.Use a domain owned by an organization.
6202Card services are disabled for this paypointCard services should be enabled to use Apple Pay.Contact Payabli for help.
6203No card gateway found for this paypointCard gateway is required to enable Apple Pay.Contact Payabli for help.
6204Invalid card credentials for this paypointCard credentials are required to enable Apple Pay.Contact Payabli for help.
6205Apple Pay configuration update in progress for this organizationThere is an ApplePay configuration update in progress for this organization.Wait for the update to finish and try again.
6206Failed to cascade organization updatesAn error occurred while cascading the organization updates.Try again later.

7000 codes

ResponseCodeNameDescriptionSolution
7001Invalid transaction IDThe provided transaction identifier doesn’t exist in the platformReview the value of the transaction ID and try again.
7002Invalid transaction statusThe status of the transaction doesn’t allow the action requested.Verify the status of the transaction. For Void, Cancel, or Reverse the valid statuses are 1 and 11, for Refund the valid status is 1. Learn more about Transaction Statuses
7003Invalid payment methodStored payment methods can’t be validated.Change the payment method or remove the reference to a stored payment method in the request.
7004Invalid payment methodProvided payment method can’t be executed.Try a different payment method.
7005Missing card numberField cardnumber in payment method object is emptyProvide a valid card number in payment method object.
7006Missing payment methodThe payment method object is emptyProvide valid data in payment method object.
7007Invalid payment methodStored payment method provided doesn’t existProvide valid data in payment method object.
7008Missing payment detailsThe payment detail object is emptyProvide a valid data in payment detail object.
7009Invalid currency codeCurrency code provided is invalidProvide a valid ISO 4217 currency code.
7010Invalid card expiration dateThe expiration date provided is invalidReview the expiration date. Accepted formats are MM/YY and MMYY.
7011Invalid payment methodNo payment instrument was provided in requestReview the payment method object for any missing data.
If the payment method is card, then either a cardNumber or storedMethodId are missing.
If the payment method is ACH, then either achRouting or storedMethodId are missing or invalid.
7012Invalid payment methodMissing account or card holder in requestReview the payment method object for any missing data.
7013Invalid payment methodMissing bank account number in requestReview the payment method object for any missing data.
7014Invalid payment methodInvalid bank account type in requestReview the payment method object for invalid data. Accepted values for bank account type are: SAVINGS or CHECKING
7015Invalid payment methodmissing achholder or checknumber in check payment methodReview the payment method object and payment detail object for any missing data.
7015Invalid card numberInvalid card number provided.Provide a valid card number in payment method object.
7016Invalid CVV numberInvalid CVV number provided.Provide a valid CVV number in payment method object.
7017Invalid payment methodMissing device identifier in paymentMethod objectReview the payment method object for any missing data.
7018Invalid payment methodInvalid device identifier in paymentMethod objectReview the payment method object for any missing data.
7019Invalid payment methodStored payment method provided and customer don’t matchProvide the correct customerId linked to the stored payment method provided.
7020Error in customer dataSomething is wrong with the customer dataReview customer object for missing or invalid fields.
7021Invalid invoice numberCustomer associated to payment doesn’t match with referenced invoiceReview customer object and invoice data provided in request.
7022Invalid invoice actionTrying to pay a scheduled InvoiceReview the data provided in request and try again.
7023Invalid invoice actionTrying to pay an invoice with an invalid statusReview the data provided in request and try again.
7024Invalid invoice actionTrying to pay an invoice with zero or negative amountReview the data provided in request and try again.
7025Invalid invoice actionTrying to overpay an invoiceReview the data provided in request and try again.
7026Invalid invoice numberVendor associated to payment doesn’t match with referenced invoiceReview vendor object and invoice data provided in request.
7027Invalid card expiration dateThe expiration date provided is invalid- minimum accepted is 3 monthsReview the expiration date. The value must be in MM/DD/YY format.
7028Invalid card expiration dateThe expiration date provided is invalid- maximum accepted is 2 years and 363 daysReview the expiration date. The value must be in MM/DD/YY format.
7029Invalid MCC value providedThe MCC value is invalidReview the data provided in request and try again.
7030Invalid TCC value providedThe TCC value is invalidReview the data provided in request and try again.
7031Invalid expense limit providedThe expense limit value is invalidReview the data provided in request and try again.
7032Invalid expense limit period providedThe expense limit period value is invalidReview the data provided in request and try again.
7033Invalid cardtoken providedThe cardtoken value is invalidReview the data provided in request and try again.
7034Invalid cardtoken providedThe vCard is cancelledReview the data provided in request and try again.
7035Invalid customer IDInvalid customer IDReview the data provided in request and try again.
7036Invalid payment methodMissing bank account holder or check number in requestReview the payment method object for any missing data.
7037Invalid transaction statusThe current status of transaction doesn’t allow requested actionReview status of transaction before submitting the request. Payabli doesn’t accept void action for funded payments or payments with funding in transit. Refunds can’t be performed for unsettled payments. Learn more about voids and refunds.
7038Invalid stored method typeProvided stored method isn’t supported by the paypointA Universal tokenized method was provided in the request, but the target paypoint doesn’t support it. Try a different payment method.
7039Invalid stored method typeProvided stored method isn’t supported by the paypointA Network tokenized method was provided in the request, but the target paypoint doesn’t support it. Try a different payment method.
7040This type of stored method cannot be used with this paypointReview the payment method object. Only universal tokens and network tokens can be used at a payment point other than the one they belong to.Try a different payment method.
7041Tokenization provider of stored method is incompatible with processor in paypointReview the payment method object. The tokenization provider for needs to be the same or be compatible with payment providerTry a different payment method.

8000 codes

ResponseCodeNameDescriptionSolution
8001Invalid Token in requestProvided token is in use under different serviceRemove provided token from other services before executing the action.
8002Invalid parameter in requestRequested component type requires a valid subTypeProvide a valid subType in request.
8003File system service is not availableThe server is not ready to handle the requestPlease try again, if the error persists contact your administrator.
8012Invalid amountInvalid amount value provided for actionReview amount provided. Transactions with split funding instructions don’t allow partial capture.
8013Invalid split funding instructionsMissing or invalid split instructions provided for actionReview the instructions provided for the action. Review amounts and recipients.
8014Invalid split funding instructionsInvalid Amount in split instruction. Amount provided greater than balance in splitReview the instructions provided for the action. Review amounts and recipients.
8016Invalid split funding instructionsInvalid Amount in split instruction. Amount provided cannot be negativeReview the instructions provided for the action. Review amounts and recipients.
8015Invalid split funding instructionsInvalid Amount in split instruction. Amount provided is different to sum of amounts in split instructionsReview the instructions provided for the action. Review amounts and recipients.
8082Invalid split funding instructionsEmpty recipient value in split funding instructionsReview the instructions provided for the action. Make sure all recipients for the split are provided.
8083Invalid split funding instructionsProvided recipient value in split funding instructions is outside of scope of the origination.Review the instructions provided for the action. Review all the recipients for split are in the same level under the same parent organization.
8084Invalid split funding instructionsInvalid Amount in split instruction. Amount provided cannot be negative or zeroReview the instructions provided for the action. Review amounts and recipients.
8086Invalid split funding instructionsProvided recipient does not have a configured funding accountReview the instructions provided for the action. Review the recipients.
8088Invalid split funding instructionsOrigination for split need to be included in split instructionsReview the instructions provided for the action. Review the recipients.
8099Invalid split funding instructionsOrigination entry point does not have split funding capability enabledContact Support to have split funding enabled.

9000 codes

ResponseCodeNameDescriptionSolution
9001Invalid Authorization TokenToken in input doesn’t have access to Entity in scope or Token isn’t allowed to execute requested action.Use the authorized API token for the request. Review the reference to the entity in request parameter (entry name, paypoint ID, organization ID, signing) is correct and is within the token scope.
9002Unauthorized TokenUser or Customer entity doesn’t have permission to the requested action.Verify permissions assigned to the user or customer.
9003Unauthorized TokenToken type or origin IP address aren’t accepted by actionUse the correct API token for action. For web components the token type is different of the direct API token. Verify if your token has IP restriction. See Authentication for more information on token types and restrictions.
9004Inactive PaypointThe paypoint isn’t active in the platform.Reach out to the support team to clarify the status of your paypoint.
9005Blocked by Fraud ControlThe card or the origin IP of request is blacklisted in the platformReach out to the support team to clarify the status of your paypoint.
9006Unauthorized TokenExpected Validation code is missing or invalidUse the correct validation code for action. Verify value provided in CAPTCHA for payment pages.
9007Invalid entryIdThe provided entry ID is invalidReview the data provided in request and try again.
9008Invalid orgId parameterInvalid orgId parameterProvide a valid orgId parameter.
9009Invalid entry point nameInvalid entrypoint nameReview the entry point name in the request and try again.
9010Invalid Fraud History IdInvalid Fraud History IDProvide a valid ID parameter.
9011Unauthorized TokenDomain Origin not in scopeReview your domain restrictions to see the domain originating the request is included in scope.
9012Invalid Fraud Blacklist IdInvalid Fraud Blacklist IDInvalid Fraud Blacklist ID.
9013Invalid Tier IdInvalid Tier IdProvide a valid ID parameter.
9014Invalid Tier NameInvalid Tier NameProvide a valid Name parameter.
9051Fraud alertA velocity fraud alert condition was triggeredVerify your request and fraud limits with the Support team.