post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getFundCustodialAccountInfo
Log in to see full request history
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
RefNum | yes | string | Reference Number that is generated by the API once an external fund move is initiated (externalFundMove ) |
accountId | yes | string | Account ID that is generated by the API once an account is created (createAccount) |
Sample Request
curl -k -X POST https://api-sandboxdashnorcapsecurities.com/tapiv3/index.php/v3/getFundCustodialAccountInfo
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d RefNum=685427152
-d accountId=A12345
Response Parameters
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
custodialACHAccountDetails | string | Returns the fund move details as an array |
Sample Response
{
"statusCode": "101",
"statusDesc": "Ok",
"custodialACHAccountDetails": {
"fundStatus": "Submitted",
}