markin: is there a Stripe documented way to request billing or shipping addresses?
just out of curiosity
markin
Billing and Shipping Addresses in Checkout used to be supported, The reasoning behind removing shipping address is that it tends to make more sense to collect that information before you display the Stripe checkout window (that way you can check that you can actually ship somewhere, verify shipping cost, etc).
but the new checkout (v3) prefers Zip code to billing address
brettporter has quit
deegill joined the channel
dozn_ is now known as dozn
TheBurt_ joined the channel
wsmoak
markin: I notice that there are address fields attached to the card, not the customer … was it always like that?
Mr_Tac joined the channel
markin
because the billing address is for the card, if I have multiple credit cards they can have different billing address (like my personal has my house address, work has my work address, another has a PO box, etc)
shipping address never gets stored in stripe
TheBurt_ has quit
drale2k has quit
drale2k joined the channel
rburton- joined the channel
cjackson_ is now known as cjackson
taiden
markin: is it possible to take orders with shipping addresses with nothing more than an html form & stripe?
markin
taiden: you need some sort of backend
brettporter joined the channel
brettporter has quit
brettporter joined the channel
(for any stripe thing you need some sort of backend)
taiden
markin: I went from trying to modify the Stripe Store to fit my needs to just building something basic
but this appears to be above my skill level
brettporter has quit
markin
making a php site is pretty easy, wsmoak has a guide on how to do it, I've been wanting to create a blog post about it