balanced / balanced-dashboard

The Balanced dashboard.
https://dashboard.balancedpayments.com/
Other
2.28k stars 386 forks source link

Updating invoice funding source fails for dispute invoices #1415

Open msherry opened 10 years ago

msherry commented 10 years ago

From a customer:

I updated the bank account information for the debit fees, but it's
throwing errors when I try to do it for the chargeback fees 
mjallday commented 10 years ago

@msherry https://app.getsentry.com/balanced/balanced-prod/group/22697147/ is this related?

msherry commented 10 years ago

Yes, that's the error that was thrown. I suppose that makes it a balanced api issue as well.

mjallday commented 10 years ago

I think the bigger issue here is that that method only changes the invoice funding instrument for that single invoice. So there's this hour or so long window where you have the opportunity to change the funding instrument but then you'll need to do the same thing the next day.

If we're going to solve this I think we should explore how to solve that as well. Can we annotate a funding instrument as being designated for invoicing?

kyungmin commented 10 years ago

Related to https://github.com/balanced/balanced-api/issues/531 and #1324