#stephendolan
1 messages · Page 1 of 1 (latest)
This corresponds to the customer_creation option if_required rather that always:
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-customer_creation
Not sure how the dashboard settings map to this, but I suspect "keep their details" is changing this either implicitly or explicitly
Hmmm, yeah the Pricing Table embed doesn't seem to actually have that option. There's no sneaky additional attributes not mentioned in the docs for the <stripe-pricing-table> web component are there? Because I'm using the pricing table, I don't have a way to hook into the payment link API (that I'm aware of)
Can you share an example payment ID?
Sure! This is a payment that originated from the pricing table that created a Guest: pi_3ODC4MIR1g1IXgNe05vuMNtC
It seems like this option is not available for pricing table configurations for one time payments
Subscription creation though always requires a customer
I can share feedback about wanting to have full customer creation for one time payments via Pricing Table
But I don't see a way to enable that currently
Darn 😦 Yeah, having that would be nice since most people who use my pricing table end up making multiple one-time purchases (these are for coaching/consulting sessions)
I was digging through the API docs and couldn't find a way to convert a Guest -> Customer. Is that understanding correct?
No, that's not possible