Relative Content

Tag Archive for javascriptphpjquerylaravelstripe-payments

Stripe integration with ajax request

I am integrating stripe. Strip3 integration is working fine i received the card token too. But facing issue in passing the token to controller from view page. In this application they have written common ajax call for all the forms. whenever i am trying to append the stripe token to form and passing value is not working in ajax. In Normal post method which is working fine. But i need to pass it in ajax which written commonly .