#vladver-receipts-one-time-purchase
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think there's a way to customize this at the moment
Let me check if there are any workarounds
Thanks ๐ let me know
yeah not seeing anything that'd help here
you could try experimenting with receipt_email parameter but not sure that'd work here https://stripe.com/docs/api/payment_intents/create#create_payment_intent-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.
as a follow-up to this, how can I obtain the receipt number ? (if i don't send receipts automatically)
hmm let me check
you can get the number from the charge object
This is livemode only though
https://stripe.com/docs/api/charges/object#charge_object-receipt_number
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh wait
It says This attribute will be null until a receipt has been sent.