200 | OK | Request succeeded |
201 | Created | Resource created successfully |
400 | Bad Request | Missing required fields, invalid parameter values, or malformed request body |
401 | Unauthorized | Missing or invalid x-api-key or x-api-user headers |
403 | Forbidden | Your API key does not have permission for this action |
404 | Not Found | The requested resource does not exist |
409 | Conflict | A conflicting request is already in progress (e.g., a pending ramp request for the same user) |
422 | Unprocessable Entity | The request is well-formed but cannot be processed (e.g., insufficient balance, KYC not completed) |
429 | Too Many Requests | Rate limit exceeded. Back off and retry. |
500 | Internal Server Error | Something went wrong on Partna’s side. Contact support if this persists. |
503 | Service Unavailable | The service is temporarily unavailable (e.g., rate service down). Retry after a short delay. |