eway.php (15519B)
1 <?php 2 3 // Text 4 $_['text_title'] = 'Pay with Credit Card (eWAY)'; 5 $_['text_credit_card'] = 'Credit Card Details'; 6 $_['text_testing'] = 'This payment gateway is currently being tested. Your credit card will not be charged.<br />If this is a real order, please use an alternate method of payment at this time.'; 7 8 $_['text_basket'] = 'Basket'; 9 $_['text_checkout'] = 'Checkout'; 10 $_['text_success'] = 'Success'; 11 $_['text_shipping'] = 'Shipping'; 12 13 // Entry 14 $_['entry_cc_number'] = 'Card number'; 15 $_['entry_cc_name'] = 'Cardholder name'; 16 $_['entry_cc_expire_date'] = 'Card expiry date'; 17 $_['entry_cc_cvv2'] = 'Card security code (CVV2)'; 18 19 $_['button_pay'] = 'Pay now'; 20 21 $_['text_card_accepted'] = 'Accepted cards: '; 22 $_['text_card_type_m'] = 'Mastercard'; 23 $_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)'; 24 $_['text_card_type_c'] = 'Diners'; 25 $_['text_card_type_a'] = 'American Express'; 26 $_['text_card_type_j'] = 'JCB'; 27 $_['text_card_type_pp'] = 'Paypal'; 28 $_['text_card_type_mp'] = 'Masterpass'; 29 $_['text_card_type_vm'] = 'Visa Checkout'; 30 $_['text_type_help'] = 'After you click "Confirm Order" you will be redirected to '; 31 32 $_['text_transaction_failed'] = 'Sorry, your payment has been declined.'; 33 34 // Help 35 $_['help_cvv'] = 'For Mastercard or Visa, this is the last three digits in the signature area on the back of your card.'; 36 $_['help_cvv_amex'] = 'For American Express, it\'s the four digits on the front of the card'; 37 38 // Validation Error codes 39 $_['text_card_message_Please check the API Key and Password'] = 'Please check the API Key and Password'; 40 41 $_['text_card_message_V6000'] = 'Undefined Validation Error'; 42 $_['text_card_message_V6001'] = 'Invalid Customer IP'; 43 $_['text_card_message_V6002'] = 'Invalid DeviceID'; 44 $_['text_card_message_V6011'] = 'Invalid Amount'; 45 $_['text_card_message_V6012'] = 'Invalid Invoice Description'; 46 $_['text_card_message_V6013'] = 'Invalid Invoice Number'; 47 $_['text_card_message_V6014'] = 'Invalid Invoice Reference'; 48 $_['text_card_message_V6015'] = 'Invalid Currency Code'; 49 $_['text_card_message_V6016'] = 'Payment Required'; 50 $_['text_card_message_V6017'] = 'Payment Currency Code Required'; 51 $_['text_card_message_V6018'] = 'Unknown Payment Currency Code'; 52 $_['text_card_message_V6021'] = 'Cardholder Name Required'; 53 $_['text_card_message_V6022'] = 'Card Number Required'; 54 $_['text_card_message_V6023'] = 'CVN Required'; 55 $_['text_card_message_V6031'] = 'Invalid Card Number'; 56 $_['text_card_message_V6032'] = 'Invalid CVN'; 57 $_['text_card_message_V6033'] = 'Invalid Expiry Date'; 58 $_['text_card_message_V6034'] = 'Invalid Issue Number'; 59 $_['text_card_message_V6035'] = 'Invalid Start Date'; 60 $_['text_card_message_V6036'] = 'Invalid Month'; 61 $_['text_card_message_V6037'] = 'Invalid Year'; 62 $_['text_card_message_V6040'] = 'Invalid Token Customer Id'; 63 $_['text_card_message_V6041'] = 'Customer Required'; 64 $_['text_card_message_V6042'] = 'Customer First Name Required'; 65 $_['text_card_message_V6043'] = 'Customer Last Name Required'; 66 $_['text_card_message_V6044'] = 'Customer Country Code Required'; 67 $_['text_card_message_V6045'] = 'Customer Title Required'; 68 $_['text_card_message_V6046'] = 'Token Customer ID Required'; 69 $_['text_card_message_V6047'] = 'RedirectURL Required'; 70 $_['text_card_message_V6051'] = 'Invalid First Name'; 71 $_['text_card_message_V6052'] = 'Invalid Last Name'; 72 $_['text_card_message_V6053'] = 'Invalid Country Code'; 73 $_['text_card_message_V6054'] = 'Invalid Email'; 74 $_['text_card_message_V6055'] = 'Invalid Phone'; 75 $_['text_card_message_V6056'] = 'Invalid Mobile'; 76 $_['text_card_message_V6057'] = 'Invalid Fax'; 77 $_['text_card_message_V6058'] = 'Invalid Title'; 78 $_['text_card_message_V6059'] = 'Redirect URL Invalid'; 79 $_['text_card_message_V6060'] = 'Redirect URL Invalid'; 80 $_['text_card_message_V6061'] = 'Invalid Reference'; 81 $_['text_card_message_V6062'] = 'Invalid Company Name'; 82 $_['text_card_message_V6063'] = 'Invalid Job Description'; 83 $_['text_card_message_V6064'] = 'Invalid Street1'; 84 $_['text_card_message_V6065'] = 'Invalid Street2'; 85 $_['text_card_message_V6066'] = 'Invalid City'; 86 $_['text_card_message_V6067'] = 'Invalid State'; 87 $_['text_card_message_V6068'] = 'Invalid Postalcode'; 88 $_['text_card_message_V6069'] = 'Invalid Email'; 89 $_['text_card_message_V6070'] = 'Invalid Phone'; 90 $_['text_card_message_V6071'] = 'Invalid Mobile'; 91 $_['text_card_message_V6072'] = 'Invalid Comments'; 92 $_['text_card_message_V6073'] = 'Invalid Fax'; 93 $_['text_card_message_V6074'] = 'Invalid Url'; 94 $_['text_card_message_V6075'] = 'Invalid Shipping Address First Name'; 95 $_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name'; 96 $_['text_card_message_V6077'] = 'Invalid Shipping Address Street1'; 97 $_['text_card_message_V6078'] = 'Invalid Shipping Address Street2'; 98 $_['text_card_message_V6079'] = 'Invalid Shipping Address City'; 99 $_['text_card_message_V6080'] = 'Invalid Shipping Address State'; 100 $_['text_card_message_V6081'] = 'Invalid Shipping Address PostalCode'; 101 $_['text_card_message_V6082'] = 'Invalid Shipping Address Email'; 102 $_['text_card_message_V6083'] = 'Invalid Shipping Address Phone'; 103 $_['text_card_message_V6084'] = 'Invalid Shipping Address Country'; 104 $_['text_card_message_V6091'] = 'Unknown Country Code'; 105 $_['text_card_message_V6100'] = 'Invalid Card Name'; 106 $_['text_card_message_V6101'] = 'Invalid Card Expiry Month'; 107 $_['text_card_message_V6102'] = 'Invalid Card Expiry Year'; 108 $_['text_card_message_V6103'] = 'Invalid Card Start Month'; 109 $_['text_card_message_V6104'] = 'Invalid Card Start Year'; 110 $_['text_card_message_V6105'] = 'Invalid Card Issue Number'; 111 $_['text_card_message_V6106'] = 'Invalid Card CVN'; 112 $_['text_card_message_V6107'] = 'Invalid AccessCode'; 113 $_['text_card_message_V6108'] = 'Invalid CustomerHostAddress'; 114 $_['text_card_message_V6109'] = 'Invalid UserAgent'; 115 $_['text_card_message_V6110'] = 'Invalid Card Number'; 116 $_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified'; 117 $_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month'; 118 $_['text_card_message_V6113'] = 'Invalid transaction for refund'; 119 $_['text_card_message_V6114'] = 'Gateway validation error'; 120 $_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID'; 121 $_['text_card_message_V6116'] = 'Invalid card data on original TransactionID'; 122 $_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field'; 123 $_['text_card_message_V6125'] = 'Selected Payment Type not enabled'; 124 $_['text_card_message_V6126'] = 'Invalid encrypted card number, decryption failed'; 125 $_['text_card_message_V6127'] = 'Invalid encrypted cvn, decryption failed'; 126 $_['text_card_message_V6128'] = 'Invalid Method for Payment Type'; 127 $_['text_card_message_V6129'] = 'Transaction has not been authorised for Capture/Cancellation'; 128 $_['text_card_message_V6130'] = 'Generic customer information error'; 129 $_['text_card_message_V6131'] = 'Generic shipping information error'; 130 $_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted'; 131 $_['text_card_message_V6133'] = 'Checkout not available for Payment Type'; 132 $_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void'; 133 $_['text_card_message_V6135'] = 'PayPal Error Processing Refund'; 134 $_['text_card_message_V6140'] = 'Merchant account is suspended'; 135 $_['text_card_message_V6141'] = 'Invalid PayPal account details or API signature'; 136 $_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch'; 137 $_['text_card_message_V6150'] = 'Invalid Refund Amount'; 138 $_['text_card_message_V6151'] = 'Refund amount greater than original transaction'; 139 140 // Payment failure messages 141 $_['text_card_message_D4401'] = 'Refer to Issuer'; 142 $_['text_card_message_D4402'] = 'Refer to Issuer, special'; 143 $_['text_card_message_D4403'] = 'No Merchant'; 144 $_['text_card_message_D4404'] = 'Pick Up Card'; 145 $_['text_card_message_D4405'] = 'Do Not Honour'; 146 $_['text_card_message_D4406'] = 'Error'; 147 $_['text_card_message_D4407'] = 'Pick Up Card, Special'; 148 $_['text_card_message_D4409'] = 'Request In Progress'; 149 $_['text_card_message_D4412'] = 'Invalid Transaction'; 150 $_['text_card_message_D4413'] = 'Invalid Amount'; 151 $_['text_card_message_D4414'] = 'Invalid Card Number'; 152 $_['text_card_message_D4415'] = 'No Issuer'; 153 $_['text_card_message_D4419'] = 'Re-enter Last Transaction'; 154 $_['text_card_message_D4421'] = 'No Method Taken'; 155 $_['text_card_message_D4422'] = 'Suspected Malfunction'; 156 $_['text_card_message_D4423'] = 'Unacceptable Transaction Fee'; 157 $_['text_card_message_D4425'] = 'Unable to Locate Record On File'; 158 $_['text_card_message_D4430'] = 'Format Error'; 159 $_['text_card_message_D4431'] = 'Bank Not Supported By Switch'; 160 $_['text_card_message_D4433'] = 'Expired Card, Capture'; 161 $_['text_card_message_D4434'] = 'Suspected Fraud, Retain Card'; 162 $_['text_card_message_D4435'] = 'Card Acceptor, Contact Acquirer, Retain Card'; 163 $_['text_card_message_D4436'] = 'Restricted Card, Retain Card'; 164 $_['text_card_message_D4437'] = 'Contact Acquirer Security Department, Retain Card'; 165 $_['text_card_message_D4438'] = 'PIN Tries Exceeded, Capture'; 166 $_['text_card_message_D4439'] = 'No Credit Account'; 167 $_['text_card_message_D4440'] = 'Function Not Supported'; 168 $_['text_card_message_D4441'] = 'Lost Card'; 169 $_['text_card_message_D4442'] = 'No Universal Account'; 170 $_['text_card_message_D4443'] = 'Stolen Card'; 171 $_['text_card_message_D4444'] = 'No Investment Account'; 172 $_['text_card_message_D4451'] = 'Insufficient Funds'; 173 $_['text_card_message_D4452'] = 'No Cheque Account'; 174 $_['text_card_message_D4453'] = 'No Savings Account'; 175 $_['text_card_message_D4454'] = 'Expired Card'; 176 $_['text_card_message_D4455'] = 'Incorrect PIN'; 177 $_['text_card_message_D4456'] = 'No Card Record'; 178 $_['text_card_message_D4457'] = 'Function Not Permitted to Cardholder'; 179 $_['text_card_message_D4458'] = 'Function Not Permitted to Terminal'; 180 $_['text_card_message_D4460'] = 'Acceptor Contact Acquirer'; 181 $_['text_card_message_D4461'] = 'Exceeds Withdrawal Limit'; 182 $_['text_card_message_D4462'] = 'Restricted Card'; 183 $_['text_card_message_D4463'] = 'Security Violation'; 184 $_['text_card_message_D4464'] = 'Original Amount Incorrect'; 185 $_['text_card_message_D4466'] = 'Acceptor Contact Acquirer, Security'; 186 $_['text_card_message_D4467'] = 'Capture Card'; 187 $_['text_card_message_D4475'] = 'PIN Tries Exceeded'; 188 $_['text_card_message_D4482'] = 'CVV Validation Error'; 189 $_['text_card_message_D4490'] = 'Cutoff In Progress'; 190 $_['text_card_message_D4491'] = 'Card Issuer Unavailable'; 191 $_['text_card_message_D4492'] = 'Unable To Route Transaction'; 192 $_['text_card_message_D4493'] = 'Cannot Complete, Violation Of The Law'; 193 $_['text_card_message_D4494'] = 'Duplicate Transaction'; 194 $_['text_card_message_D4496'] = 'System Error'; 195 $_['text_card_message_D4497'] = 'MasterPass Error Failed'; 196 $_['text_card_message_D4498'] = 'PayPal Create Transaction Error Failed'; 197 $_['text_card_message_D4499'] = 'Invalid Transaction for Auth/Void'; 198 199 $_['text_card_message_F7000'] = 'Undefined Fraud Error'; 200 $_['text_card_message_F7001'] = 'Challenged Fraud'; 201 $_['text_card_message_F7002'] = 'Country Match Fraud'; 202 $_['text_card_message_F7003'] = 'High Risk Country Fraud'; 203 $_['text_card_message_F7004'] = 'Anonymous Proxy Fraud'; 204 $_['text_card_message_F7005'] = 'Transparent Proxy Fraud'; 205 $_['text_card_message_F7006'] = 'Free Email Fraud'; 206 $_['text_card_message_F7007'] = 'International Transaction Fraud'; 207 $_['text_card_message_F7008'] = 'Risk Score Fraud'; 208 $_['text_card_message_F7009'] = 'Denied Fraud'; 209 $_['text_card_message_F7010'] = 'Denied by PayPal Fraud Rules'; 210 $_['text_card_message_F9010'] = 'High Risk Billing Country'; 211 $_['text_card_message_F9011'] = 'High Risk Credit Card Country'; 212 $_['text_card_message_F9012'] = 'High Risk Customer IP Address'; 213 $_['text_card_message_F9013'] = 'High Risk Email Address'; 214 $_['text_card_message_F9014'] = 'High Risk Shipping Country'; 215 $_['text_card_message_F9015'] = 'Multiple card numbers for single email address'; 216 $_['text_card_message_F9016'] = 'Multiple card numbers for single location'; 217 $_['text_card_message_F9017'] = 'Multiple email addresses for single card number'; 218 $_['text_card_message_F9018'] = 'Multiple email addresses for single location'; 219 $_['text_card_message_F9019'] = 'Multiple locations for single card number'; 220 $_['text_card_message_F9020'] = 'Multiple locations for single email address'; 221 $_['text_card_message_F9021'] = 'Suspicious Customer First Name'; 222 $_['text_card_message_F9022'] = 'Suspicious Customer Last Name'; 223 $_['text_card_message_F9023'] = 'Transaction Declined'; 224 $_['text_card_message_F9024'] = 'Multiple transactions for same address with known credit card'; 225 $_['text_card_message_F9025'] = 'Multiple transactions for same address with new credit card'; 226 $_['text_card_message_F9026'] = 'Multiple transactions for same email with new credit card'; 227 $_['text_card_message_F9027'] = 'Multiple transactions for same email with known credit card'; 228 $_['text_card_message_F9028'] = 'Multiple transactions for new credit card'; 229 $_['text_card_message_F9029'] = 'Multiple transactions for known credit card'; 230 $_['text_card_message_F9030'] = 'Multiple transactions for same email address'; 231 $_['text_card_message_F9031'] = 'Multiple transactions for same credit card'; 232 $_['text_card_message_F9032'] = 'Invalid Customer Last Name'; 233 $_['text_card_message_F9033'] = 'Invalid Billing Street'; 234 $_['text_card_message_F9034'] = 'Invalid Shipping Street'; 235 $_['text_card_message_F9037'] = 'Suspicious Customer Email Address';