> For the complete documentation index, see [llms.txt](https://pingbusiness.gitbook.io/pingbusiness/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pingbusiness.gitbook.io/pingbusiness/faq/merchant-eligibility-and-application.md).

# Merchant Eligibility & Application

### Who can apply for a PingBusiness merchant account?

Anyone - as an Individual (solo founders, entrepreneurs, independent builders) or a Company (any incorporated entity, including single-member companies). Solo builders do not need to set up a company before using PingBusiness.

### Is KYB/KYC required to open a PingBusiness merchant account?

Yes. Every merchant completes identity or business verification - (Know Your Customer) KYC for individuals, (Know Your Business) KYB-style checks for companies with a quick approval process. This is what enables PingBusiness to operate without requiring you to have your own bank account or compliance infrastructure. Individual applicants go through a lighter, personal-identity version of this process as there is no need for a registered company to apply.

### What documents do I need to apply as an individual?

* Government-issued ID
* Date of birth
* Nationality
* Residential address, with proof
* Contact email and phone number
* Tax identification number
* Tax residency self-certification

### What documents do I need to apply as a company?

* Legal entity name
* Business registered address and operating address
* Certificate of incorporation / business registration certificate
* Company registration number and tax number
* Constitutional documents
* Register of directors and register of members
* Corporate structure chart
* Business phone number

### Why can't I get approved for a PingBusiness merchant account?

The most common reasons: incomplete or mismatched documentation, a product category on PingBusiness's [prohibited list](/pingbusiness/getting-started/selling-guidelines.md), a target market that includes a sanctioned jurisdiction, or details that can't be verified. Check your documents against the requirements above before applying to avoid delays.

### Does PingBusiness check my account again after I'm approved?

Yes. PingBusiness runs ongoing screening and monitoring even after approval, not just at signup, as part of its anti-money-laundering and sanctions compliance. This can occasionally result in a request for updated information, or in a suspension if something no longer checks out.

### How long does the application process take?

Filling in the application takes a few minutes. Review time happens swiftly and faster compared to traditional payment processors. Identity verification happens after submission, then your application enters PingBusiness's approval queue which takes at most a few hours.&#x20;

### What happens after I submit my application?

PingBusiness verifies your identity or business (KYC/KYB), checks your product and target markets against its eligibility rules. If all the information and supporting materials meet the requirements, PingBusiness will approve your application.

### How will I know if my application is approved?

You'll be notified on the merchant account dashboard and via email once PingBusiness reviewed your application. Once approved, your dashboard unlocks fully and you can download payment package source codes, create storefronts, add products, and start accepting payments.

### Can I edit my application after submitting it?

You may review and edit your application after logging in to your account.&#x20;

### Where do I get help if my application is stuck or rejected?

Please contact PingBusiness's support email (<support@pingbusiness.org>) directly. If rejected, you will be notified with the reason and you may appeal.


---

# 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, and the optional `goal` query parameter:

```
GET https://pingbusiness.gitbook.io/pingbusiness/faq/merchant-eligibility-and-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
