Skip to main content
GET
List Payouts
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"

Query Parameters

page
number
Page number for paginationExample: 1
limit
number
Number of records per pageExample: 10

Response

status
string
required
Example: "success"
message
string
required
Example: "success"
data
object
required
Paginated payout records

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

Query Parameters

page
integer
limit
integer

Response

200 - application/json

Paginated list of payouts

status
string
message
string
data
object