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