cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Accept Hosted Form - Getting email in the transaction response

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"
}
ttimmons
Member
Who Me Too'd this topic