Get payee by ID

View as Markdown
Retrieves a specific payee by their unique identifier. **Path Parameters** | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `payee_id` | UUID | Yes | Unique identifier of the payee to retrieve | **Success Responses** | Status Code | Description | |-------------|-------------| | 200 | OK - The payee 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 | PAYEE_NOT_FOUND | The specified payee was not found |

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

payee_idstringRequiredformat: "uuid"

Response

Payee retrieved successfully
dataobject
warningstring or null