Skip to main content
GET
Get Payout
Auth method: Signed (HMAC) — this endpoint requires the full set of signed headers: x-access-id, x-request-id, x-timestamp, and an HMAC-SHA256 authorization signature. See Authentication.

Headers

x-access-id
string
required
Your API access ID provided by TenderExample: "your-access-id-here"

Path Parameters

id
string
required
The unique payout IDExample: "66aec7de809b7f45c42a49f9"

Response

status
string
required
Example: "success"
message
string
required
Example: "success"
data
object
required
The payout record

Authorizations

authorization
string
header
required

Signed (HMAC) authentication. Required headers: x-access-id, x-request-id (UUID v4), x-timestamp (ISO 8601), and authorization (Base64 HMAC-SHA256 signature of {timeStamp, requestId, accessId} using your access secret).

Headers

authorization
string
required
x-timestamp
string<date-time>
required
x-request-id
string<uuid>
required
x-access-id
string
required

Path Parameters

id
string
required

Response

Payout record

status
string
message
string
data
object