Viewing File: /home/ubuntu/btcthrottle-backend/resources/lang/en/api-error.php

<?php

return [

    100 => "Admin details not found.",

    101 => "Failed to send verification code. Please try again.",

    102 => "Verification code not valid.",

    103 => "Password not matching.",

    104 => "Registration Failed.",

    105 => "API Key generation Failed.",

    106 => "API Key already exists.",

    107 => "You don't have any api key.",

    108 => "Subscription details not found.",

    109 => 'Payment is not yet completed.',

    110 => 'Payment already completed. (Payment Id - :other_key)',

    111 => "Stripe not configured.",

    112 => 'Payment save failed. Please try again.',

    113 => 'Subscription expired.',

    114 => 'No payload found.',

    115 => 'The User Payment details not found.!',

    116 => 'The payment store failed. Please try again.',

    117 => 'The pay in details not found.',

    118 => 'The pay out details not found.',

    119 => 'The payment deletion failed. Please try again.',

    120 => 'The payment details not found.',

    121 => 'V2 wallet configuration is pending.',

    122 => 'Sorry, failed to create pay in. Please try again.',

    123 => 'Sorry, failed to create pay out. Please try again.',

    124 => 'Transaction creation failed.',

    125 => 'The transaction details not found.',

    126 => 'The provided transaction id & pay in token details are not matching.',

    127 => 'The token field is required.',

    128 => 'The secret param is missing in the header.',

    129 => 'The provided token & secret details are not found.',

    130 => 'The provided token / secret key is invalid.',

    131 => 'QR API url not configured.',

    132 => 'Transaction updation failed. Please try again.',

    133 => 'QR code generation failed. Please try again.',

    134 => 'Admin UPI ID not configured.',

    135 => 'Trader UPI details not found.',

    136 => 'The UPI store failed. Please try again.',

    137 => 'The UPI deletion failed. Please try again.',

    138 => 'Invalid operation. Please check the step field.',

    139 => 'The frontend URL is not configured.',

    140 => 'The provided payment type is not matching with the transaction.',

    141 => 'Step 1 is pending. Please completed it to continue.',

    142 => 'This operation in invalid.',

    143 => 'Bank account details not found.',

    144 => 'The bank account store failed. Please try again.',

    145 => 'The bank account deletion failed. Please try again.',

    146 => 'The selected bank account is already your default.',

    147 => 'The bank account make default failed. Please try again.',

    148 => 'The transaction is expired.',

    149 => 'The transaction is already marked as :other_key.',

    150 => 'The transaction status updation failed. Please try again.',

    151 => 'Admin commission error. Unknown payment type found on transaction.',

    152 => "Admin commission percentage is more than 100. Can't completed the action now.",

    153 => "User wallet updation failed. Please try again.",

    154 => "Withdrawal request send failed. Please try again.",

    155 => "Insufficient balance in your wallet.",

    156 => 'Withdrawal details not found.',

    157 => 'The withdrawal is already marked as :other_key.',

    158 => 'The withdrawal cancel request send failed. Please try again.',

    159 => 'Transaction failed.',

    160 => 'Sent to wrong wallet address',

    161 => 'Token amount mismatch',

    162 => 'Email verification failed. Please resend verification email.',

    163 => "Your account details were not found. Please sign up.",

    164 => "Your email is already verified. You can login now.",

    165 => "We were unable to send the verification code. Please try again.",

    166 => 'The admin wallet address is not configured.',

    167 => "The maximum no of days should be :other_key.",

    168 => "The maximum no of months should be :other_key.",

    169 => "Invalid transaction hash",

    170 => "Sorry, can't update status for pay in transaction.",

    171 => "Error fetching token details",

    172 => "No traders found. Can't generate QR code now. Please try after some time.",

    173 => "Can't generate QR code for card transaction.",

    174 => "Trader wallet updation failed. Please try again.",

    175 => "Account deletion failed. Please try again.",

    176 => "The requested action is invalid.",

    177 => "Stylopay configuration is pending.",

    178 => "Stylopay status API failed.",

    179 => "Stylopay status API failed. No status key found. Transaction ID (:other_key)",

    180 => "Invoice creation failed. Please try again.",

    181 => "Invoice deletion failed. Please try again.",

    182 => "Invoice details not found.",

    183 => "Payment page settings updation failed.",

    184 => "Payment page settings reset failed.",

    185 => "Sorry, you don't have access to make :other_key payments.",

    186 => 'No merchant commission found.',

    187 => "Merchant commission percentage is more than 100. Can't completed the action now.",

    188 => "The order id field is required.",

    189 => "The transaction cancel is failed. Please try again.",

    190 => 'Sorry, failed to complete the transaction. Please try again.',

    191 => 'Bearer token is required.',

    192 => "External bearer key configuration is pending.",
    
    193 => 'Bearer token is invalid.',

    194 => "Invalid API key provided.",

    195 => "Can't generate QR code for this transaction.",

    196 => 'Trader bank details not found.',

    197 => 'X-EfiPay-Key (walletId) is required.',

    198 => 'Login failed.',

    199 => 'Payout initiation failed. Please try again.',

    200 => 'EfiPay not configured in your account.',

    201 => "The payout (:other_key) details not found.",

    202 => 'Something went wrong. Please try after some time.',

    203 => 'Session is expired. Please login to continue.',

    204 => 'Fund transfer failed. Please try again.',

    205 => 'X-EfiPay-Key (walletId) is invalid.',

    206 => "You don't have access for PayIn transactions.",

    207 => "You don't have access for PayOut transactions.",

    208 => "Invalid X-Api-Key.",

    209 => "Invalid encrtption X-Api-Signature.",

    210 => "Service configuration is pending.",

    211 => "Service API failed (:other_key).",

    212 => "Service response keys are missing.",

    213 => "User transaction mode is invalid."
];
Back to Directory File Manager