#RafaCitec

1 messages · Page 1 of 1 (latest)

coarse raft
#

What's the Q?

reef night
#

hello

#

I am creating a session portal

#

with this instructions

#

in a line I need CUSTOMER_ID and I don't know how get

#

easy way

coarse raft
#

Do you have any existing Customer objects?

reef night
#

no

#

I have created previously

#

for other tasks...

#

checkout session

#

and webhook

#

but I haven't any function or method to manage customers

coarse raft
#

Generally you'd persist those IDs against users in your own database

#

And then when they authenticate, the cus_xxx ID is available in your app session

reef night
#

Ok

#

I can save the customer_id in my persist data

#

customers/search I "save" like Plan B

#

Thanks