Is there a way to get a receipt for a completed order? The Get Order API will get the order details, but I’m looking to get a copy of the receipt printed (or emailed) for an order.
The receipt_url is included in the payment response. So You’ll need to use the Payments API to get the payments to get the receipts.
Thanks! Not sure how I missed that.