cURL
Payout Order
Fetch Payout History
Fetch filtered list of payouts
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
| API Status Code | Response | Reason |
|---|---|---|
| 500 | Internal Server Error. | Internal Server Error |
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Query Parameters
Filter payouts by status (e.g., SUCCESS, FAILED, PROCESSING)
Example:
"SUCCESS"
Filter payouts by customer ID
Example:
"dfd8db74-2fbb-46d1-9a93-b90f156e13b4"
Filter payouts created on or after this date (YYYY-MM-DD). Must be used together with end_date.
Example:
"2025-01-01"
Filter payouts created on or before this date (YYYY-MM-DD). Must be used together with start_date.
Example:
"2025-01-31"

