Get the public tracking link of a transaction
Returns the shareable public tracking link of any transaction in your read scope, without downloading the receipt PDF — the building block for a “Share link” button in your UI. The code is the same HMAC-signed, deterministic code printed as a QR on every receipt, so calling the endpoint twice for the same transaction always returns the same link, and anyone who receives the link can follow the operation on the public tracking page (GET /v1/public/track/{code}, Wise-style: timeline, receipt PDF download, three languages). Available to the account itself (API key or member session), to org admins and to platform admins — the same read scope as receipts. A transaction outside your scope (or an unknown kind) answers 404, never 403: existence is never leaked.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
Transaction family.
payout, payin, payin_refund, transfer, crypto_withdrawal, crypto_deposit, swap, card_purchase, banking_operation, wallet_send, wallet_deposit Transaction identifier — the same id returned by the product endpoints and webhooks of the chosen kind.
Response
The public tracking link and its signed code.