Affiliate Payouts
List Payout Requests
Returns the shop's affiliate payout requests, newest first.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalstatusstringValue in:
"pending" | "paid" | "rejected" | "cancelled"perPageintegerMust be at least 1. Must not be greater than 100.
Path Parameters
shopIdRequiredintegerThe shop ID.
Pay Payout Request
Marks a pending payout request as paid. The seller pays the affiliate outside of SellAuth (per the payout details) and confirms here.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
payoutRequestIdRequiredintegerThe payout request ID.
Reject Payout Request
Rejects a pending payout request and refunds the amount to the affiliate balance.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalseller_notestringOptional note shown to the affiliate.
Path Parameters
shopIdRequiredintegerThe shop ID.
payoutRequestIdRequiredintegerThe payout request ID.