Get payer by ID

View as Markdown
Retrieve a specific payer by their unique identifier. Returns complete payer information including all profile data and timestamps. ## Response The response includes: - Unique payer ID - Contact information (name, email) - Complete address information - Metadata associated with the payer - Creation and last update timestamps

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

payer_idstringRequiredformat: "uuid"

Response

Payer retrieved successfully
dataobject
warningstring or null