I have implemented my accept hosted form so that the email field is shown and required. However it appears that the email address is not present in the iframe communicator transaction response. Is there any way I can get the email field in the iframe communicator transaction response? It would seem really shortsighted if the email field cannot be retrieved from the communicator response.
Here is an example of what the iframe communicator response looks like (you will see there is no email field present):
{ "accountType":"Visa", "accountNumber":"XXXXXXXX", "transId":"XXXXXXXXXXX", "responseCode":"1", "authorization":"XXXXXX", "billTo": { "phoneNumber":"0000000000", "firstName":"test", "lastName":"test", "address":"123 test test", "city":"test city", "state":"NY", "zip":"12345", "country":"USA" }, "shipTo":{}, "totalAmount":"5.00", "dateTime":"6/19/2017 12:00:00 AM" }
Solved! Go to Solution.
06-19-2017 09:22 AM - edited 06-19-2017 09:31 AM