#Demigod
1 messages · Page 1 of 1 (latest)
Hi there. Email receipts use the email set on the customer object: https://stripe.com/docs/api/customers/object#customer_object-email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Mh, we aren't using the customer objects.
We just create payments with all necessary information except customer
Gotcha. You also can specify a receipt email: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-receipt_email
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ha! That is what I'm looking for.. Thank you very much!