Payout Error Codes

Explore Payout errors, identify causes and actionable next steps.

System Generated Error Codes

CodeError NameError MessageError DescriptionSourceNext Steps
5000serverErrorInternal server errorTechnical error in the systemSystemRetry
4000badRequestErrorBad requestValidation checks for some fields failedSystemCheck the validation schema for the failed fields in the error response and retry
4004notFoundErrorNot foundResource not foundSystemRetry with correct field
4009conflictErrorState cannot be changed-System-
4001unauthorizedErrorUnauthorizedRequest is being generated from incorrect credentialsSystemCheck if the JWT token is correct or expired. If expired, regenerate the new token using SDK
4104fundingAccountNotFoundErrorFunding account not configuredFunding account has not been configured for initiating payoutsSystemConfigure funding account/ contact integrations team
4108duplicateTransactionErrorDuplicate transactionTransaction with the same Client Ref ID has already been executedSystemInitiate with new Client Ref ID
4109paymentModeAccountNotFoundErrorPayment mode account not found for UPIUPI account has not been enabled for the merchantSystemConfigure UPI Credentials, contact integrations team
4110beneficiaryNotFoundErrorBeneficiary doesnt exist with the given bene IDBeneficiary doesn't exist with the given beneficiary IDSystemTry a new/ correct Beneficiary ID
4118beneficiaryNotActiveErrorBeneficiary is not activeBeneficiary is not activeSystemActivate the beneficiaries and retry payout
4111beneficiaryPaymentModeMismatchErrorCant execute the payout with the given payment mode to the beneficiaryThe beneficiary account and mode are incorrectly matchedSystemCheck for the correct payout mode and account credentials for Beneficiary
4115beneficiaryAlreadyExistsErrorBeneficiary exists with the given account details,  cant save the beneficiaryBeneficiary can't be saved as it already exists in the systemSystemDirectly initiate the payout to beneficiary

Bad Request Sub-Error

CodeError NameMessageFieldError DescriptionSourceNext Steps
4200accountNumberErroraccountNumber is invalidaccountNumberBeneficiary account number given for payout is invalidSystemInput the correct account number and retry
4202branchCodeErrorbranchCode is invalidbranchCodeBeneficiary branch code given for payout is invalidSystemInput the correct IFSC and retry
4206statusErrorstatus is invalidstatusSystemPlease check the available status list for payouts. only these values are updated.
4207clientReferenceIdErrorclientReferenceId is invalidclientReferenceIdClient reference is not as per the validation schemaSystemClient reference is client generated alpha-numeric value. If you want to pass your value, ensure there are no spaces
4208scheduleAtErrorscheduleAt is invalidscheduleAtThe scheduled time for the payout is invalidSystemPlease schedule a value that is in future
4211remarksErrorremarks is invalidremarksRemarks enetered is not as per the validation schemaSystemOnly Alpha-numeric values with following symbols accepted: -
4212payeeNameErrorpayeeName is invalidpayeeNameBeneficiary name is invalidSystemInput the correct beneficiary name and retry
4213vpaErrorvpa is invalidvpaBeneficiary VPA is invalidSystemInput the correct beneficiary VPA and retry
4214emailErroremail is invalidemailBeneficiary email is invalidSystemInput the correct beneficiary email and retry
4215phoneErrorphone is invalidphoneBeneficiary phone number is invalidSystemInput the correct beneficiary phone number and retry
4216amountCurrencyErroramount currency is invalidamount.currencyAmount currency is not INR. Only INR acceptedSystemSelect INR as the currency for payouts
4217amountValueErroramount value is invalidamount.valueSystemCheck the payment mode and the amount passed
4218modeErrormode is invalidmodePayment mode choosen as per the account information provided is invalidSystemSelect the correct payment mode, as per the account provided, for initiaiting the payout. Or check with customer if the pay mode is enabled for their account
4220amountModeValueErrorAmount is invalid for the requested modeamount.valueAmount pertaining to the payment method is invalidSystemSelect the correct payment mode based on the amount value. Amount bracket attached on developer portal
4221dateFromErrorDate range value is invaliddateFromDate from field entered is incorrect for filtering reportSystemInput the correct date from where you want to filter the report
4222requestReferenceIdErrorrequestReferenceId is invalidrequestReferenceIdSystemrequest Reference id is a system generated value for bulk payouts. pass the correct value
4223dateToErrorDate range value is invaliddateToDate to field entered is incorrect for filtering reportSystemInput the correct date to which you want to filter the report
4224pageErrorPage number is invalidpageSystempage number can't be negative
4225fileFormatErrorFile format is invalidfileFile uploaded for bulk processing is not in the correct formatSystemOnly accepted format is .csv
4225fileHeaderErrorFile headers is invalidfileFile headers for initiaiting bulk payout is not correctSystemDownload the sample format from dashboard and accordingly create the bulk file
4226unitErrorunit is invalidunitSystemOnly accepted values are RUPEE, PAISE
4227fileMaxSizeErrorFile size exceeded allowed limitfileFile size exceeds the limit allowedSystemAllowed size for bulk file is:
4228customerIdErrorInvalid customerIdcustomerIdSystemOnly Alpha-numeric values
4229bankProviderErrorInvalid bank providerbankProviderSystem
4230sortDirectionErrorInvalid sort optionorderBySystemShould be ASC or DESC
4235sortParameterErrorsortBy parameter is invalidsortBySystem