OpenAPI schemas
The action-safe schema at /.well-known/openapi.json and the full merchant/developer schema, and when to use each.
Sollection currently exposes two OpenAPI schemas.
GET /.well-known/openapi.json: action-safe schema withcreateInvoiceIntent,getInvoiceIntent, andgetInvoiceStatus.GET /openapi.json: alias for the action-safe schema.GET /api/v1/openapi.json: full merchant/developer API schema. It includes account and legacy payment-link endpoints and is not the recommended AI action schema.
