while assembling the `output` to `stripe()`, the id function gets called inline and id is populated as a string, not a function. then in example.html, parse_stripe tries to call output.id() when it should be just using output.id as-is.