Idempotent endpoint to create or update a payee using a custom identifier. If a payee with the given identifier exists, it will be updated. If not, a new payee will be created with that identifier. Returns 201 for creation, 200 for update.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom identifier for the payee (e.g., external vendor ID)
First name
1 - 255"John"
Last name
1 - 255"Doe"
1 - 2551 - 2551 - 255E.164 formatted phone number
Type of legal entity
Individual, Company Custom identifier for the payee
1 - 5020Optional metadata as key-value pairs
{ "custom_field": "value", "source": "api" }Payee updated.
"pyee_KfIuLz83Ya"
"John"
"Doe"
"PYEE-2025-001"
E.164 formatted phone number
Individual, Company "Individual"
true
Current status of the payee based on information completeness and active state
Active, MissingInfo, Inactive "Active"
BCP 47 language tag (e.g. en, en-US)
20Optional metadata as key-value pairs
{ "custom_field": "value", "source": "api" }