EU:s ångerrätt för distansavtal
Dokumenterar ett distansavtal med en konsument, tillämpligt nationellt genomförande, ångerfrist och undantag, konsumentens begäran om att frånträda avtalet samt den återbetalning som följer.
- Protocol
- proseid/1.0
- Version
- v2026.07.27
- Applies in
- European Union
- Recommended language
- Svenska
- Fields
- 25
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
25 fieldsExample payload
{
"responses": {
"national_implementation_confirmed": false,
"goods_returned_or_evidence_supplied": false,
"withdrawal_function_available": false,
"contract_date": "",
"online_withdrawal_consumer_name": "",
"durable_medium_acknowledgement_included_statement_content": false,
"withdrawal_within_applicable_period": false,
"online_withdrawal_submitted_at": "",
"consumer_informed_of_right": false,
"durable_medium_acknowledgement_sent_at": "",
"directive_scope_confirmed": false,
"online_interface_contract": false,
"withdrawal_request_date": "",
"trader_offered_to_collect_goods": false,
"delivery_date": "",
"withdrawal_submitted_through_online_function": false,
"durable_medium_acknowledgement_sent": false,
"online_withdrawal_confirmation_destination": "",
"contract_type": "",
"withdrawal_confirmation_step_available": false,
"order_ref": "",
"refund_issued": false,
"article_16_exception": "",
"withdrawal_requested": false
},
"effective_at": "2026-07-27"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "national_implementation_confirmed",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.