Skip to main content
GET
/
api
/
v1
/
export
/
transaction_receipt
/
{transaction_id}
Get transaction receipt PDF download link
curl --request GET \
  --url https://api.hevn.finance/api/v1/export/transaction_receipt/{transaction_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

transaction_id
string
required

Response

Successful Response

The response is of type Response Get Transaction Receipt Pdf Api V1 Export Transaction Receipt Transaction Id Get · object.