v1
latestOpenAPI 3.0.22026-08-061303782.1 MBReceipts
Create a Receipt
Create a Receipt resource to generate a receipt for a Transfer or Authorization. Receipts are supported for DEBIT and REVERSAL transfers, as well as CREDIT transfers from unreferenced refunds.
Include basic details such as total amount, buyer billing information, merchant name, and contact info.
Optionally, provide:
- an amount_breakdown of charges like subtotal, shipping, and surcharges
- an items list with product name, description, price, and quantity
- include additional_details as an array of key-value pairs to capture extra metadata, such as "Invoice Number" or "Service Date".
post/receipts
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Response
A single Receipt
Example response
{
"amount": 5000
}