curl --request GET \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/limits/{customer_id} \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"daily_limit": 20000,
"available_limit": 10000,
"payment_method_limits": {
"per_transaction_limit": {
"UPI": 10000,
"IMPS": 10000
},
"total_available_limit": {
"UPI": 10000,
"IMPS": 10000
}
},
"full_limit_reset_timestamp": "2024-03-13T10:00:00Z",
"is_edd_required": false,
"is_limit_increase_available": true
}
}Payin limits for the customer
curl --request GET \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/limits/{customer_id} \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>'{
"status": true,
"message": "Success",
"data": {
"daily_limit": 20000,
"available_limit": 10000,
"payment_method_limits": {
"per_transaction_limit": {
"UPI": 10000,
"IMPS": 10000
},
"total_available_limit": {
"UPI": 10000,
"IMPS": 10000
}
},
"full_limit_reset_timestamp": "2024-03-13T10:00:00Z",
"is_edd_required": false,
"is_limit_increase_available": true
}
}| API Status Code | Response | Reason |
|---|---|---|
| 400 | Customer not found or access denied | Customer not found |
| 400 | Customer not found or access denied | Customer does not belong to the organization |
| 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
Customer's unique identifier