#McRenald

1 messages · Page 1 of 1 (latest)

dense charmBOT
midnight epoch
#

hello! I assume you're using Payment Links?

#

There is no prebuilt deduplication functionality to avoid creating multiple Customer objects based on email address for Payment Links.

If you want to deduplicate customers, you're going to use Checkout Sessions and build your own logic

granite cedar
#

Somethings strange is when I POST to /payment_links to create a link, the return contains that "customer_creation": "if_required"

#

I understood that this property is not managed on PaymentLinks api, isn't?

midnight epoch
granite cedar
#

Yes this param exists but is forbidden for subscription

midnight epoch
#

Sorry, i'm a bit confused - there's no way to prevent a new customer from being created with the same email address with Payment Links. If you're making payment via the Dashboard - if a customer already exists, you can select that customer id

#

Stripe will not check if a customer with that email address already exists before creating a new Customer object

granite cedar
#

I'm only using API to create payment links.

#

Do you plan to prevent creating a new customer if a customer already exists with the same email?

midnight epoch
#

it's something we're planning to work on but there's no timeline which i can share

granite cedar
#

I will have a look to Checkout Session. It is working in a native mobile app?

midnight epoch
#

do you mean if it can be opened in a web browser?

granite cedar
#

My bad, forget it, I already using PaymentLinks in web browser.