Skip to main content
POST
Create a transaction

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

bankAccountId
string
required

Body

matterId
string | null

Unique identifier of the associated matter.

Example:

"da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262"

payorId
string | null

Unique identifier of the associated contact.

type
string | null

The type of the transaction.

Possible values: Deposit.

Example:

"Deposit"

amount
number<double>

The amount of the transaction in dollars. Limited to 2 decimal places (cents).

Example:

102.65

effectiveDate
string<date-time>

Date of the transaction.

reference
string | null

Reference for the transaction.

reason
string | null

Reason for the transaction.

description
string | null

Description of the transaction.

note
string | null

Note for the transaction (for internal use).

Response

When request is accepted. Returns a hypermedia 'Link' object of the transaction to be created.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET