Skip to main content
GET
/
transactions
/
{id}
/
receipt
Get Transaction Receipt
curl --request GET \
  --url https://hg.cash/api/v1/transactions/{id}/receipt \
  --header 'Authorization: Bearer <token>'
{
  "signedUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hg.cash/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User API authentication token with format: cash_<64-char-hex>

Example: cash_16cdc3b6f83c72d9d2680adca4f430962981f6bf32613a129dded0aa060387d2

Path Parameters

id
string<uuid>
required

Transaction ID (the actual bank transaction, not the request)

Response

Signed URL to download the receipt PDF

signedUrl
string<uri>
required

Temporary signed URL to download the receipt PDF (expires in 1 hour)