#narc-partial-refund
1 messages · Page 1 of 1 (latest)
On the dashboard, I am able to give a partial refund if I click on an individual charge, but when I mass select charges, it only gives me the option to give a full refund.
We mostly focus on API integrations here, so my dashboard knowledge isn't the most complete. The behavior you described though sounds right because partial refunds require that you specify the amount to refund for each payment, and is limited by the maximum amount of each respective payment, so the UI to handle such a flow would essentially be the same as doing them all individually. The logic behind a full refund is simpler and doesn't require as much input which is why a batch process is more suitable for those.
Thanks for your response!