-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
@techtonik I guess you can put 567fa6d on here. :) |
@techtonik No (or not easily), because we merged #3527 after 567fa6d was pushed. |
Add a new table with Deserted routes, if fees are needed, they could be found in repository history
@whit537 ready for review |
@@ -15,8 +14,15 @@ Bitcoin | Coinbase | 1% + 15¢ | On request | | |||
|
|||
Route | Provider | Fee | When | Details | |||
----------------+------------+--------------+------------+----------- | |||
Bank Account | Balanced | 0 | At payday | U.S. only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're still on Balanced for ACH for this week. We are aiming to be on Zipmark for next week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So what are our exact decommission dates?
BTW, is donation link information preserved? How much who wants to donate to who? Do we have backups of this data? This may be critical to preserve while payments are paused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So what are our exact decommission dates?
Current target is June 18 for final ACH run on Balanced, and June 25 for initial run on Zipmark.
BTW, is donation link information preserved? How much who wants to donate to who?
Yes, that's all recorded in the Gratipay database, not with our processing partners.
Do we have backups of this data?
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current target is June 18 for final ACH run on Balanced, and June 25 for initial run on Zipmark.
So, the In
route was not through the ACH, right? When it was decommissioned?
The graph becomes more complicated - need to make clear that Credit Card belongs to Bank and Bank and Credit Card didn't change during the transition. Then the money from the Bank are being transferred by Balanced or Braintree (how to call them?) for the In
direction.
And then money go into the Bank, they move first to ACH by Zipmark and then to Card of the Bank. Is that right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, the
In
route was not through the ACH, right?
Correct. We've never offered bank payins (#777).
The graph becomes more complicated - need to make clear that Credit Card belongs to Bank and Bank and Credit Card didn't change during the transition. Then the money from the Bank are being transferred by Balanced or Braintree (how to call them?) for the In direction.
And then money go into the Bank, they move first to ACH by Zipmark and then to Card of the Bank. Is that right?
I don't understand this. :-(
What do you mean by "Credit Card belongs to Bank"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by "Credit Card belongs to Bank"?
You don't own the Credit Card the same way you own the cash. Credit Card pool of resources is located in Bank, so "belongs" here means that Bank decides what to do with them - if Bank is bankrupt, blocked or something - you have no control over it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also sets the rules about how do you use the Card and resources.
@techtonik If you're okay with my edits then I'm ready to merge this. |
data/routing: -Bitcoin +Braintree
Silence == assent. :-) |
!m @whit537 yes, it is better to do post-review for that. =) |
Needs to check that decommission dates are right and add references to verbose explanations.
Closes #3521