Skip to main content
POST
Approve Bank Statement Endpoint

Authorizations

Authorization
string
header
required

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

Path Parameters

statement_id
string
required

Response

Successful Response

Full response schema for a bank statement (includes transactions).

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
status
enum<string>
required

The status of this upload.

Available options:
submitted,
processing,
invalid,
pending_approval,
approved,
split,
synced
period_start
string<date> | null
required

The statement period's start date.

period_end
string<date> | null
required

The statement period's end date.

account_id
string | null
required
account_number
string | null
required

The account number that the statement relates to.

attachment
object
required

Attachment information for a bank statement.

processing_error
ProcessingError · object | null
required

Processing error details.

split_info
object
required

Information about statement splitting.

transactions
BankStatementTransaction · object[]
required

Transactions extracted from the statement

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.