-
Notifications
You must be signed in to change notification settings - Fork 32
transfers/scheduled: endpoints, cursor and scheduling #447
Comments
|
Are we doing same-day? We can have an endpoint to get the next N estimated payment periods. That can return a date, amount, and any other computed metadata (which I'm not sure there will be -- maybe fees) |
oh my goodness I explicitly stated that the calendar was the funding date and not an estimated delivery date..... then I made an example that was for estimated delivery date. We can't have with normal ACH a guaranteed delivery date but just a funding date.
|
My bad. I was confused earlier and edited my comments above. I think I'm understanding this now. The schedule is for when we initiate the transfer and send off the ACH file. Same day can be an additional boolean on the request. What happens if a scheduled transfer fails to be included in a file? I'm thinking about the case where we would exceed limits. I think the status of a scheduled transfer should be updated (much like we do for |
Starting thinking about scheduling as discrete objects in a former life...meaning:
Thus, you would have to:
there are other dependencies you can build into the scheduler:
For scope/MVP, I would suggest:
|
PayGate needs to support scheduled transfers, which allow a user to provide a schedule (e.g. weekly, monthly, etc) and some metadata for initiating a transfer in the future. This is a common feature in products. We would expect normal ACH durations before amounts are posted to the impacted accounts.
Fields
schedule
if set)Computed Fields
Schedule
The following fields are available to be modified:
Payments which fall on weekends will be processed on the next business day
The text was updated successfully, but these errors were encountered: