api_ach | R Documentation |
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 )
RH |
object of class RobinHood |
action |
(string) one of "transfers", "relationships", "schedules", "status", "cancel", "deposit", "withdraw" |
amount |
(numeric) amount in dollars you want to deposit or withdraw (NULL if not one of those actions) |
status_url |
(string) URL returned by place_ach_transfer() |
cancel_url |
(string) URL returned by place_ach_transfer() |
transfer_url |
(string) url of your linked account, output of get_ach(RH, "relationships") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.