Stripe Checkout, charge redirected to http://website/create_payment and the payment is not recorded in Stripe. What steps am I missing? -
i have embedded stripe checkout code on site, @ checkout, site redirected website/create_payment , payment not recorded in stripe. steps missing? here code used stripe documentation:
<form action="/create_payment" method="post"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key= data-image="/square-image.png" data-name="demo site" data-description="2 widgets ($00.00)" data-amount="0000" data-currency="usd" data-alipay-reusable="true" data-locale="auto" data-alipay="auto"> </script> </form>
Comments
Post a Comment