Skip to main content
POST
Match a bank transaction to a marketplace payout

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_ Test keys use ark_test_ent_. Both are issued per entity via Settings > Developers > API Keys.

Headers

Idempotency-Key
string

Deduplicates retried match submissions for 24 hours.

Maximum string length: 255

Path Parameters

entity_id
string<uuid>
required

Body

application/json
bank_transaction_id
string<uuid>
required

The inbound bank transaction to match.

marketplace_payout_id
string<uuid>
required

The unmatched, posted marketplace payout to pair with it.

reconciliation_id
string<uuid> | null

Optional open bank-reconciliation to attach the match to.

Response

Match recorded (no GL posted).

bank_transaction_id
string<uuid>
marketplace_payout_id
string<uuid>
platform
string
matched
boolean
amount_warning
string | null

Set when bank and payout amounts differ by more than $0.05.