#codemango
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we don't have a prebuilt feature for printing receipts that I'm aware of, but you may be able to build one.
On the Charge object that is related to a Payment Intent, there is a receipt_url field that contains a link to the receipt for the Charge and I believe you could build a process to retrieve and print those.
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I wouldn't expect that to work well if you're envisioning a more traditional receipt printed on thin receipt paper, for that I think you would need to build a full custom solution or integrate a third-party solution.
hmm ya I want the traditional receipt on thin paper type of deal, also want it to work with cash payments. I didn't know if yall had a printer terminal that worked well with the pos. Guess ill look into third party printers that have an api. Do you know any by chance?
Stepping in. I do not and I'll share this feedback to the team for future product reiterations for the ability to easily print receipts after the transaction.