#jerrick
1 messages · Page 1 of 1 (latest)
Not sure how, do you have a Doc you are following? Don't think Stripe have such a Doc
Stripe has an iOS SDK.. so that's helpful.
but what i'm trying to do is pull down the inventory from squarespace, present it in the app, make an order and have Stripe be the payment processor.
here is the Stripe iOS documentation --> https://stripe.dev/stripe-ios/documentation/stripe/
You would want this instead https://stripe.com/docs/payments/accept-a-payment?platform=ios
But yeah when you want to make a payment, display the PaymentSheet here
It could be separated with what you do to embed SquareSpace
This is helpful. I'm still trying to figure out how to connect the flow to SquareSpace.
using this Api here --> https://developers.squarespace.com/commerce-apis/orders-overview
but to use it on mobile and integrate it with stripe
Thanks!