Necuima Posted October 15, 2019 Share Posted October 15, 2019 (edited) Hi Larry, I am trying to use STRIPE for the first time. I have set up a test account and that seems to be OK. I am adapting your form in billing.html but in a PHP script. The validation of my data via the ajax call to Stripe is OK as I am able to submit the form but when I check what data are received by my adaptation of your billing.php I can see the posted token but no form data. My form is attached. Can you see what I am doing wrong please? Thanks, Necuima Edited October 15, 2019 by Necuima Link to comment Share on other sites More sharing options...
Necuima Posted October 15, 2019 Author Share Posted October 15, 2019 It's OK, I've found the issue. As my design does not follow yours exactly I need to add the additional data to the $_POST/form via hidden elements. Sorry to have bothered you. Necuima Link to comment Share on other sites More sharing options...
Larry Posted October 16, 2019 Share Posted October 16, 2019 Ah, okay. Kudos for figuring it out and thanks for letting us know! Link to comment Share on other sites More sharing options...
Recommended Posts