我使用的是Ackara / Plaid.NET(https://github.com/Ackara/Plaid.NET),但是由于缺乏文档,我一直坚持如何获取路由编号和帐户编号。
有人愿意用.Net实现Plaid吗?
试图使用下面的代码,但是没有用
> df2
x y z
[1,] "one" "two" "three"
[2,] "one" "four" "three (foo)"
[3,] "three" "four (foo)" "three (foo)"
>
答案 0 :(得分:0)
您正在传递一个字符串作为AccountId。 AccountID是一个字符串数组。我更改了以下行,它对我有用。
AccountIds = new string[] { "xxxxxxxxxxx" }