0% found this document useful (0 votes)
44 views3 pages

BUGSXX

The document outlines various API interactions for subscription and user setup processes, including successful subscription creation and user registration details. It also mentions an internal server error (500) encountered during a bank account verification API call. Additionally, it provides a successful response for fetching a broker agent list with relevant details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views3 pages

BUGSXX

The document outlines various API interactions for subscription and user setup processes, including successful subscription creation and user registration details. It also mentions an internal server error (500) encountered during a bank account verification API call. Additionally, it provides a successful response for fetching a broker agent list with relevant details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

[1] ---------------------------------------------------------------------

If broker id provided then it will not register.

https://staging-api.calonex.com/api/root-service/api/subscription/
createSubscriptionPlan

{
"bankAccountNumber": "U2FsdGVkX1/6mTNx25oVEB4s3k83jKBTZvtwm6CXa8Q=",
"bankUserName": "U2FsdGVkX1+68b1mJD55js+EcAoWfG0KAcxQnyyAMJo=",
"finalPrice": "215.88",
"isCreditCard": false,
"isSignupThroughInvite": false,
"numberOfUnits": "20",
"routingNumber": "U2FsdGVkX1+u3ZNy4iSPkxNZLHaLy0RnKn3BkrNpfk4=",
"skipBank": false,
"subscriptionPlanDuration": "3",
"token": ""
}

{
"responseDto": {
"responseCode": 201,
"responseDescription": "SubscriptionPlan created sucessfully",
"exceptionCode": 0
},
"data": {
"subscriptionDetailsId": 11179,
"stripeCustomerId": "cus_LixL4CAW2LJNRv"
}
}

[2] ---------------------------------------------------------------------
https://staging-api.calonex.com/api/root-service/api/users/setup

{
"address1": "test addr",
"address2": "",
"alternatePhoneNumber": "",
"bankAccountNumber": "U2FsdGVkX1/OHC8+Rvdw4TjL6TCM13ImllosQW8WDAc=",
"bankUserName": "U2FsdGVkX19APBKrxi5Vm+kHAxOwmQTixMu1qVmIZR4=",
"businessName": "testbrok",
"city": "Anchorage",
"dob": "2004-05-01",
"phoneNumber": "9998887777",
"routingNumber": "U2FsdGVkX1+VCq/K4nhKjYLr/CmuCQeetx51/8PQlvo=",
"signupThroughInvite": true,
"skipBank": false,
"state": "Alaska",
"stripeCustomerId": "cus_LixL4CAW2LJNRv",
"subscriptionDetailsId": 11179,
"userId": "3666",
"userPropertyRegisterDto": {
"address1": "test addr",
"address2": "",
"agentId": "",
"autoLinkBroker": false,
"brokerId": "99999999991",
"city": "Anchorage",
"isPrimaryAddress": true,
"numberOfUnits": "1",
"phoneNumber": "9998887777",
"state": "Alaska",
"zipCode": "99501"
},
"userRoleName": "CX-Landlord",
"zipCode": "99501"
}

{
"responseCode": 0,
"exceptionCode": 0
}

[3] ---------------------------------------------------------------------
Getting 500 for this api.

https://staging-api.calonex.com/api/root-service/api/subscription/verifyBankAccount

{
"firstamount": "32",
"secondamount": "45",
"userCatelogId": "3666"
}

{
"timestamp": 1653052413641,
"status": 500,
"error": "Internal Server Error",
"message": "",
"path": "/api/subscription/verifyBankAccount"
}

----------------------------------------------------------------------------------
https://api.calonex.com/api/root-service/api/brokerOrAgent/getBrokerAgentList

{"userCatalogID":"4160"}
{"responseDto":{"responseCode":200,"responseDescription":"Broker Agent list Data
has been fetch successfully","exceptionCode":0},"data":
[{"agentId":"4161","agentName":"Pritam
Agent","agentEmailId":"[email protected]","agentPhoneNo":null,"agentLicenseNo":"903
88928132","location":"ghjknv Anchorage Alaska
99501","commissionPercentage":"8","brokerUserId":null,"brokerFullName":null,"status
":"APPROVED","brokerLicenseNo":"90388928131","createdOn":null,"brokerAgentLinkReque
stId":null},{"agentId":"4429","agentName":"Wefw
Dsd","agentEmailId":"[email protected]","agentPhoneNo":"4333333333","agentLicense
No":"23062022114","location":"fsgg Newton Falls Ohio
44444","commissionPercentage":"10","brokerUserId":null,"brokerFullName":null,"statu
s":"APPROVED","brokerLicenseNo":"90388928131","createdOn":"2022-06-23
12:35:01.0","brokerAgentLinkRequestId":null}]}

You might also like