cURL
Payin Order
Fetch Payin History
Fetch filtered list of payins
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 payins by status (e.g., SUCCESS, FAILED, PROCESSING)
Example:
"SUCCESS"
Filter payins by customer ID
Example:
"dfd8db74-2fbb-46d1-9a93-b90f156e13b4"
Filter payins created on or after this date (YYYY-MM-DD). Must be used together with end_date.
Example:
"2025-01-01"
Filter payins created on or before this date (YYYY-MM-DD). Must be used together with start_date.
Example:
"2025-01-31"

