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.
- 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 fieldsconfirmation_referenceExample payload
{
"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 -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{
"status": "READY",
"schema": "testing/publisher-payout-sandbox-check-july-2026",
"version": "0.1.0",
"errors": []
}{
"status": "INVALID",
"errors": [{
"field_id": "confirmation_reference",
"kind": "required",
"message": "This field is required."
}]
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.