Test # Passed # Skipped # Retried # Failed Time (ms) Included Groups Excluded Groups
Rest Assured Api Suites
Rest Assured 12 0 0 10 36,058
Class Method Start Time (ms)
Rest Assured Api Suites
Rest Assured — failed
com.kinective.testscripts.Customer.CustomerTest jh2020CreateNewCustomer: #TC101 Create Customer with street number zip extention
1746479942091 1126
jh2020CreateNewCustomer: #TC115 Create Customer with "Other" Gender
jh2020CreateNewCustomer: #TC116 Create Customer with Invalid Value in Gender field
jh2020CreateNewCustomer: #TC94 Create a new customer with all address fields
jh2020CreateNewCustomer: #TC95 Create a new customer with no mobile field
jh2020CreateNewCustomer: #TC120 Create a new customer with Blank Risk Code
jh2020CreateNewCustomer: #TC97 Create Customer with Addresses
jh2020CreateNewCustomer: #TC96 Create a new customer wk irs post issue
jh2020CreateNewCustomer: #TC92 Create a new customer with customer type 'Business'
jh2020CreateNewCustomer: #TC93 Create a new customer with all address fields
Rest Assured — passed
com.kinective.testscripts.Customer.CustomerTest jh2020CreateNewCustomer: #TC117 Create a new customer with Invalid Officer Code
1746479951234 1495
jh2020CreateNewCustomer: #TC90 Create a new customer with customer type 'Person'
jh2020CreateNewCustomer: #TC118 Create a new customer with Invalid Risk Code (Alphabate Validation)
jh2020CreateNewCustomer: #TC112 Create Customer with Invalid TaxIdType
jh2020CreateNewCustomer: #TC114 Create Customer without Gender field
jh2020CreateNewCustomer: #TC111 Create Customer with Invalid Phone Number
jh2020CreateNewCustomer: #TC99 Create Customer with Foreign Addresses and customer details Correct
jh2020CreateNewCustomer: #TC98 Create Customer with Foreign Addresses and customer details
jh2020CreateNewCustomer: #TC113 Create Customer with blank TaxIdType
jh2020CreateNewCustomer: #TC100 Create Customer with Foreign Addresses dark metters
jh2020CreateNewCustomer: #TC119 Create a new customer with Invalid Risk Code (Number Validation)
jh2020QueryCustomer: #TC88 Query Customers
1746479920710 5532

