shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

firstdata.php (2509B)


      1 <?php
      2 // Heading
      3 $_['text_title']				= 'Credit / Debit card (First Data)';
      4 
      5 // Button
      6 $_['button_confirm']			= 'Continue';
      7 
      8 // Text
      9 $_['text_new_card']				= 'New card';
     10 $_['text_store_card']			= 'Remember my card details';
     11 $_['text_address_response']		= 'Address verification: ';
     12 $_['text_address_ppx']			= 'No address data provided or Address not checked by the Card Issuer';
     13 $_['text_address_yyy']			= 'Card Issuer confirmed that street and postcode match with their records';
     14 $_['text_address_yna']			= 'Card Issuer confirmed that street matches with their records but postcode does not match';
     15 $_['text_address_nyz']			= 'Card Issuer confirmed that postcode matches with their records but street does not match';
     16 $_['text_address_nnn']			= 'Both street and postcode do not match with the Card Issuer records';
     17 $_['text_address_ypx']			= 'Card Issuer confirmed that street matches with their records. The Issuer did not check the postcode';
     18 $_['text_address_pyx']			= 'Card Issuer confirmed that postcode matches with their records. The Issuer did not check the street';
     19 $_['text_address_xxu']			= 'Card Issuer did not check the AVS information';
     20 $_['text_card_code_verify']		= 'Security code: ';
     21 $_['text_card_code_m']			= 'Card security code match';
     22 $_['text_card_code_n']			= 'Card security code does not match';
     23 $_['text_card_code_p']			= 'Not processed';
     24 $_['text_card_code_s']			= 'Merchant has indicated that the card security code is not present on the card';
     25 $_['text_card_code_u']			= 'Issuer is not certified and/or has not provided encryption keys';
     26 $_['text_card_code_x']			= 'No response from the credit card association was received';
     27 $_['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.';
     28 $_['text_card_type_m']			= 'Mastercard';
     29 $_['text_card_type_v']			= 'Visa (Credit/Debit/Electron/Delta)';
     30 $_['text_card_type_c']			= 'Diners';
     31 $_['text_card_type_a']			= 'American Express';
     32 $_['text_card_type_ma']			= 'Maestro';
     33 $_['text_card_type_mauk']		= 'Maestro UK/Solo';
     34 $_['text_response_code_full']	= 'Approval code: ';
     35 $_['text_response_code']		= 'Full response code: ';
     36 $_['text_response_card']		= 'Card used: ';
     37 $_['text_response_card_type']	= 'Card type: ';
     38 $_['text_response_proc_code']	= 'Processor code: ';
     39 $_['text_response_ref']			= 'Ref number: ';
     40 
     41 // Error
     42 $_['error_failed']				= 'Unable to process your payment, please try again';