Of course the Stripe Checkout option fields: data-currency; data-panel-label; data-shipping-address ….
The simplicity is great but Stripe’s engrossed in multi-currency and being able to add billing or shipping to the form does not lose it’s simplicity, but allows for shipping or delivery of items.
For now, anyone can of course use their form code:
<form action=”/charge” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”pk_test_CiG057rxsxyqep3RwqAhfjVX”
data-image=”/square-image.png”
data-name=”Demo Site”
data-description=”2 widgets ($20.00)”
data-amount=”2000″>
</script>
</form>
But there are a couple options that would be great!
– Mike