_get(id: string, params: ParamsWithStripeFee) {
    const { stripe } = this.filterParams(params);
    if (!stripe.fee) {
      debug("Missing Stripe fee id");
    }