Skip to main content
POST
Push transactions into a manual bank account (write scope)

Authorizations

Authorization
string
header
required

Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….

Body

application/json
institutionName
string
required

Name of a manual institution created via POST /bank-accounts.

Required string length: 1 - 80
transactions
object[]
required
Required array length: 1 - 1000 elements
entityId
string<uuid>

Optional assertion: must match the entity that owns the institution (409 otherwise). Omit to use the institution's entity.

Response

Import result

data
object