User is unable to SAVE Add Registrar's Notation and Registrar's Order for C0424436
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
On TEST ENV
**Link bug to the User Story**
**Impact of this bug**
User will be unable to Save the Add Registrar's Notation and Registrar's Order for C0424436
**Chance of Occurring (high/medium/low/very low)**
**Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?**
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to (https://test.business-dashboard.bcregistry.gov.bc.ca/C0424436?accountid=1999) Test env
2. Click on Add Staff Filing 
3. address the fields
4. Click on Save
**Actual/ observed behavior/ results**
Request URL
Request URL
https://test.api.connect.gov.bc.ca/business/api/v2/businesses/C0424436/filings
Request Method
POST
Status Code
402 Payment Required

`{
"errorMessage": "API backend third party service error.",
"rootCause": {
"errors": [
{
"message": "Invalid Corp Type or Filing Type.",
"payment_error_type": "INVALID_CORP_OR_FILING_TYPE"
}
],
"filing": {
"business": {
"foundingDate": "1992-04-22T07:00:00+00:00",
"identifier": "C0424436",
"legalName": "CONCERT REAL ESTATE CORPORATION - QA_IMPORT_TEST",
"legalType": "C"
},
"header": {
"affectedFilings": [],
"availableOnPaperOnly": false,
"certifiedBy": "",
"colinIds": [],
"comments": [],
"date": "2025-08-25T20:35:38.892004+00:00",
"deletionLocked": false,
"effectiveDate": "2025-08-25T20:35:38.892040+00:00",
"filingId": 547219,
"inColinOnly": false,
"isCorrected": false,
"isCorrectionPending": false,
"name": "registrarsNotation",
"paymentStatusCode": "INVALID_CORP_OR_FILING_TYPE",
"status": "DRAFT",
"submitter": "idir\\vpreddy"
},
"registrarsNotation": {
"effectOfOrder": "planOfArrangement",
"fileNumber": "12345",
"orderDetails": "Testing "
}
}
}
}`
**Expected behavior**
User should be able Save the filing successfully
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.