Skip to main content
GET
Get the public tracking link of a transaction

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

kind
enum<string>
required

Transaction family.

Available options:
payout,
payin,
payin_refund,
transfer,
crypto_withdrawal,
crypto_deposit,
swap,
card_purchase,
banking_operation,
wallet_send,
wallet_deposit
id
string
required

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.

Last modified on August 22, 2026