Review the data that will be sent as a POST request

sessionID = "testing";
callbackUrl = "http://cruciald.com/test.php;
providerCode = "affinity_mobile";
securityToken = redacted;
serverURL = "http://byophonetest.cruciald.com/entouch_byod_post_flow/";

  $.redirect(serverURL, {"Session_ID":sessionID , "Callback_URL":callbackUrl, "Provider_Code":providerCode, "Security_Token":securityToken},"Number_Phones_In_Cart":numberPhonesInCart, 'POST');