Skip to main content
GET
/
transactions
/
{transaction_id}
Get Transaction
curl --request GET \
  --url https://api.zopay.cash/connect/v1/transactions/{transaction_id} \
  --header 'Authorization: Bearer <token>'
{}
Single transaction by id. Cross-tenant access collapses to 404. A partner trying to fetch another partner’s transaction id (whether by guessing or by accident) sees the same response as a non-existent id, so the existence of rows under other tenants is not leakable.

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Headers

authorization
string | null

Path Parameters

transaction_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get Transaction Transactions Transaction Id Get · object.