Skip to main content
POST
Create an escrow project

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"

Body

application/json
label
string
required

Display name for the escrow project

org_ref
string
required

Your own reference for the project

Required string length: 1 - 100
currency
string
required

Currency of the escrow pool

total_amount
number<float>
required

Total project amount; must be greater than 0

milestones
object[]

Optional milestones to create inline

parties
object[]

Optional parties to register inline

Response

Escrow entity created

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

"success"

message
string
data
object