Create a new payer
Create a new payer in the system.
A payer is an entity that sends money to your platform via ACH debit transactions. Each payer must have a unique email address within your organization.
## Required Information
When creating a payer, you must provide:
- **Email**: Must be unique within your organization
- **Name**: Full name of the payer
## Response
Returns the newly created payer object with:
- Unique payer ID
- All provided information
- Timestamps for creation and last update
Authentication
x-api-keystring
RootPay API key sent in the x-api-key header. Keys are environment-scoped: live_* for production, test_* for sandbox.
Request
This endpoint expects an object.
name
email
country_code
country_sub_division
State, province, or country subdivision
city
City or town name
address_line
Street address, building number, postal code, etc.
postal_code
Zip or postal code
metadata
Response
Payer created successfully
data
warning