#prycellek1992
1 messages · Page 1 of 1 (latest)
👋
is there a way to setup this details while purchasing subscription?
I mean on stripe subscription purchase screen
How do you create the subscription?
by Session service
You mean Checkout Session?
Looks like you can pass some custom fields for the invoice when creating the Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-invoice_creation-invoice_data-custom_fields-name
Wait you can discard my previous message.
ok
Sur Checkout Session in Subscription mode, you could pass an existing customer ID. And set the correct name on that Customer object, and this name will be displayed on the invoice.