Skip to main content
PUT
Update a party

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Path Parameters

escrow_id
string
required
party_id
string
required

Body

application/json
label
string

New display label for the party

Response

All parties registered on the escrow entity

status
enum<string>
Available options:
success,
error
Example:

"success"

message
string
data
object[]