#krut4rth
1 messages · Page 1 of 1 (latest)
Stripe terminal doesn't provide printing a receipt, but it supports emailing the receipt: https://stripe.com/docs/terminal/features/receipts
Or you can print the receipt by yourself
How do you suggest to print receipt by yourself?
Once the payment is completed, you may retrieve the receipt URL with Payment Intent retrieval API by expanding latest_charge, then download the receipt and print it in your own printer
okay, thanks. Issue is resolved, you may close the thread.