Schema record
@testing v0.1.0 GLOBAL Deprecated

Publisher payout currency proof — July 2026

Disposable schema used to verify that USD publisher earnings are settled from ProseID’s SEK Stripe balance without changing the publisher’s USD ledger.

Compatible with
FormGuided assessmentAPI
Adapt schema
Publication
Protocol
proseid/1.0
Version
v0.1.0
Applies in
Global
Fields
1
Publisher fee
100 credits

This schema is deprecated. Disposable sandbox schema; do not use for production workflows.

Schema fields

1 fields
consent_given
String
Consent given
Opt

Example payload

JSON
{
  "consent_given": ""
}

A blank payload matching this schema's fields. Fill it in and POST to validate.

API usage

POST your payload to validate against the latest version. Returns 200 if valid, 422 with structured field-level errors otherwise.

cURL
curl -X POST https://proseid.com/api/v1/validate/testing/publisher-payout-currency-proof-july-2026 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d @payload.json
200 OK
{
  "status": "READY",
  "schema": "testing/publisher-payout-currency-proof-july-2026",
  "version": "0.1.0",
  "errors": []
}
422 Invalid
{
  "status": "INVALID",
  "errors": [{
    "field_id": "consent_given",
    "kind": "required",
    "message": "This field is required."
  }]
}

Published versions

Permanent, attributable versions
Loading published versions…

Trust ledger

Crowd → credentialed
T
Provenance
Maintained by a verified other · Sweden
@testing · latest v0.1.0
Community signal
0
0 votes

No votes yet.

Attestations · by version
0 total

No attestations yet. A verified professional can vouch for a specific version.

Discussion

0 comments
to join the discussion.