Create a payee
Payees
Create a payee
POST
Create a payee
Documentation Index
Fetch the complete documentation index at: https://docs.withacclaim.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
First name
Required string length:
1 - 255Example:
"John"
Last name
Required string length:
1 - 255Example:
"Doe"
Required string length:
1 - 255Required string length:
1 - 255Required string length:
1 - 255E.164 formatted phone number
Type of legal entity
Available options:
Individual, Company Custom identifier for the payee
Required string length:
1 - 50Maximum string length:
20Optional metadata as key-value pairs
Example:
{ "custom_field": "value", "source": "api" }Response
Payee created.
Example:
"pyee_KfIuLz83Ya"
Example:
"John"
Example:
"Doe"
Example:
"PYEE-2025-001"
E.164 formatted phone number
Available options:
Individual, Company Example:
"Individual"
Example:
true
Current status of the payee based on information completeness and active state
Available options:
Active, MissingInfo, Inactive Example:
"Active"
BCP 47 language tag (e.g. en, en-US)
Maximum string length:
20Optional metadata as key-value pairs
Example:
{ "custom_field": "value", "source": "api" }Last modified on May 26, 2026