Receipts
Fetch a Receipt
Retrieve the details of an existing Receipt.
get/receipts/{receipt_id}
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Response
A single Receipt
Example response
{
"additional_details": [
{
"name": "Invoice Number",
"value": "4FEBVZP0-0002"
}
],
"amount": 5000,
"customization_details": {
"subheader_attributes": [
{
"name": "PO Number",
"value": "PO-12345"
}
],
"summary_sections": [
{
"name": "Payment Instructions",
"value": "Make a payment using our online portal."
}
],
"footer_sections": [
{
"name": "Return Policy",
"value": "30-day return window with receipt. No refunds on clearance items. Exchanges allowed within 14 days."
}
]
},
"items": [
{
"item_details": {
"commodity_code": "175-62-20",
"cost_per_unit": 500,
"merchant_product_code": "1149611",
"unit_of_measure": "BX"
}
}
]
}