List Payouts
Payouts
List Payouts
Retrieve all payouts for your merchant account with pagination
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
string
required
Your API access ID provided by TenderExample:
"your-access-id-here"Query Parameters
number
Page number for paginationExample:
1number
Number of records per pageExample:
10Response
string
required
Example:
"success"string
required
Example:
"success"object
required
Paginated payout records
Authorizations
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).