Below is a response when I am checking status of a transfer. Per docs it says to do transfer.status on the object. If you look at this object that was returned the first status is set to 200 however the next status says “pending” how do I get to the second status? Should there be 2 statuses on this object?
https://docsv2.dwolla.com/transfer/#retrieve-a-transfer
#<DwollaV2: : Response
status=200
headers={
“date”=>“Wed, 22 Mar 2017 19:45:09 GMT”,
“content-type”=>“application/vnd.dwolla.v1.hal+json; charset=UTF-8”,
“content-length”=>“1024”,
“connection”=>“close”,
“set-cookie”=>"__cfduid=1234132412341324132412341324; expires=Thu, 22-Mar-18 19:45:08 GMT; path=/; domain=.dwolla.com; HttpOnly",
“x-request-id”=>“00640850-63c4-4bd0-ac1c-fdc6830df284”,
“server”=>“cloudflare-nginx”,
“cf-ray”=>“343ba64f2fda0cfb-ATL”
}{
"_links"=>{
“cancel”=>{
“href”=>“https://api-uat.dwolla.com/transfers/1234132412341324132412341324”,
“type”=>“application/vnd.dwolla.v1.hal+json”,
“resource-type”=>“transfer”
},
“source”=>{
“href”=>“https://api-uat.dwolla.com/accounts/1234132412341324132412341324”,
“type”=>“application/vnd.dwolla.v1.hal+json”,
“resource-type”=>“account”
},
“funding-transfer”=>{
“href”=>“https://api-uat.dwolla.com/transfers/1234132412341324132412341324”,
“type”=>“application/vnd.dwolla.v1.hal+json”,
“resource-type”=>“transfer”
},
“self”=>{
“href”=>“https://api-uat.dwolla.com/transfers/1234132412341324132412341324”,
“type”=>“application/vnd.dwolla.v1.hal+json”,
“resource-type”=>“transfer”
},
“destination”=>{
“href”=>“https://api-uat.dwolla.com/accounts/1234132412341324132412341324”,
“type”=>“application/vnd.dwolla.v1.hal+json”,
“resource-type”=>“account”
}
},
“id”=>“1234132412341324132412341324”,
“status”=>“pending”,
“amount”=>{
“value”=>“100.00”,
“currency”=>“usd”
},
“created”=>2017-03-2219: 15: 50UTC,
“clearing”=>{
“source”=>“standard”
}
}>