#malcaino

1 messages · Page 1 of 1 (latest)

hollow anchorBOT
muted vigil
#

Hi 👋

Unfortunately since Payment Links are not specific to a Customer, this will cause duplicate Customer creation even when emails are the same.

If you know the Customer ahead of time you could use Checkout Sessions to create a Customer specific checkout flow that would avoid duplication.

errant rose
#

thanks!. Do you know if it's possible to create a checkout session out of a payment link id ?

muted vigil
#

Payment Links are an asbtraction that sits on top of Checkout Sessions. They are easier to create and re-use but they offer less customization

#

Checkout Sessions are a lower layer of the API. More complex but more configurable

errant rose
#

thanks a lot!