recursive flag needed).RefundReceipt member. Only refund-receipt documents are returned here; an id belonging to another document type returns 404 Refund Receipt not found — use that type's own single-resource endpoint instead.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/refund_receipts/6031.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"RefundReceipt": {}
}
}