> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/products/myinfo-business/faq/faq-for-partners.md).

# FAQ for Partners

### Data Usage

<details open>

<summary><strong>Can I request for more data items than what I need for my digital service?</strong></summary>

No. You should only request for the data items that you need for your digital service. This is aligned with the guidelines of the Personal Data Protection Act, which instructs the collection of personal data in an appropriate manner for the circumstances.

Each request will be reviewed prior to approval.

</details>

<details open>

<summary><strong>Can my digital service retrieve data for backend processing without displaying it on the digital form?</strong></summary>

No. All data retrieved from Myinfo Business must be displayed on the digital form for user verification before submission.

</details>

<details open>

<summary><strong>Can I save the retrieved data in the transaction session or cookie, and repopulate the form using the saved data if the user closes the browser and comes back to the digital service?</strong></summary>

No. To prevent stale data from being mistaken as Myinfo Business data, every profile retrieved must fetch fresh data from Myinfo Business.

</details>

<details open>

<summary><strong>Can I depend solely on Myinfo Business to fill up a form?</strong></summary>

No. Digital services should provide alternatives (e.g., allow manual entry) to support:

* Users who choose not to use Myinfo Business.
* Foreign users who could not access Myinfo Business.
* Temporary service unavailability (e.g., system maintenance).

</details>

<details open>

<summary><strong>How should my digital service handle scenarios where the user finds that the verified data retrieved from Myinfo Business is out-of-date?</strong></summary>

Users should be allowed to manually correct data in the digital form.

Previously retrieved Myinfo Business data should not be saved if updated manually.

You should also encourage users to update their official records with the relevant registries to ensure future Myinfo Business data is accurate and up-to-date.

</details>

<details open>

<summary><strong>What should I do when a user's / entity's data in the business conflicts with the data retrieved from Myinfo Business</strong></summary>

Assess which dataset takes precedence based on business or regulatory requirements, considering:

* Whether the data is retrieved from official government sources.
* The timestamp of the data to determine which is more recent.

</details>

### Onboarding and Setup

<details open>

<summary><strong>How do I link multiple digital services with Myinfo Business?</strong></summary>

A new request must be submitted for each digital service with a distinct use case or user journey.

</details>

<details open>

<summary><strong>What is the estimated response time after submitting an application request?</strong></summary>

We will respond to your application request within approximately two weeks of submission.

</details>

<details open>

<summary><strong>How long does it take for my application configurations to take effect?</strong></summary>

Upon successful submission, your application configurations will take effect within 5 to 10 minutes.

</details>

<details open>

<summary><strong>Can I change my data items / scopes after submission?</strong></summary>

Yes. After your original request has been approved, you may edit your application via the "Edit" button, and update your data items / scopes under "Scopes Selection".

A revised User Journey must be submitted to reflect the updated data items / scopes with their justifications.

</details>

<details open>

<summary><strong>Can I request for custom test personas?</strong></summary>

No. Custom test personas are not supported. Please use the predefined common personas available [here](/testing/myinfo-business-test-personas.md) for testing.

</details>

***

### Contact Us

If you have any queries or require support, please submit a request via [Partner Support Portal](https://partnersupport.corppass.gov.sg/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.corppass.gov.sg/products/myinfo-business/faq/faq-for-partners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
