Get payin by ID
Retrieves detailed information about a specific payin by its unique identifier. This endpoint returns the complete payin object including current status and payin metadata.
**Path Parameters**
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `payin_id` | UUID | Yes | Unique identifier of the payin to retrieve |
**Success Responses**
| Status Code | Description |
|-------------|-------------|
| 200 | OK - The payin was successfully retrieved |
**Error Responses**
| Status Code | Error Code | Description |
|-------------|------------|-------------|
| 401 | AUTHENTICATION_ERROR | Authentication credentials are invalid or missing |
| 403 | AUTHORIZATION_ERROR | You do not have permission to perform this action |
| 404 | PAYIN_NOT_FOUND | The specified payin was not found or doesn't belong to your entity |
Authentication
x-api-keystring
RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.
Path parameters
payin_id
Response
Payin retrieved successfully
data
Response model for payin operations.
warning
Errors
404
Not Found Error