#jepezi-pm-error

1 messages · Page 1 of 1 (latest)

vestal night
#

Hi there! Can you share the request ID for that error?

leaden timber
#

req_aDO9sxe6ZrP8Kk

vestal night
#

Thanks looking

#

Looks like you have your Customers mixed up

#

The PaymentMethod is attached to cus_Ly8nZK8Kc34keD

#

That Sub is for cus_LQB4zfeO5ozU5w

leaden timber
#

Ohh

#

you're right. thanks heaps!!

#

what's best practice when dev with same email address? should i delete all stripe customers every time i sign up on frontend to prevent this?

vestal night
#

Are you authenticating Customers on your site?

leaden timber
#

yup

vestal night
#

Then yeah I'd check if there is already a Customer ID with that email when you authenticate and then not create a new one and use that Customer ID for that session.

#

So basically de-duplicate up front

leaden timber
#

cool thanks for the tip. i gotta track down this bug. good day!