Backend function for interacting and getting data on linked bank accounts.
api_ach(
RH,
action,
amount = NULL,
status_url = NULL,
cancel_url = NULL,
transfer_url = NULL
)
object of class RobinHood
(string) one of "transfers", "relationships", "schedules", "status", "cancel", "deposit", "withdraw"
(numeric) amount in dollars you want to deposit or withdraw (NULL if not one of those actions)
(string) URL returned by place_ach_transfer()
(string) URL returned by place_ach_transfer()
(string) url of your linked account, output of get_ach(RH, "relationships")