Rest Assured

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC101 Create Customer with street number zip extention, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { "areaCode": "847", "countryCode": "1", "extension": "", "number": "5554321", "phoneType": "Work" }, { "areaCode": "555", "countryCode": "1", "extension": "", "number": "5456621", "phoneType": "Work" } ], TEST ID=jh2020CreateNewCustomer, idList=[ { "expirationDate": "2025-08-24", "issueDate": "2019-08-24", "issuer": "FL", "type": "DL", "value": "P625-999-9999" }, { "expirationDate": "2029-06-23", "issueDate": "2023-06-23", "issuer": "FL", "type": "PP", "value": "P99-123697" }, { "expirationDate": "", "issueDate": "", "issuer": "FL", "type": "SS", "value": "564-56-1154" } ], customerBase={ "customerType": "Person", "riskRating": "06", "dob": "1962-11-15", "email": { "emailAddress": "tcplf@nxtsoft.com", "emailType": "Home" }, "employments": [ { "employerName": "NXTsoft LLC", "occupation": "Self-Employed" } ], "idList": {{idList}}, "name": { "businessName": "", "firstName": "John", "lastName": "Rock", "legalName": "", "middleName": "S", "prefix": "", "suffix": "JR" }, "phones": {{phones}}, "residences": {{residences}}, "gender": "Male", "naicsCode": null, "fincenExempt": null, "taxID": "222666914", "taxIDType": "P" }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Current", "city": "Chicago", "country": "", "mailDirectoryCode": "IL", "postalCode": "60601", "postalExtension": "", "state": "IL", "streetNumber": "90 West Chester St.", "streetName": "", "subType": "", "suite": "877" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "IRS", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "", "state": "FL", "streetNumber": "2500 W Lake Mary Blvd", "streetName": "", "subType": "", "suite": "1235" }, { "addressLastChanged": "2003-08-24", "addressLastVerify": "2002-08-24", "addressType": "Cust", "subType": "Seasonal", "city": "Lake Mary", "country": "", "mailDirectoryCode": "FL", "postalCode": "32746", "postalExtension": "", "seasonBeginDate": "2023-08-24", "seasonEndDate": "2024-02-24", "seasonReoccur": "Y", "state": "FL", "streetNumber": "89 Stanton Ct", "streetName": "", "suite": "5455" } ], BODY={ "assetID": "jxchange_2020_api_test", "content": { "branchNumber": "10", "customerBase": {{customerBase}}, "officerCode": "JHA", "userFields": [ { "key": "", "value": "" } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC101 Create Customer with street number zip extention
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 821 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC115 Create Customer with Other Gender, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Other, naicsCode: null, fincenExempt: null, taxID: 222661280, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC115 Create Customer with Other Gender
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 838 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Mapping for Canonical Value not found for required Field Value, ERROR MESSAGE=, TEST SCENARIO=#TC116 Create Customer with Invalid Value in Gender field, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: FeMale, naicsCode: null, fincenExempt: null, taxID: 222661280, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC116 Create Customer with Invalid Value in Gender field
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 818 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC94 Create a new customer with all address fields, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2025-08-24, issueDate: 2019-08-24, issuer: FL, type: DL, value: P625-999-9999 }, { expirationDate: 2029-06-23, issueDate: 2023-06-23, issuer: FL, type: US, value: P99-123697 }, { expirationDate: , issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 06, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, legalName: , middleName: S, prefix: Mr, suffix: JR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222000002, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ assetID: jxchange_2020_api_test, content: { taxID: , customerID: J0172360 }, uuid: }, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: , streetName: , subType: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: , value: } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC94 Create a new customer with all address fields
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 844 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC95 Create a new customer with no mobile field, coreSpecificFields={ customFields: [ { description: string, value: string } ] }, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2025-08-24, issueDate: 2019-08-24, issuer: FL, type: DriversLicense, value: P625-999-9999 }, { expirationDate: 2029-06-23, issueDate: 2023-06-23, issuer: FL, type: PP, value: P99-123697 } ], customerBase={ customerType: Person, riskRating: 06, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, legalName: , middleName: S, prefix: , suffix: JR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222666923, taxIDType: }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ assetID: jxchange_2020_api_test, content: { taxID: , customerID: J0172360 }, uuid: }, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 IRS test St, address2: 444, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: IRS, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 1233, state: FL, streetNumber: 2500 W Lake Mary Blvd, streetName: , subType: , suite: 1235 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: 89 Stanton Ct, streetName: , suite: 321 } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 02, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: , value: } ], coreSpecificFields: {{coreSpecificFields}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC95 Create a new customer with no mobile field
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 869 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC120 Create a new customer with Blank Risk Code, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: , dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222602450, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC120 Create a new customer with Blank Risk Code
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1111 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC97 Create Customer with Addresses, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Work }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2025-08-24, issueDate: 2019-08-24, issuer: FL, type: DL, value: P625-999-9999 }, { expirationDate: 2029-06-23, issueDate: 2023-06-23, issuer: FL, type: VR, value: P99-123697 }, { expirationDate: , issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 06, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, legalName: , middleName: S, prefix: , suffix: JR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222666715, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: , streetName: , subType: , suite: }, { address1: 125 IRS test St, address2: 444, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: IRS, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 1233, state: FL, streetNumber: , streetName: , subType: , suite: }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: , value: } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC97 Create Customer with Addresses
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 838 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC96 Create a new customer wk irs post issue, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2025-08-24, issueDate: 2019-08-24, issuer: FL, type: DL, value: P625-999-9999 }, { expirationDate: 2029-06-23, issueDate: 2023-06-23, issuer: FL, type: GC, value: P99-123697 }, { expirationDate: , issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 06, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, legalName: , middleName: S, prefix: , suffix: JR }, phones: {{phones}}, residences: {{residences}}, naicsCode: null, gender: Male, fincenExempt: null, taxID: 222666716, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ assetID: jxchange_2020_api_test, content: { taxID: , customerID: J0172360 }, uuid: }, residences=[ { addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: , streetName: 90 West Chester St, subType: , suite: 877 }, { addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: IRS, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 1233, state: FL, streetNumber: 200 W Lake Mary Blvd, streetName: , subType: , suite: 12354 }, { addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: 89, streetName: Stanton Ct, suite: 321 } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: , value: } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC96 Create a new customer wk irs post issue
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 825 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC92 Create a new customer with customer type 'Business', coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=, customerBase={ customerType: Business, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: Rock em Sock em, occupation: Self-Employed } ], name: { businessName: Rock em Sock em, LLC, firstName: , lastName: , middleName: , legalName: , prefix: }, phones: {{phones}}, residences: {{residences}}, annualIncome: 500000, gender: Male, naicsCode: 315210, fincenExempt: null, taxID: 592686900, taxIDType: B }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: BJS, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC92 Create a new customer with customer type 'Business'
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 859 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: BJS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: BJS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC93 Create a new customer with all address fields, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2025-08-24, issueDate: 2019-08-24, issuer: FL, type: DL, value: P625-999-9999 }, { expirationDate: 2029-06-23, issueDate: 2023-06-23, issuer: FL, type: US, value: P99-123697 }, { expirationDate: , issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 06, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, legalName: , middleName: S, prefix: Mr, suffix: JR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222000002, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody={ assetID: jxchange_2020_api_test, content: { taxID: , customerID: J0172360 }, uuid: }, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: , streetName: , subType: , suite: }, { address1: 125 IRS test St, address2: 444, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: IRS, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 1233, state: FL, streetNumber: 2500 W Lake Mary Blvd, streetName: , subType: , suite: 1235 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: 89 Stanton Ct, streetName: , suite: 321 } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: , value: } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC93 Create a new customer with all address fields
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 971 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )

Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06
Exception
java.lang.AssertionError: Something went Wrong. Status Message : Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 06 at com.generics.utils.Log.fail(Log.java:596) at com.generics.utils.WebserviceTestBaseClass.verifyStatusMessage(WebserviceTestBaseClass.java:88) at com.kinective.testscripts.Customer.CustomerTest.jh2020CreateNewCustomer(CustomerTest.java:273) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ... Removed 26 stack frames

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Invalid officer code, ERROR MESSAGE=, TEST SCENARIO=#TC117 Create a new customer with Invalid Officer Code, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222666850, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JAS, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC117 Create a new customer with Invalid Officer Code
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 906 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: JAS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: Invalid officer code Fault Cat: Error Fault Code: 22 Fault Elem: BusDetail.OffInfoArray.OffInfoRec.OffCode Fault Elem Val: JAS Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: a3914edc-b5fb-46f1-ab95-127c9bf39998

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC90 Create a new customer with customer type 'Person' , coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222666850, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: Junior Club, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC90 Create a new customer with customer type 'Person'
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 2018 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Customer Create Successful. CIF Number: R0012290 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 Address Add result 2: Success. Failure on Address Add for Address 2: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Fail. Failure on Identification Add: Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery Fault Elem Val: Date of Expiration Failure on Identification Add: Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery Fault Elem Val: Expiration Date ID Verify 2 result: Fail
 Customer creation has been successful.
