Update a payer
Payers
Update a payer
PATCH
Update a payer
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.
Path Parameters
ID of the payer.
Body
application/json
Required string length:
1 - 255Required string length:
1 - 255Required string length:
1 - 255Full name (overrides given_name/family_name if provided)
Required string length:
1 - 255Required string length:
1 - 255E.164 formatted phone number
Required string length:
1 - 50Required string length:
1 - 100Optional metadata as key-value pairs
Example:
{ "custom_field": "value", "source": "api" }Response
Updated payer.
Example:
"pyr_AbC123XyZ"
Example:
"PAYER-2025-001"
Full name for individual or business name
Example:
"John Doe"
Example:
"John"
Example:
"Doe"
Example:
"Acme Corp"
Example:
"john.doe@example.com"
E.164 formatted phone number
Example:
"+15551234567"
Tax identification number
Example:
"12-3456789"
Optional metadata as key-value pairs
Example:
{ "custom_field": "value", "source": "api" }Example:
"2025-10-08T18:20:31Z"
Example:
"2025-10-08T18:25:00Z"
Last modified on May 26, 2026