Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All External Account Transfers
This request allows retrieving all existing ACAT and Non-ACAT transfer requests, for a specified account number.
Request URL
Syntax | GET /restapi/accounts/{accountnumber}/acatin |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts/RB18938005/acatin |
Response Data Fields
This request returns the list of ACAT Request. See Get an ACAT for each ACAT information.
Request Example
GET http://api.local.foliofn.com:6880/restapi/accounts/RB18938005/acatin HTTP/1.1
Response Example
- Full Transfer with Individual Account
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
[{
"acatid" : "1152JGC9",
"comment" : "- Rejected By Contra.\\( 03 - Documentation Needed )\\",
"contraAccountNumber" : "12345678",
"creationTS" : "2017-04-03T16:07:24.406-04:00",
"dtcNumber" : "0164",
"lastModifiedTS" : "2017-04-18T00:00:00.000-04:00",
"status" : "Rejected"
} , {
"acatid" : "1169M4EG",
"comment" : "- Rejected By Contra.\\( 05 - Invalid Account Number )\\",
"contraAccountNumber" : "1234-9876",
"creationTS" : "2017-04-03T16:07:24.406-04:00",
"dtcNumber" : "0226",
"lastModifiedTS" : "2017-04-18T00:00:00.000-04:00",
"status" : "Rejected"
} , {
"acatid" : "117QMUSR",
"comment" : "- Rejected By Contra.\\( 05 - Invalid Account Number )\\"
"contraAccountNumber" : "12345678",
"creationTS" : "2017-04-03T16:07:24.406-04:00",
"dtcNumber" : "0226",
"lastModifiedTS" : "2017-04-18T00:00:00.000-04:00",
"status" : "Rejected"
} , {
"acatid" : "114ROUUL",
"comment" : "- Rejected By Contra.\\( 05 - Invalid Account Number )\\",
"contraAccountNumber" : "Kats Wantanabe",
"creationTS" : "2017-04-03T16:07:24.406-04:00",
"dtcNumber" : "0226",
"lastModifiedTS" : "2017-04-18T00:00:00.000-04:00",
"status" : "Rejected"
}]
Note: the special string ‘\\’ is used as new line marker.
Error Codes
HTTP Code Status | Field | Code | Message | Description |
---|---|---|---|---|
403 | - | - | - | The specified user is not allowed to use this request. |
Change Log
06/09/2017
- Add creation and last modified timestamp to response
12/02/2015
- New documentation