APINovasend

Wallet API Errors

Reference of the errors returned by the Wallet API.

This section lists the errors you may encounter when using the Wallet API.

General Errors

StatusMessageLikely CauseRecommended Action
400Invalid amountAmount exceeds the provider's maximum limitCheck the amount
401UnauthorizedInvalid authenticationCheck the API key
403api_token_invalidInvalid API credentialsVerify the API key and secret
transaction_errorTransaction errorRetry or contact support
Refund not allowedTransaction is not refundableVerify the refund conditions
transaction_not_refundableTransaction not refundableCheck refund conditions
transaction_not_processedTransaction not processedCheck the status or retry
wallet_not_enough_cashWallet balance insufficientCheck the available balance
wallet_should_be_differentWallets must be differentUse distinct wallets
client_kyc_not_approvedClient KYC not approvedComplete the KYC process
client_not_enough_cashClient balance insufficientCheck the available balance
transaction_otp_requiredOTP required for the transactionProvide the OTP code
transaction_greater_than_zeroAmount must be greater than zeroVerify the transaction amount
404Payment not foundReference not foundCheck the original reference
api_token_not_foundAPI token not foundEnsure the token exists
wallet_not_foundWallet not foundVerify the wallet identifier
client_not_foundClient not foundVerify the client identifier
country_not_foundCountry not foundVerify the country code
provider_not_foundProvider not foundVerify the provider name
transaction_does_not_existTransaction does not existVerify the transaction identifier
409Duplicate refundRefund attempt already processedUse a different idempotency key
transaction_is_already_processedTransaction already processedCheck the transaction status
transaction_already_refundedTransaction already refundedCheck the refund history
500Internal Server ErrorServer errorTry again later

On this page