{"info":{"title":"Oh Fax","version":"0.1.0"},"openapi":"3.1.0","paths":{"/pay":{"post":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"124","currency":"usd","description":"Send a fax","intent":"charge","method":"stripe"}]},"summary":"Send a previously quoted fax. Price depends on page count: $0.99 plus $0.25 per page, so the advertised amount is a floor of $1.24 for one page. Call POST /api/v1/quotes first to get a quote_id and its exact total; the HTTP 402 challenge returned here carries the binding amount.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["quote_id"],"properties":{"quote_id":{"type":"string","description":"A quote_id from POST /api/v1/quotes."}}}}}}}}},"x-service-info":{"docs":{"homepage":"https://ohfax.com","apiReference":"https://ohfax.com/docs/api","llms":"https://ohfax.com/llms.txt"}},"servers":[{"url":"https://app.ohfax.com"}]}