🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/payout-requests \
--header 'Authorization: Bearer <token>'{
"data": {
"payout_requests": [
{
"id": "claim_1",
"affiliate_customer_id": "cus_1",
"affiliate_link_id": "alink_1",
"affiliate_code": "creator",
"affiliate_email": "[email protected]",
"affiliate_name": "Creator",
"status": "pending",
"amount": 12,
"currency": "USD",
"payout_asset": "USDT",
"payout_network": "TRON",
"payout_address": "TQ2nBylQp1n7hT8t9r3V7A4C6X9K1M2P3Q",
"note": "Weekly payout",
"created_at": "2026-03-15T10:00:00.000Z",
"updated_at": "2026-03-15T11:00:00.000Z",
"completed_at": null,
"rejected_at": null,
"cancelled_at": null
}
],
"page": 1,
"limit": 25,
"total": 1
}
}Developer API operation for GET /dev/v1/affiliates/payout-requests.
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/payout-requests \
--header 'Authorization: Bearer <token>'{
"data": {
"payout_requests": [
{
"id": "claim_1",
"affiliate_customer_id": "cus_1",
"affiliate_link_id": "alink_1",
"affiliate_code": "creator",
"affiliate_email": "[email protected]",
"affiliate_name": "Creator",
"status": "pending",
"amount": 12,
"currency": "USD",
"payout_asset": "USDT",
"payout_network": "TRON",
"payout_address": "TQ2nBylQp1n7hT8t9r3V7A4C6X9K1M2P3Q",
"note": "Weekly payout",
"created_at": "2026-03-15T10:00:00.000Z",
"updated_at": "2026-03-15T11:00:00.000Z",
"completed_at": null,
"rejected_at": null,
"cancelled_at": null
}
],
"page": 1,
"limit": 25,
"total": 1
}
}