curl "https://api-eu.sulpayments.ch/v1/payouts?status=done&from=2026-04-01" \ -H "Authorization: Bearer {token}"
{ "payouts": [ { "id": 1234, "partner_code": "PIX-001", "value": 1000.00, "fee": 1.50, "tax": 0.00, "payment_type": "pix", "kind": "personal", "total": 998.50, "status": "done", "fee_payer": "merchant", "claimed_at": "2026-04-15T10:00:00Z", "paid_at": "2026-04-15T10:00:05Z", "provider": "zrobank" } ], "total_pages": 5, "current_page": 1, "per_page": 30 }
Search payouts with filtering, sorting and pagination
Bearer {token}
claimed
processing
done
error
created_at
updated_at
paid_at
asc
desc
200