Content is : {customerID:R0012290}
statusMessage is: Customer Create Successful. CIF Number: R0012290 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 Address Add result 2: Success. Failure on Address Add for Address 2: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Fail. Failure on Identification Add: Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery Fault Elem Val: Date of Expiration Failure on Identification Add: Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: IdVerify.IdVerifyQueryArray.IdVerifyQueryInfo.IdVerifyQuery Fault Elem Val: Expiration Date ID Verify 2 result: Fail
statusFlag is: true
UUID is: 77c38d8c-f7c9-486c-982a-ce1c489a02f7

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Invalid risk code, ERROR MESSAGE=, TEST SCENARIO=#TC118 Create a new customer with Invalid Risk Code (Alphabate Validation), coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: A, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222602450, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC118 Create a new customer with Invalid Risk Code (Alphabate Validation)
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 891 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: A Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: A Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: c5ecc821-28d8-4389-9641-acad13dc33c9

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Invalid tax id code, must be T or blank, ERROR MESSAGE=, TEST SCENARIO=#TC112 Create Customer with Invalid TaxIdType, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Mobile, countryCode: 1 }, { number: 9921114, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: F, residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, customerType: Person, tinCertification: Certified, citizenshipCountry: US }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC112 Create Customer with Invalid TaxIdType
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 925 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: Invalid tax id code, must be T or blank Fault Cat: Error Fault Code: 14 Fault Elem: TaxDetail.TINInfo.TINCode Fault Elem Val: F Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: Invalid tax id code, must be T or blank Fault Cat: Error Fault Code: 14 Fault Elem: TaxDetail.TINInfo.TINCode Fault Elem Val: F Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender
statusFlag is: false
UUID is: 08d9d815-99c8-4e56-a5e8-06937f3d0400

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Invalid code, must be M, F, or O, ERROR MESSAGE=, TEST SCENARIO=#TC114 Create Customer without Gender field, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 01, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, naicsCode: null, fincenExempt: null, taxID: 222661280, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC114 Create Customer without Gender field
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 876 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: Invalid code, must be M, F, or O Fault Cat: Error Fault Code: 400004 Fault Elem: CustDetail.Gender Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: 36004cf6-bb13-456b-8220-248c2fea7c7b

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=The numeric value is greater than maximum allowed, ERROR MESSAGE=, TEST SCENARIO=#TC111 Create Customer with Invalid Phone Number, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Mobile, countryCode: 1 }, { number: 992111434, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: F, residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, customerType: Person, tinCertification: Certified, citizenshipCountry: US }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC111 Create Customer with Invalid Phone Number
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1616 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: The numeric value is greater than maximum allowed Fault Cat: Error Fault Code: 9920047 Fault Elem: CustDetail.PhoneArray.PhoneInfo.PhoneNum Fault Elem Val: 380992111434
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: The numeric value is greater than maximum allowed Fault Cat: Error Fault Code: 9920047 Fault Elem: CustDetail.PhoneArray.PhoneInfo.PhoneNum Fault Elem Val: 380992111434
statusFlag is: false
UUID is: 6fca3f67-503c-4ded-804b-fd93c40ce2c6

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC99 Create Customer with Foreign Addresses and customer details Correct, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Work, countryCode: 1 }, { number: 9921114, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: T, residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, citizenCountry: UP, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, gender: Male, customerType: Person, tinCertification: Certified }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC99 Create Customer with Foreign Addresses and customer details Correct
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1457 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Customer Create Successful. CIF Number: V0003180 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
 Customer creation has been successful.
