Skip to main content
POST
Pause contract

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

contract_id
string<uuid>
required

Response

Successful Response

Contract response.

id
string<uuid>
required
clientId
string<uuid>
required
contractorId
string<uuid>
required
type
enum<string>
required

Contract type.

Available options:
service,
employment,
nda,
contractor,
default_contractor,
custom,
vendor,
milestone,
msa,
other
status
enum<string>
required

Contract status.

Available options:
pending_approval_by_contractor,
pending_approval_by_client,
active,
completed,
cancelled,
paused
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
client
ContractParty · object | null

Minimal user data embedded in contract responses.

contractor
ContractParty · object | null

Minimal user data embedded in contract responses.

label
string | null
documentId
string<uuid> | null
documentName
string | null
documentFileName
string | null
amount
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
enum<string> | null

Supported invoice/contract currencies. G10 majors + AED/HKD.

Available options:
USD,
EUR,
GBP,
JPY,
CHF,
CAD,
AUD,
NZD,
SEK,
NOK,
AED,
HKD
period
string | null
activationAt
string<date-time> | null
expirationAt
string<date-time> | null
signatureRequestId
string | null
signed
Signed · object | null
clientAcceptance
Clientacceptance · object | null
contractorAcceptance
Contractoracceptance · object | null
creatorId
string<uuid> | null
fields
Fields · object | null
priorityMethods
enum<string>[]

Transaction type - payment rail.

Includes all FiatPaymentType values (sepa/swift/ach/uaefts) plus extended fiat variants (wire/swift-usd/swift-eur/fedwire/pix) and non-fiat rails (crypto/card/internal/refund).

Available options:
sepa,
swift,
ach,
uaefts,
fedwire,
swift-usd,
swift-eur,
wire,
pix,
crypto,
card,
internal,
refund
paymentMethods
Paymentmethods · object[]
lastInvoice
ContractLastInvoice · object | null

Flat last invoice data embedded in contract responses.