Skip to main content
POST
Push bank transactions for a customer_api account

Authorizations

X-API-KEY
string
header
required

Headers

Idempotency-Key
string

Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.

Maximum string length: 255

Path Parameters

financial_account_id
integer
required

Body

application/json
transactions
PublicCustomerApiTransactionIn · object[]
required

Batch of transactions to upsert. Max 250 items per request.

Response

OK

success
boolean
required
results
PublicCustomerApiTransactionResultOut · object[]
required
Last modified on August 18, 2026