Get Stripe balance & payouts
Returns the connected account's Stripe balance (available/pending) and recent/in-flight payouts with arrival dates. Empty when no Stripe account is connected.
Returns the connected account's Stripe balance (available/pending) and recent/in-flight payouts with arrival dates. Empty when no Stripe account is connected.
Authorization
bearerAuth payments:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: payments:read
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "connected": true, "payouts_enabled": true, "available": [ { "amount_cents": -9007199254740991, "currency": "string" } ], "pending": [ { "amount_cents": -9007199254740991, "currency": "string" } ], "payouts": [ { "id": "string", "amount_cents": -9007199254740991, "currency": "string", "status": "string", "arrival_date": "string", "created_at": "string", "automatic": true } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Start Stripe Connect onboarding POST
Creates the gallery's Stripe connected account if needed and returns a Stripe-hosted onboarding link to complete or resume setup. First-party session only.
Create a tag POST
Creates a tag. Names are unique per gallery, case-insensitively. One vocabulary spans every taggable resource type.