Hi, just getting started on app.alpaca.markets. I’m unable to transfer money from my bank account. I get a generic “Transfer Request Failed” message.
Here’s the request payload:
{"relationship_id":"...",
"bank_id":null,
"transfer_type":"ach",
"direction":"INCOMING",
"amount":"1000"}
Response payload:
{"code":50010000,
"message":"internal server error occurred"}
Maybe bank_id
is not supposed to be null? Again, this is from app.alpaca.markets. I’m not using the API directly yet.
Thanks in advance.