在 flutterwave 上使用 preauth 为卡充值时作废和退款有什么区别

What is the difference between void and refund when charging a card with preauth on flutterwave

我正在尝试使用 Flutterwave nodejs 库为卡充电。我想使用预授权流程。 preauth 流程中的 void 和 refund 有什么区别。

  • 在授权前,您冻结了卡上的一些钱

  • 在捕获中,您对预先授权的部分或全部款项进行借记

  • 在退款中,您 return 您捕获的钱
  • 无效,您解除对预授权资金的冻结

    void是preauth的反转,refund是capture的反转