Get receipt for a completed order?

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.

:wave: 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. :slightly_smiling_face:

Thanks! Not sure how I missed that.