#Stormriderstudio

1 messages · Page 1 of 1 (latest)

halcyon edgeBOT
wintry vapor
#

There's no way to prevent address collection depending on the selected shipping option unfortunately

stark bone
#

Okay, looks like it's something I should handle best on my site before sending to stripe then, and include whether to collect address or not.
Worth checking though, you never know what gems you guys have put together 🙂

wintry vapor
#

Yeah, it'a valid feedback! I'll relay

stark bone
#

ty, can I ask 1 really quick simple question in addition?

#

I'm a webdev working for clients, for the checkout I need the sk (secret key). What are the pk (private keys) used for - anything I'm missing or should be aware of?

wintry vapor
#

Publishable keys are mostly redundant in a Checkout integration. You'd use it with Stripe.js if building a Payment Element integration

stark bone
#

ah right, so sk is for back end communication and pk is for anything web users might see. gotcha

#

thanks my dude

wintry vapor