forte_merchant_id) && $license_info->license_type == 'Production') {
include('ach_pages/signedup_live.php');
}
else if (empty($pcs_out_settings->forte_merchant_id) && $license_info->license_type == 'Production') {
include('ach_pages/not_signed_up.php');
}
else {
?>
Sandbox Mode
ACH is not available in Sandbox Mode. When you Go Live, you will use this screen to setup your ACH Limits, as provided by Forte (ACH Direct).
/*
stdClass Object
(
[use_ach_pcs_out] => Yes
[forte_merchant_id] => ***822
[forte_daily_d_limit] =>
[forte_monthly_c_limit] =>
[forte_monthly_d_limit] =>
[forte_txn_c_limit] =>
[forte_txn_d_limit] =>
)
----
stdClass Object
(
[license_key] => 24A3G0E0200128
[license_name] => WordPress Plugin
[license_type] => Production
[license_status] => Good
[termination_date] => 2014-05-10 09:50:23
[Business_Name] => Test Biz
[Primary_Contact_Name] => David B
[Email_Address] => david@xk29.com
[last_payment] => 2014-04-10
[next_payment] => 2014-05-10
)
*/
?>