Skip to main content
GET
Suggest marketplace-payout matches for an inbound bank deposit

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.

Path Parameters

entity_id
string<uuid>
required

Query Parameters

bank_transaction_id
string<uuid>
required

The inbound bank transaction to find marketplace-payout candidates for.

Response

Scored candidate payouts for the bank transaction.

bank_transaction
object

The bank transaction the candidates were scored against.

marketplace_payouts
object[]

Up to 25 scored candidate payouts (highest score first).

top_candidate
object | null

The highest-scored candidate (or null when none qualify).