LUT info -------------------------------------------------------------------------------- THE ORIGINAL CREDENTIALS, SUPERCEDED BY THE NEXT SET -------------------------------------------------------------------------------- The credentials for the test environment are as follows: URL for the Portal: https://turbo-myportal.demo.mylut.com/ Login Id: leelavathi.arsi@aviradigital.com Password: Admin@123 API Key: fde45dc602cb0c0ae740be944d14767252e4b6c3f487d5b4a778360111fa7bf8 API Key: fde45dc602cb0c0ae740be944d14767252e4b6c3f487d5b4a778360111fa7bf8 env[LUT_API_KEY]="fde45dc602cb0c0ae740be944d14767252e4b6c3f487d5b4a778360111fa7bf8" sample old key 08f28cddb3c8647b8bcdb9159dd56c9649db6f280dfaf0abb7b6e3c95257ffe8 -------------------------------------------------------------------------------- A slight change to the credentials. We have moved everything to our pre-production environment, in preparation for rapid deployment. Once you verify that everything works for you, we can deploy in production. Our QA team has tested and verified the functionality. Please use the preprod URLs from the API documentation URL for the Portal: https://turbo-myportal.preprod.mylut.com/ Login Id: BBandBC@ga.com Password: Admin@123 API Key: 4f887530775c12909e4138039764ecab2d3ce4bbcac0c5bd05ecdf5ff3d70c86 Here are alternate test merchants that will accept B2C connections or B2B connections only - in case you want to test a restricted set of consumers. B2B Test merchant: Username: btobmerchant@ga.com Password : Admin@123 API KEY : 6407159ec076b673307317172c9117854c8844d8dfce11a1e7ff2f31f75bc73b B2C Test merchant: Username: btocmerchant@ga.com Password : Admin@123 API KEY : af6eaac8500f530c6fd475c332aad5ccfa32c095e4c7149e6b796f00ab14e034 -------------------------------------------------------------------------------- $gatewayInfo['gateway_name'] = 'lut'; $gatewayInfo['country_code'] = $cgw_obj->lut_country_code; $gatewayInfo['currency_code'] = $cgw_obj->lut_currency_code; //char(3) gateway currency code (e.g. PHP) $gatewayInfo['api_token'] = $cgw_obj->lut_api_token; // lut = 13 getGatewayInfoEmberpay by merchantID elseif($gateway_code == '13') { $gatewayInfo['gateway_name'] = 'lut'; $gatewayInfo['country_code'] = $partners_gw_obj->lut_country_code; $gatewayInfo['currency_code'] = $partners_gw_obj->lut_currency_code; //char(3) gateway currency code (e.g. PHP) $gatewayInfo['api_token'] = $partners_gw_obj->lut_api_token; } // end lut *** add transaction type codes for lut ================================================================================ UPDATE DATABASE lut_country_code varchar(2) lut_currency_code varchar(3) lut_api_token varchar(80) ALTER TABLE `channel_partners_gateways` ADD `lut_country_code` VARCHAR(2) NOT NULL AFTER `maverick_currency_code`, ADD `lut_currency_code` VARCHAR(3) NOT NULL AFTER `lut_country_code`, ADD `lut_api_token` VARCHAR(80) NOT NULL AFTER `lut_currency_code`; ALTER TABLE `communities_gateways` ADD `lut_country_code` VARCHAR(2) NOT NULL AFTER `maverick_currency_code`, ADD `lut_currency_code` VARCHAR(3) NOT NULL AFTER `lut_country_code`, ADD `lut_api_token` VARCHAR(80) NOT NULL AFTER `lut_currency_code`; -------------------------------------------------------------------------------- //doManualAch(); make_micro_deposits.php at line 221, column 5] cashOutContixoEWallet.php at line 627, column 4] account_pay_now.php at line 693, column 5] // MANUAL-ACH make_micro_deposits.php cashOutContixoEWallet.php account_pay_now.php LUTPAYMENT make_micro_deposits.php LUTPAYMENT 1 tested account_pay_now.php LUTPAYMENT 2 done pay_distributors.php LUTPAYMENT 3 done pay_players.php LUTPAYMENT 4 done cashOutContixoEWallet.php LUTPAYMENT 5 tested