latestOpenAPI 3.0.22026-08-221303972.2 MB
7919e33b4853
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
{
"amount": 5000,
"items": [
{
"item_details": {
"commodity_code": "175-62-20",
"cost_per_unit": 500,
"merchant_product_code": "1149611",
"unit_of_measure": "BX"
}
}
]
}