Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.decodahealth.com/billing/payment/{payment_id}/receipt/items \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "itemName": "<string>", "quantity": 123, "pricePerItem": 123, "description": "<string>", "chargeId": "<string>", "discountReason": "<string>", "discountAmount": 123, "discountPercentage": 123, "unit": "<string>", "itemType": "<string>" } ]
The tenant you are making this request on behalf of
Your api key
Successful Response