Gallery Platform API
Reference

Get a payable

Returns one consignor payable: the owed amount and currency, the payee, the sale and line it arose from, the frozen basis, and its settlement status.

GET
/gallery/payables/{id}

Returns one consignor payable: the owed amount and currency, the payee, the sale and line it arose from, the frozen basis, and its settlement status.

Authorization

bearerAuth payables:read, contacts:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: payables:read, contacts:read

Path Parameters

id*string

The payable id.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

{  "id": "string",  "sale_id": "string",  "sale_item_id": "string",  "artwork_id": "string",  "payee_contact_id": "string",  "payee_name": "string",  "kind": "consignor",  "status": "pending",  "amount_cents": -9007199254740991,  "currency": "string",  "basis_bps": 0,  "basis_amount_cents": -9007199254740991,  "paid_amount_cents": -9007199254740991,  "paid_at": "string",  "notes": "string",  "metadata": {    "property1": "string",    "property2": "string"  },  "created_at": "string",  "updated_at": "string"}