parent_payment.requested
A school-parent payment was requested via escuela's Colectiva trust-wallet flow (S403 Phase 2 parent-payment substitute for Conekta). S410 registry-integrity reconciliation: declared in escuela.sends without a matching events.json entry; intended receiver is Colectiva once Phase 2 ships (receivers:[] until wired).
Senders
escuela
Receivers
None declared.
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"ecosystemOrgId": "string (school)",
"parentId": "string",
"studentId": "string",
"amount": "number (cents)",
"currency": "string (ISO 4217)",
"concept": "string (tuition period / fee description)",
"requestedAt": "string (ISO datetime)"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"ecosystemOrgId": "example-ecosystemOrgId",
"parentId": "example-parentId",
"studentId": "example-studentId",
"amount": 10000,
"currency": "example-currency",
"concept": "example-concept",
"requestedAt": "2026-04-17T12:00:00.000Z"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.