#davidski42

1 messages ยท Page 1 of 1 (latest)

spiral roseBOT
spiral turtle
manic depot
#

That then requires tracking for consent in two different places though, right? One in the custom fields for Payment Links and one in the standard consent locations if using full checkout functionality.

spiral turtle
manic depot
#

It's the same event, but the data will be in different parts of the checkout session structure, no?

#

I'm trying to keep the back end logic simple.

spiral turtle
#

It's the same event, but the data will be in different parts of the checkout session structure, no?
No it's the same part

#

if you are using PaymentLinks with custom fields

manic depot
#

Really? If I create a custom field in a paymentlink, that's going to go into custom_fields right? And if a customer goes through a different flow, their consent will go into consent_collection, right?

#

Yeah. That's what I was looking for. ๐Ÿ™‚

spiral turtle
#

In taht case use custom fields for both flows (PaymentLinks and Checkout)

#

and don't use consent_collection field

manic depot
#

But then I don't get the nice Stripe functionality for prompting, including privacy aware auto-opt in.

spiral turtle
#

Yes unfortunately you can't.

manic depot
#

Phooey. Okay. Thanks for the confirmation!

spiral turtle
#

However what you can do is to create your own Web Link (same as Stripe PaymentLinks) which behinds creates a Checkout Session (with the consent_collection option) for each time a customer access your web link

manic depot
#

Sure. That kinda defeats the point of having nocode paymentlinks though. ๐Ÿ˜‰