{
    "openapi": "3.1.0",
    "info": {
        "title": "Pahissa Pié Textile Printing & Agent Commerce API",
        "version": "1.0.0"
    },
    "paths": {
        "/catalog": {
            "get": {
                "summary": "Search custom apparel catalog",
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/orders/instant-process": {
            "post": {
                "summary": "Create machine-paid order (MPP)",
                "x-payment-info": {
                    "intent": "charge",
                    "methods": [
                        "stripe",
                        "lightning"
                    ],
                    "amount": "1.00",
                    "currency": "EUR"
                },
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    }
}