# Receipts
The `Receipt` resource generates a receipt for [Transfers](#Transfers) or [Authorizations](#Authorizations). You can then send the `Receipt` via Email, SMS, or use the information from the `Receipt` to send it yourself.
Related Guides: [Receipts for Online Payments](/guides/online-payments/payment-features/sending-receipts)
## Create a Receipt
- [POST /receipts](https://docs.finix.com/api/bundled/receipts/createreceipt.md): Create a resource to generate a receipt for a Transfer or Authorization.
### Basic Details
A should include basic details, such as the total amount, buyer billing information, merchant name, and contact information.
### Additional Details
You can provide additional details on the as described below.
#### Include a breakdown of charges
You can provide a breakdown of the additional charges/fees () that add up to the total amount, such as subtotal, shipping amount, or surcharge.
#### Display an itemized product list
You can provide details of the products in the order (), including product name, description, price, quantity, etc., for each item in this order.
#### Include Additional Details
You can provide additional details to be included on the receipt such as "Invoice Number", "VIN", "Service Date", or "Technician".
## Fetch a Receipt
- [GET /receipts/{receipt_id}](https://docs.finix.com/api/bundled/receipts/getreceipt.md): Retrieve the details of a previously created .
## Create a Delivery Attempt
- [POST /receipts/{receipt_id}/delivery_attempts](https://docs.finix.com/api/bundled/receipts/createreceiptdeliveryattempt.md): Create a on an existing resource.
## List Delivery Attempts for a Receipt
- [GET /receipts/{receipt_id}/delivery_attempts](https://docs.finix.com/api/bundled/receipts/listreceiptdeliveryattempts.md): Whenever a receipt is sent, a resource is created. Use this endpoint to retrieve a list of delivery attempts for a specific .