#sm-pi-receipt
1 messages · Page 1 of 1 (latest)
Thanks. I meant client name on the receipt.
I want to specify the name of the person who paid.
That's not possible with our receipts I'm afraid
OK, thank you for your quick response!
What's the use case exactly? You could switch to invoicing which includes full customer details
My use case is following two.
- Online payment
- Online subscription
And I won't use Stripe Connect.
Sure, so with subscriptions you'd use Billing which creates invoices for the recurring payments (that would include all customer related info including name etc)
The one-time payments do not right now though
Oh, thanks.
So I can set the name for the subscription customer.
Thanks. I'll try that.
Yep, you'd need to create the Customer object to pass when creating the Subscription
Thank you! I'll read it.