Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get Microdeposit Amounts for a Bank Link
This request will return microdeposit amounts for banklinks. It is can assist in the development and testing of MD banklinks. The API user can create banklinks, then pass the banklink identifier into this method to retrieve MD amounts for use in the verification endpoint.
Notes
- This endpoint is only available on the test system.
Request URL
Syntax | PUT /restapi/accounts/{accountnumber}/verify/testmdamounts/{banklinkoid} |
---|---|
Example URL | https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/verify/testmdamounts/8430738503704092526 |
Request Data Fields
None.Request Example
None.
Response Example: Successful Retrieval
HTTP/1.1 200 OK
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Location: https://testapi.foliofn.com/restapi/accounts/RA1234ABCD/achbanklinks/8430738503704092526
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sat, 05 Jul 2014 13:06:39 GMT
{
"md1":"0.42000",
"md2":"0.15000"
}
Change Log
03/12/2020
- Remove the “Description” title
- Remove the “Error Codes” part
09/11/2015
- New Docs!