Schema record
@testing v0.1.0 GLOBAL Deprecated

Publisher payout sandbox check — July 2026

Disposable schema used to verify that a completed Flow creates a held publisher earning and that a sandbox Stripe transfer settles correctly.

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 payout verification; do not use for production.

Schema fields

1 fields
confirmation_reference
String
Test confirmation reference
Req

Example payload

JSON
{
  "confirmation_reference": ""
}

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-sandbox-check-july-2026 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d @payload.json
200 OK
{
  "status": "READY",
  "schema": "testing/publisher-payout-sandbox-check-july-2026",
  "version": "0.1.0",
  "errors": []
}
422 Invalid
{
  "status": "INVALID",
  "errors": [{
    "field_id": "confirmation_reference",
    "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.