> For the complete documentation index, see [llms.txt](https://wiki.kph.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.kph.club/accepting-international-payments-without-company-registration.md).

# Accepting International Payments Without Company Registration

## Accepting International Payments Without Company Registration

When you're just starting out, you might want to avoid the legal hassle of company registration. In this case, you can still accept payments by using a payment gateway that acts as a merchant of record.

### What is a Merchant of Record (MoR)?

A Merchant of Record is a legal entity that sells goods or services to end customers, handling transactions on behalf of the actual seller. The MoR takes responsibility for payment processing, tax compliance, and legal obligations.

**Advantages:**

* Handles international tax compliance and regulations
* Manages payment processing and refunds
* Takes on legal liability for transactions
* Simplifies cross-border selling

**Disadvantages:**

* Higher transaction fees compared to direct payment processing
* Less control over the customer relationship
* Potential delays in receiving payouts
* Limited customization of checkout experience
* Chance of getting banned for terms violation

### Available Payment Solutions

#### Lemon Squeezy

A modern alternative to traditional payment processors, designed specifically for digital products and software.

**Website:** <https://lemonsqueezy.com>

**Twitter:** [@lmsqueezy](https://x.com/lmsqueezy)

#### Polar

An open-source, modern merchant of record payment provider designed for digital products and SaaS.

**Website:** <https://polar.sh/>

**Twitter:** [@polar\_sh](https://x.com/polar_sh)

#### Paddle

A complete commerce platform that acts as MoR. Paddle handles payments, taxes, and compliance globally.

**Website:** <https://paddle.com>

**Twitter:** [@PaddleHQ](https://x.com/PaddleHQ)

#### Dodo Payments

An Indian payment platform specializing in cross-border transactions, particularly suited for digital products and services.

**Website:** <https://dodopayments.com>

**Twitter:** [@DodoPayments](https://x.com/DodoPayments)

**Contact Founder:** [Book a meeting](https://cal.dodopayments.com/team/dodopayments)

#### Creem

A low-fee merchant of record service specifically tailored for indie hackers and SaaS businesses.

**Website:** <https://www.creem.io>

**Twitter:** [@creem\_io](https://x.com/creem_io)

#### Gumroad

A simple platform focused on creators and digital product sellers, offering built-in payment processing and audience-building tools.

**Website:** <https://gumroad.com>

**Twitter:** [@gumroad](https://x.com/gumroad)

#### xPay

A YC-backed commerce solution for SaaS companies that handles global payments, billing operations, tax compliance, and FIRC certificates.

**Website:** <https://www.xpaycheckout.com>

**LinkedIn:** [xpay-checkout](https://www.linkedin.com/company/xpay-checkout/)

**Contact Founder:** [Book a meeting](https://calendly.com/aniket-vem/talk-payments-with-xpay-global)

##

**Note:** Conduct thorough research before selecting a platform. Choose one that offers data export capabilities in case you need to migrate.


---

# 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://wiki.kph.club/accepting-international-payments-without-company-registration.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.
