#sm-pi-receipt

1 messages · Page 1 of 1 (latest)

dull terrace
#

Hey! Can you clarify what you mean by 'receipt name'?

plucky pollen
#

Thanks. I meant client name on the receipt.

#

I want to specify the name of the person who paid.

dull terrace
#

That's not possible with our receipts I'm afraid

plucky pollen
#

OK, thank you for your quick response!

dull terrace
#

What's the use case exactly? You could switch to invoicing which includes full customer details

plucky pollen
#

My use case is following two.

  1. Online payment
  2. Online subscription
#

And I won't use Stripe Connect.

dull terrace
#

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

plucky pollen
#

Oh, thanks.
So I can set the name for the subscription customer.

#

Thanks. I'll try that.

dull terrace
#

Yep, you'd need to create the Customer object to pass when creating the Subscription

plucky pollen
#

Thank you! I'll read it.