Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
RefNum | yes | string | Reference Number that is generated by the API once a credit card transaction is initiated (ccFundMove ) |
accountId | yes | string | Account ID that is generated by the API once an account is created (createAccount). |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/getCCFundMoveInfo -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d RefNum=685427152 -d accountId=A12345
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status code |
statusDesc | string | API Status Description |
CC Fund move details | string | Returns the fund move details as an array |
{ "statusCode": "101", "statusDesc": "Ok", "investorExternalAccountDetails": { "fundStatus": "Submitted", "error": null } }