#elhajj

1 messages · Page 1 of 1 (latest)

static geyserBOT
broken stump
#

Hi there

#

Sounds like you want Payment Links plus the Customer Portal

#

This would require redirecting outside your mobile app though

onyx ledge
#

yes, but I dont want the customer to go and create new user and ... outside my app

broken stump
#

Yeah then that's not possible with no-code

onyx ledge
#

ok, I think there is a misunderstanding

#

I have done the simulation on the dashboard for subscription lifecycle

#

but I want to know if I can do everything from my app (using stripe api)

#

as an example:
can I add customers via api and can I relate those customers to my customers in my database

#

what is the relation between customer in stripe and in my db

broken stump
#

Oh yeah absolutely

#

So you likely want to set a UUID for your Customer in your DB and then align that with the Customer ID within Stripe

#

You can use metadata within Stripe to align these.

#

Or, if you want to, you can just use the Customer ID itself as the UUID as that is a unique ID