firstdata_remote.php (4462B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'First Data EMEA Web Service API'; 4 5 // Text 6 $_['text_firstdata_remote'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; 7 $_['text_extension'] = 'Extensions'; 8 $_['text_success'] = 'Success: You have modified First Data account details!'; 9 $_['text_edit'] = 'Edit First Data EMEA Web Service API'; 10 $_['text_card_type'] = 'Card type'; 11 $_['text_enabled'] = 'Enabled'; 12 $_['text_merchant_id'] = 'Store ID'; 13 $_['text_subaccount'] = 'Subaccount'; 14 $_['text_user_id'] = 'User ID'; 15 $_['text_capture_ok'] = 'Capture was successful'; 16 $_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; 17 $_['text_refund_ok'] = 'Refund was successful'; 18 $_['text_refund_ok_order'] = 'Refund was successful, order status updated to refunded'; 19 $_['text_void_ok'] = 'Void was successful, order status updated to voided'; 20 $_['text_settle_auto'] = 'Sale'; 21 $_['text_settle_delayed'] = 'Pre auth'; 22 $_['text_mastercard'] = 'Mastercard'; 23 $_['text_visa'] = 'Visa'; 24 $_['text_diners'] = 'Diners'; 25 $_['text_amex'] = 'American Express'; 26 $_['text_maestro'] = 'Maestro'; 27 $_['text_payment_info'] = 'Payment information'; 28 $_['text_capture_status'] = 'Payment captured'; 29 $_['text_void_status'] = 'Payment voided'; 30 $_['text_refund_status'] = 'Payment refunded'; 31 $_['text_order_ref'] = 'Order ref'; 32 $_['text_order_total'] = 'Total authorised'; 33 $_['text_total_captured'] = 'Total captured'; 34 $_['text_transactions'] = 'Transactions'; 35 $_['text_column_amount'] = 'Amount'; 36 $_['text_column_type'] = 'Type'; 37 $_['text_column_date_added'] = 'Created'; 38 $_['text_confirm_void'] = 'Are you sure you want to void the payment?'; 39 $_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; 40 $_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; 41 42 // Entry 43 $_['entry_certificate_path'] = 'Certificate path'; 44 $_['entry_certificate_key_path'] = 'Private key path'; 45 $_['entry_certificate_key_pw'] = 'Private key password'; 46 $_['entry_certificate_ca_path'] = 'CA path'; 47 $_['entry_merchant_id'] = 'Store ID'; 48 $_['entry_user_id'] = 'User ID'; 49 $_['entry_password'] = 'Password'; 50 $_['entry_total'] = 'Total'; 51 $_['entry_sort_order'] = 'Sort order'; 52 $_['entry_geo_zone'] = 'Geo zone'; 53 $_['entry_status'] = 'Status'; 54 $_['entry_debug'] = 'Debug logging'; 55 $_['entry_auto_settle'] = 'Settlement type'; 56 $_['entry_status_success_settled'] = 'Success - settled'; 57 $_['entry_status_success_unsettled'] = 'Success - not settled'; 58 $_['entry_status_decline'] = 'Decline'; 59 $_['entry_status_void'] = 'Voided'; 60 $_['entry_status_refund'] = 'Refunded'; 61 $_['entry_enable_card_store'] = 'Enable card storage tokens'; 62 $_['entry_cards_accepted'] = 'Card types accepted'; 63 64 // Help 65 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; 66 $_['help_certificate'] = 'Certificates and private keys should be stored outside of your public web folders'; 67 $_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; 68 $_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; 69 $_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise .'; 70 $_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; 71 72 // Tab 73 $_['tab_account'] = 'API info'; 74 $_['tab_order_status'] = 'Order status'; 75 $_['tab_payment'] = 'Payment settings'; 76 77 // Button 78 $_['button_capture'] = 'Capture'; 79 $_['button_refund'] = 'Refund'; 80 $_['button_void'] = 'Void'; 81 82 // Error 83 $_['error_merchant_id'] = 'Store ID is required'; 84 $_['error_user_id'] = 'User ID is required'; 85 $_['error_password'] = 'Password is required'; 86 $_['error_certificate'] = 'Certificate path is required'; 87 $_['error_key'] = 'Certificate key is required'; 88 $_['error_key_pw'] = 'Certificate key password is required'; 89 $_['error_ca'] = 'Certificate Authority (CA) is required';