Unable to retrieve bank data

Hi everyone

I have integrated free agent api but unable to retrieve bank accounts data

I am using following endpoint url

In response i am getting the following json response

#<HTTParty::Response:0x6dee990 parsed_response={“bank_accounts”=>[]},
@response=#<Net::HTTPOK 200 OK readbody=true>,
@headers={“server”=>[“nginx/1.4.1”], “date”=>[“Mon, 24 Mar 2014 18:02:37
GMT”], “content-type”=>[“application/json; charset=utf-8”],
“transfer-encoding”=>[“chunked”], “connection”=>[“close”], “status”=>[“200
OK”], “link”=>[""], “etag”=>["“98dc8cf71948975ea33945873422afe2"”],
“cache-control”=>[“max-age=0, private, must-revalidate”],
“x-ua-compatible”=>[“IE=Edge,chrome=1”],
“x-request-id”=>[“c6a0fc37a73966504107d4d682782e99”],
“x-runtime”=>[“0.125576”], “x-rev”=>[“20dbf3”], “x-host”=>[“web1”]}>

What im doing wrong ?

Regards

Irfan Shahzad

Looks to me like there are no bank accounts set up in your sandbox account
since the call is returning an empty array.

If you log in to your sandbox account website do you see any bank accounts
set up there?

The sandbox account will be separate from any production accounts that you
have, so you need to specifically set up the bank accounts in your sandbox
account…On Tuesday, 25 March 2014 12:25:29 UTC, Irfan shahzad wrote:

Hi everyone

I have integrated free agent api but unable to retrieve bank accounts data

I am using following endpoint url

In response i am getting the following json response

#<HTTParty::Response:0x6dee990 parsed_response={“bank_accounts”=>},
@response=#<Net::HTTPOK 200 OK readbody=true>,
@headers={“server”=>[“nginx/1.4.1”], “date”=>[“Mon, 24 Mar 2014 18:02:37
GMT”], “content-type”=>[“application/json; charset=utf-8”],
“transfer-encoding”=>[“chunked”], “connection”=>[“close”], “status”=>[“200
OK”], “link”=>[“”], “etag”=>[“"98dc8cf71948975ea33945873422afe2"”],
“cache-control”=>[“max-age=0, private, must-revalidate”],
“x-ua-compatible”=>[“IE=Edge,chrome=1”],
“x-request-id”=>[“c6a0fc37a73966504107d4d682782e99”],
“x-runtime”=>[“0.125576”], “x-rev”=>[“20dbf3”], “x-host”=>[“web1”]}>

What im doing wrong ?

Regards

Irfan Shahzad