Using the php sample app from GitHub.
It works as received from GitHub.
When I edit "getHostedPaymentForm.php" to add <billTo> information, I expect the form to display with the billTo name and address filled in.
Instead, I get the message "Missing or invalid token." where the form should display.
I am pasting into the <transactionRequest> the following xml, direct from the api:
<billTo>
<firstName>Ellen</firstName>
<lastName>Johnson</lastName>
<company>Souveniropolis</company>
<address>14 Main Street</address>
<city>Pecan Springs</city>
<state>TX</state>
<zip>44628</zip>
<country>USA</country>
</billTo>
07-10-2018 03:52 PM
Did you do a full page refresh on the page which loads Accept Hosted?
07-11-2018 10:07 AM
Yes. Full page reload/refresh.
No Joy.
07-11-2018 11:35 AM
Can you provide the full request for getHostedPaymentPage ?
Thanks
Anurag
07-11-2018 10:47 PM