Content is : {customerID:V0003180}
statusMessage is: Customer Create Successful. CIF Number: V0003180 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: 73348d12-91e9-4a90-9840-b01dc739113d

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC98 Create Customer with Foreign Addresses and customer details, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Work, countryCode: 1 }, { number: 9921114, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: T, residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, gender: Male, customerType: Person, tinCertification: Certified }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC98 Create Customer with Foreign Addresses and customer details
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1425 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Customer Create Successful. CIF Number: V0003170 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
 Customer creation has been successful.
Content is : {customerID:V0003170}
statusMessage is: Customer Create Successful. CIF Number: V0003170 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: ccf1560f-0dbe-4c73-950f-71118da6a224

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=An exception occurred while attempting to create the customer, ERROR MESSAGE=, TEST SCENARIO=#TC113 Create Customer with blank TaxIdType, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Mobile, countryCode: 1 }, { number: 9921114, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: , residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, customerType: Person, tinCertification: Certified, citizenshipCountry: US }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC113 Create Customer with blank TaxIdType
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 566 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: An exception occurred while attempting to create the customer: null
 Customer creation has been successful.
Content is : null
statusMessage is: An exception occurred while attempting to create the customer: null
statusFlag is: false
UUID is: 581008b8-584e-4d4d-ac70-2bbad471bddf

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Create Successful, ERROR MESSAGE=, TEST SCENARIO=#TC100 Create Customer with Foreign Addresses dark metters, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { number: 1112222, areaCode: 212, extension: 0, phoneType: Work, countryCode: 1 }, { number: 9921114, areaCode: null, extension: 0, phoneType: Home, countryCode: 380 } ], TEST ID=jh2020CreateNewCustomer, idList=[ { type: FP, value: F7Z00000, issuer: UKR, issueDate: 2022-12-22, expirationDate: 2030-12-22 } ], customerBase={ dob: 1979-10-28, name: { prefix: null, suffix: null, lastName: Verh, firstName: Alice, legalName: null, middleName: null, businessName: null }, email: { emailType: Primary E-Mail, emailAddress: alicetest@gmail.com }, taxID: 999999999, idList: {{idList}}, phones: {{phones}}, taxIDType: T, residences: {{residences}}, alienStatus: { giin: null, residentCity: Milan, postalCountry: 20122, citizenCountry: UP, postalProvince: null, residentCountry: IT, w8CertificationDate: 2023-11-27 }, employments: [ { occupation: Owner/Investor, employerName: NY42G LLC } ], foreignInfo: { taxID: FZ700000, address: Milano, MI 20122 }, gender: Male, customerType: Person, tinCertification: Certified }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { city: null, state: null, suite: null, country: IT, postalCode: null, streetName: Via Donizetti Gaetano 41, addressType: Current, streetNumber: null, postalExtension: null } ], BODY={ assetID: jxchange_2020_api_test, content: { officerCode: JHA, branchNumber: 5, customerBase: {{customerBase}} } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC100 Create Customer with Foreign Addresses dark metters
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1300 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Customer Create Successful. CIF Number: V0003190 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
 Customer creation has been successful.
