#Ender1776 [syndicate]

1 messages · Page 1 of 1 (latest)

neat kayakBOT
worthy prawn
tribal hatch
#

req_tsGWFO9Qz73jbE

worthy prawn
tribal hatch
#

sorry for the confusion, but how does this flow work for react native (custom UI with cardfield). All the docs jump from paymentIntent to createPayment or createSubscription to createPayment, I don't see any examples in the subscription flow with checkout sessions

worthy prawn
#

The checkout page is a web page, so you might want to embed a webview in your react native app for your customer to complete the checkout flow.

tribal hatch
#

that is not what we want though, is there no way to do this without jumping to stripe? I can do normal payments and sub payments all in RN with the nodeJS API and RN stripe SDK. Are you saying there is no way to create a subscription with shipping and confirm payment this way without leaving our application?

worthy prawn
#

As I explained earlier, the Subscription APIs doesn't accept a shipping rate object.

tribal hatch
#

yeah, I saw that, but I assume there must be a way to lead a customer through the reoccurring sub flow with an item and shipping without having to leave the app

worthy prawn