我使用条纹嵌入表单进行结帐
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="{!! env('STRIPE_PK') !!}"
data-amount="{{$total*100}}"
data-name="LaravelShop.IO"
data-description="Products"
data-image="/128x128.png"
data-locale="auto">
</script>
我的问题是如何在点击https://api.stripe.com/v1/tokens
后显示Blue Payment Button
返回的错误。
任何链接或代码段。
感谢