firstdata_remote.php (3117B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit or Debit Card'; 4 $_['text_credit_card'] = 'Credit Card Details'; 5 $_['text_wait'] = 'Please wait!'; 6 7 // Entry 8 $_['entry_cc_number'] = 'Card number'; 9 $_['entry_cc_name'] = 'Cardholder name'; 10 $_['entry_cc_expire_date'] = 'Card expiry date'; 11 $_['entry_cc_cvv2'] = 'Card security code (CVV2)'; 12 13 // Help 14 $_['help_start_date'] = '(if available)'; 15 $_['help_issue'] = '(for Maestro and Solo cards only)'; 16 17 // Text 18 $_['text_result'] = 'Result: '; 19 $_['text_approval_code'] = 'Approval code: '; 20 $_['text_reference_number'] = 'Reference: '; 21 $_['text_card_number_ref'] = 'Card last 4 digits: xxxx '; 22 $_['text_card_brand'] = 'Card brand: '; 23 $_['text_response_code'] = 'Response code: '; 24 $_['text_fault'] = 'Fault message: '; 25 $_['text_error'] = 'Error message: '; 26 $_['text_avs'] = 'Address verification: '; 27 $_['text_address_ppx'] = 'No address data provided or Address not checked by the Card Issuer'; 28 $_['text_address_yyy'] = 'Card Issuer confirmed that street and postcode match with their records'; 29 $_['text_address_yna'] = 'Card Issuer confirmed that street matches with their records but postcode does not match'; 30 $_['text_address_nyz'] = 'Card Issuer confirmed that postcode matches with their records but street does not match'; 31 $_['text_address_nnn'] = 'Both street and postcode do not match with the Card Issuer records'; 32 $_['text_address_ypx'] = 'Card Issuer confirmed that street matches with their records. The Issuer did not check the postcode'; 33 $_['text_address_pyx'] = 'Card Issuer confirmed that postcode matches with their records. The Issuer did not check the street'; 34 $_['text_address_xxu'] = 'Card Issuer did not check the AVS information'; 35 $_['text_card_code_verify'] = 'Security code: '; 36 $_['text_card_code_m'] = 'Card security code match'; 37 $_['text_card_code_n'] = 'Card security code does not match'; 38 $_['text_card_code_p'] = 'Not processed'; 39 $_['text_card_code_s'] = 'Merchant has indicated that the card security code is not present on the card'; 40 $_['text_card_code_u'] = 'Issuer is not certified and/or has not provided encryption keys'; 41 $_['text_card_code_x'] = 'No response from the credit card association was received'; 42 $_['text_card_code_blank'] = 'A blank response should indicate that no code was sent and that there was no indication that the code was not present on the card.'; 43 $_['text_card_accepted'] = 'Accepted cards: '; 44 $_['text_card_type_m'] = 'Mastercard'; 45 $_['text_card_type_v'] = 'Visa (Credit/Debit/Electron/Delta)'; 46 $_['text_card_type_c'] = 'Diners'; 47 $_['text_card_type_a'] = 'American Express'; 48 $_['text_card_type_ma'] = 'Maestro'; 49 $_['text_card_new'] = 'New card'; 50 $_['text_response_proc_code'] = 'Processor code: '; 51 $_['text_response_ref'] = 'Ref number: '; 52 53 // Error 54 $_['error_card_number'] = 'Please check your card number is valid'; 55 $_['error_card_name'] = 'Please check the card holder name is valid'; 56 $_['error_card_cvv'] = 'Please check the CVV2 is valid'; 57 $_['error_failed'] = 'Unable to process your payment, please contact the merchant';