getFundCustodialAccountInfo

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransact API Developer Key
RefNumyesstringReference Number that is generated by the API once an external fund move is initiated (externalFundMove )
accountIdyesstringAccount 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

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
custodialACHAccountDetailsstringReturns the fund move details as an array

Sample Response

{
    "statusCode": "101",
    "statusDesc": "Ok",
    "custodialACHAccountDetails": {
        "fundStatus": "Submitted",
    }

Test it Yourself!

Language
Click Try It! to start a request and see the response here!