curl --request GET \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payout/edd/list \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"count": 1,
"next": null,
"previous": "<url>",
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "PROCESSING"
}
]
}
}Lists all edd records. Applicable filters - id, customer_id, status
curl --request GET \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payout/edd/list \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"count": 1,
"next": null,
"previous": "<url>",
"results": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "PROCESSING"
}
]
}
}| API Status Code | Response | Reason |
|---|---|---|
| 500 | Internal Server Error. | Internal Server Error |
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64