Affiliate Payouts
List Payout Requests
Returns the shop's affiliate payout requests, newest first.
get/v1/shops/{shopId}/affiliate-payouts
Request body
Response
Example response
{
"current_page": 1,
"data": [
{
"id": 1,
"shop_id": 1,
"shop_customer_id": 1,
"amount": 25,
"status": "pending",
"payout_details": "PayPal: customer@sellauth.test",
"seller_note": null,
"processed_by": null,
"processed_at": null,
"created_at": "2026-09-04T21:06:20.000000Z",
"updated_at": "2026-09-04T21:06:20.000000Z",
"shop_customer": {
"id": 1,
"email": "customer@sellauth.test",
"affiliate_code": "PARTNER10",
"affiliate_balance": "0.00"
}
}
],
"first_page_url": "http://api.sellauth.test/v1/shops/1/affiliate-payouts?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://api.sellauth.test/v1/shops/1/affiliate-payouts?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://api.sellauth.test/v1/shops/1/affiliate-payouts?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://api.sellauth.test/v1/shops/1/affiliate-payouts",
"per_page": 20,
"prev_page_url": null,
"to": 1,
"total": 1
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.