cURL
curl --request GET \ --url https://api.ledger.so/v1/transactions/{transactionId}/receipt \ --header 'Api-Key: <api-key>'
{ "object": "receipt", "transactionId": "<string>", "url": "<string>", "mimeType": "<string>", "uploadedAt": 123 }
Get the receipt attached to a transaction.
API key for authentication. Get your key from the Dashboard.
The transaction ID
Receipt details
receipt
URL to access the receipt
MIME type of the receipt
Unix timestamp when receipt was uploaded