External Publication
Visit Post

Understanding the rejecting conditions on a ChatGPT App - Clarification needed on rejection feedback

OpenAI Developer Community May 14, 2026
Source

Hey @ManuelDario, that sounds really confusing, especially getting the same rejection twice.

On the two questions:

  1. Developer name

If you’re registering under a business, it needs to match the verified organization name exactly from your Organization verification. Even small differences like abbreviations or branding vs legal name can trigger that rejection.

  1. Tool annotations (for your checkout link case)

Based on what you described, these should line up:

  • readOnlyHint: true
  • It’s only generating/retrieving a checkout link, no data is created or changed.
  • destructiveHint: false
  • No deletion or irreversible actions happening.
  • openWorldHint: true
  • It calls an external payment provider, so it’s outside the core environment.

Make sure to include clear justification for why the hint is set that way based on the tool's actual behavior.

One more thing on the blocked email

That part trips people up a lot. You’ll need to reply directly to the original review email thread, not by emailing openai-review@openai.com directly, since that inbox doesn’t accept new messages.

If you’re still stuck after updating those, share what you changed and we can sanity check it together.

-Mark G.

Discussion in the ATmosphere

Loading comments...