globalpay_remote.php (2658B)
1 <?php 2 // Text 3 $_['text_title'] = 'Credit or Debit Card'; 4 $_['text_credit_card'] = 'Credit Card Details'; 5 $_['text_wait'] = 'Please wait!'; 6 $_['text_result'] = 'Result'; 7 $_['text_message'] = 'Message'; 8 $_['text_cvn_result'] = 'CVN result'; 9 $_['text_avs_postcode'] = 'AVS postcode'; 10 $_['text_avs_address'] = 'AVS address'; 11 $_['text_eci'] = 'ECI (3D secure) result'; 12 $_['text_tss'] = 'TSS result'; 13 $_['text_card_bank'] = 'Card issue bank'; 14 $_['text_card_country'] = 'Card country'; 15 $_['text_card_region'] = 'Card region'; 16 $_['text_last_digits'] = 'Last 4 digits'; 17 $_['text_order_ref'] = 'Order ref'; 18 $_['text_timestamp'] = 'Timestamp'; 19 $_['text_card_visa'] = 'Visa'; 20 $_['text_card_mc'] = 'Mastercard'; 21 $_['text_card_amex'] = 'American Express'; 22 $_['text_card_switch'] = 'Switch'; 23 $_['text_card_laser'] = 'Laser'; 24 $_['text_card_diners'] = 'Diners'; 25 $_['text_auth_code'] = 'Auth code'; 26 $_['text_3d_s1'] = 'Cardholder Not Enrolled, liability shift'; 27 $_['text_3d_s2'] = 'Unable To Verify Enrolment, no liability shift'; 28 $_['text_3d_s3'] = 'Invalid Response From Enrolment Server, no liability shift'; 29 $_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift'; 30 $_['text_3d_s5'] = 'Successful Authentication, liability shift'; 31 $_['text_3d_s6'] = 'Authentication Attempt Acknowledged, liability shift'; 32 $_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift'; 33 $_['text_3d_s8'] = 'Authentication Unavailable, no liability shift'; 34 $_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift'; 35 $_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift'; 36 37 // Entry 38 $_['entry_cc_type'] = 'Card type'; 39 $_['entry_cc_number'] = 'Card number'; 40 $_['entry_cc_name'] = 'Cardholder name'; 41 $_['entry_cc_expire_date'] = 'Card expiry date'; 42 $_['entry_cc_cvv2'] = 'Card security code (CVV2)'; 43 $_['entry_cc_issue'] = 'Card issue number'; 44 45 // Help 46 $_['help_start_date'] = '(if available)'; 47 $_['help_issue'] = '(for Maestro and Solo cards only)'; 48 49 // Error 50 $_['error_card_number'] = 'Please check your card number is valid'; 51 $_['error_card_name'] = 'Please check the card holder name is valid'; 52 $_['error_card_cvv'] = 'Please check the CVV2 is valid'; 53 $_['error_3d_unable'] = 'Merchant requires 3D secure but unable to verify with your bank, please try later'; 54 $_['error_3d_500_response_no_payment'] = 'An invalid response was received from the card processor, no payment has been taken'; 55 $_['error_3d_unsuccessful'] = '3D secure authorisation failed';