#Fowad

1 messages · Page 1 of 1 (latest)

scenic abyssBOT
analog jay
#

Hello! That's something you would need a developer to help you build.

carmine thunder
#

For sure, I'm a developer

analog jay
#

What specific part are you stuck on?

carmine thunder
#

I have it setup to accept a one time payment but am struggling to let it accept a subscriptoin

#

Any chance I can get on a quick call with ya to hash it out?

analog jay
#

No, we can't do a call, but I can help you here. What is "it"?

carmine thunder
#

so here's the flow

#

I populate my DB, auth and stripe

#

(its not a self serve sign up workflow)

#

On the first sign in, the user should be met with a paywall

#

prompting them to sign up for a subscriptoin

#

i have it set up like that on the react web side

#

but on the react native mobile side i only have it set up to accept a one time payment

#

it needs to be a subscription

#

does that make sense?

analog jay
#

Yep. So what's blocking you from moving forward?

carmine thunder
#

i dont know how to make it a subscription instead of a one time payment

#

any idea?

analog jay
#

Not sure that we have a React Native guide specifically, one sec...

carmine thunder
#

yeah a react native guide would be awesome. I'm kinda struggling to figure out how to do the same thing I did for web via react native

analog jay
#

Instead of the Payment Element on the web parts you would use the PaymentSheet in React Native instead.

carmine thunder
#

Hmmmm

#

payment_behavior: 'default_incomplete',
on a subscription is something i didn't know i could do.

#

let me investigate

#

thanks brother

analog jay
carmine thunder
#

Okay will do