#victoria-customer

1 messages · Page 1 of 1 (latest)

fair merlin
#

Hi there! There are a few ways to do this, but it usually comes down to however you are storing the data in your database. Most folks store an internal ID alongside the Stripe Customer ID in order to associate them. You can even set that internal ID as metadata on the Customer if you so desire.

quaint mason
#

oh, nice! i will store this id, this make it very easier

#

Thank you!!