Content is : {customerID:V0003190}
statusMessage is: Customer Create Successful. CIF Number: V0003190 Failure on Customer Add: Fault Desc: Reporting Chapter has not been defined Fault Cat: Override Fault Code: 280078 Fault Elem: TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapExst TaxDetail.Alien.RptChapArray.RptChapInfoRec.RptChapType Fault Elem Val: /3/ /4 Failure on Customer Add: Fault Desc: No OFAC match found Fault Cat: Warning Fault Code: 39 ID Verify 1 result: Success.
statusFlag is: true
UUID is: d16526b0-cffe-4b4c-b6ce-fe603cd08983

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020CreateNewCustomer

Parameter #1
{EXPECTED MESSAGE=Invalid risk code, ERROR MESSAGE=, TEST SCENARIO=#TC119 Create a new customer with Invalid Risk Code (Number Validation), coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=[ { areaCode: 847, countryCode: 1, extension: , number: 5554321, phoneType: Home }, { areaCode: 555, countryCode: 1, extension: , number: 5456621, phoneType: Work } ], TEST ID=jh2020CreateNewCustomer, idList=[ { expirationDate: 2033-08-24, issueDate: 2023-08-22, issuer: FL, type: DL, issueLocation: USA, value: P625-999-9999 }, { expirationDate: , issueLocation: USA, issueDate: , issuer: FL, type: SS, value: 564-56-1154 } ], customerBase={ customerType: Person, riskRating: 15, dob: 1962-11-15, email: { emailAddress: tcplf@nxtsoft.com, emailType: Home }, employments: [ { employerName: NXTsoft LLC, occupation: Self-Employed } ], idList: {{idList}}, name: { businessName: , firstName: John, lastName: Rock, middleName: S, legalName: John S Rock, prefix: MR }, phones: {{phones}}, residences: {{residences}}, gender: Male, naicsCode: null, fincenExempt: null, taxID: 222602450, taxIDType: P }, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=[ { address1: 125 Addr1 test St, address2: 154, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Current, city: Chicago, country: , mailDirectoryCode: IL, postalCode: 60601, postalExtension: 5544, state: IL, streetNumber: 90 West Chester St, streetName: , subType: , suite: 877 }, { address1: 125 Seasonal test St, address2: 545, addressLastChanged: 2003-08-24, addressLastVerify: 2002-08-24, addressType: Cust, subType: Seasonal, city: Lake Mary, country: , mailDirectoryCode: FL, postalCode: 32746, postalExtension: 8772, seasonBeginDate: 2023-08-24, seasonEndDate: 2024-02-24, seasonReoccur: Y, state: FL, streetNumber: , streetName: , suite: } ], BODY={ assetID: jxchange_2020_api_test, content: { branchNumber: 10, customerBase: {{customerBase}}, officerCode: JHA, userFields: [ { key: User code #5, value: 5 }, { key: User code #4, value: 4 }, { key: User code #6, value: 6 } ] } }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC119 Create a new customer with Invalid Risk Code (Number Validation)
Steps:
Generating Access Token
 End Point URI:customer/customer-create
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 832 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 15 Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
 Customer creation has been successful.
Content is : null
statusMessage is: Fault Desc: Invalid risk code Fault Cat: Error Fault Code: 400020 Fault Elem: RegDetail.RiskRateCode Fault Elem Val: 15 Fault Desc: Invalid description Fault Cat: Error Fault Code: 25 Fault Elem: DESC Fault Elem Val: User code #4
statusFlag is: false
UUID is: fe921e58-2888-4325-af5a-ddab34612dc1

back to summary

com.kinective.testscripts.Customer.CustomerTest#jh2020QueryCustomer

Parameter #1
{EXPECTED MESSAGE=Customer Search Successful, ERROR MESSAGE=, TEST SCENARIO=#TC88 Query Customers, coreSpecificFields=, EXPECTED STATUS=200, responseTimeSeconds=15, phones=, TEST ID=jh2020QueryCustomer, idList=, customerBase=, relatinshipInformation=, alienStatus=, VERIFY FIELDS=, customerSearchBody=, residences=, BODY={ assetID: jxchange_2020_api_test, content: { taxID: , customerID: F000284 }, uuid: }, AUTHORIZATION=customerId:f2b4kBcTsJO3FqXGVF+imap2upqKmLC9bqpAROTbTxg=; customerSecret:pRQc7noNapzg561TJUtc9c46YYeeLzARlUHVuSsJ8XFQNHHQDN2k+K4LAsE9crqR69lknCDgo+Mr7CzdXbk9OQ==; tokenUrl:https://auth.nxtsoft.com/oauth2/token; key:Th!sisOmn!;}
Messages
#TC88 Query Customers
Steps:
Generating Access Token
 End Point URI:customer/customer-search
 Sending POST Publish command
 Executed URL {}
 Status Code 200
 Time taken to get response is 1785 milli second
 No Fields found to be verified from the Response Body

Status code is matching correctly! (Expected : 200 Actual : 200 )
 Message: Customer Search Successful
 Customer search has been successful.
Content is : [{userFields:[{value:N,key:Bank Employee},{value:N,key:Platinum Customer},{value:N,key:Premier},{value:N,key:Investor},{value:N,key:Cash Management User}],branchNumber:6,officerCode:JH,customerBase:{customerType:Person,gender:Male,dob:1980-08-04,taxID:031244541,customerID:F000284,name:{legalName:Myron Fleet,firstName:Myron,lastName:Fleet,businessName:Myron Fleet},taxIDType:P,phones:[{number:8489450,areaCode:417,phoneType:Home,unformattedPhone:4178489450},{number:5552160,areaCode:803,phoneType:Work,unformattedPhone:8035552160},{number:8884900,areaCode:417,phoneType:Personal Cell Phone,unformattedPhone:4178884900},{number:2356652,areaCode:417,phoneType:Business Cell Phone,unformattedPhone:4172356652},{number:5558613,areaCode:803,phoneType:Home Fax Number,unformattedPhone:8035558613},{number:5555704,areaCode:803,phoneType:Business Fax Number,unformattedPhone:8035555704}],idList:[{type:DriversLicense,value:10091072,issuer:SC,issueLocation:SOUTH CAROLINA DMV}],residences:[{city:Norris,addressType:Current,address1:122 N Norris Drive,postalCode:29667,subType:Cust,state:SC},{city:REPUBLIC,addressType:Phys,address1:501 N STATE ST,postalCode:65721,state:MO}],email:{emailType:Home},riskRating:01}}]
statusMessage is: Customer Search Successful
statusFlag is: true
UUID is: 01c80a85-5ddb-4328-9fcd-f575d5832a68

back to summary