EEltaCrew
HomeBlog

One merchant account blocked releases for all 21 of my apps: Korean individual developers and Play Console's "additional information required"

Published 2026-09-16Measured 2026-09-15About 3 min readelta · EltaCrew

Right after I set up a merchant account to test a donation in-app product, Play Console demanded a business registration number and an e-commerce license number and blocked every release on the account. Deleting the products did not help, deleting the payout account did not help, and support's final answer was "this cannot be reversed". How an individual developer avoids this trap.

On the afternoon of 14 September 2026 I committed an edit through the API to update one app and got a 403.

To comply with Korean law, developers in Korea must provide additional information on the Account Details page.

The publishing overview showed "1 issue found: update account details", and all 21 apps were in the same state. The account had been releasing normally hours earlier.

What triggered it

I had done exactly one thing that morning. To try a "support the developer" button, I created a seller profile on the payments account and registered three test in-app products. From that moment Play treated the account as one that monetizes.

The required fields sit under Developer account › Account details › "Additional information required for developers in Korea":

I am an individual with no business registration. The help center said individuals only need a phone number and the three fields are for companies distributing paid or in-app apps. The documentation and the system disagreed.

What I tried to undo it (all failed)

  1. Deleted the three in-app products. Still blocked. The trigger was the merchant account itself, not the products.
  2. Deleted the payout bank account. No effect.
  3. Closing the payments profile. I did not try this. It was the same profile created at developer registration, so closing it would also remove AdMob and AdSense payments and could affect the developer account itself.
  4. Searching the web. No workaround. A community thread with the same situation was locked without an answer, and every Korean guide said "register as a sole proprietor, then file the mail-order registration".

What support said

I filed several tickets; most were misrouted to other teams and came back as boilerplate. A human answer arrived on the second day:

The next day I asked five follow-up questions about keeping the old account through manual review. After internal re-checking, the answer to all five was no.

Options and decision

Two paths remained:

I chose the latter. A donation button was not a reason to register a business, and ad revenue comes through AdMob, which is separate from the Play merchant account. The new account cleared identity, device and phone verification within a day. App transfer keeps reviews, ratings, install counts and users, and the documentation says existing users keep using the apps during the transfer.

Things I had to check before transferring:

How an individual developer avoids this

Summary

Google PlayPlay Consolepolicyin-app billing

Related

R8 on, build green, app broken: five runtime traps that actually hit across 15 appsI enabled R8 in 15 apps for Play's 2027 code-optimization requirement. Every build passed, but 2 of the first 7 I installed broke at runtime. Gson deserialization, getIdentifier resource lookups, Room _Impl classes, and debuggable builds that silently disable R8: the kinds of failure that never show up in a crash log.Data safety forms with zero declarations are getting caught: auditing 21 apps and fixing them with CSV and the APIA phone number the user types in by hand, belonging to someone else, still counts as "phone number collection" to Google. After one rejection I compared all 21 apps' data-safety declarations against their source: 11 were wrong, and 3 had declared nothing at all. Why ad-only apps cannot declare zero, and how to fix the form with CSV and the API instead of the five-step wizard.The #1 app in Play search has the query in its title, verbatim: how one middle dot killed our keyword matchingI measured 157 Korean Play search queries by hand. The top-ranked app always carried the exact query string, spacing included, in its title. Our apps had been invisible for QR queries because I had joined words with a middle dot to make the title look nicer. The evidence behind retitling 13 apps.