Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
accountId | yes | string | Account ID that is generated by the API when an account is created(createAccount). |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteCreditCard -d clientID=someclientid -d developerAPIKey=somedeveloperkey -d accountId=A34554
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
creditcardDetails | string | Success Message |
{ "statusCode": "101", "statusDesc": "Ok", "creditcardDetails": "Credit Card deleted successfully!" }