주요 콘텐츠로 건너뛰기

Error responses for player.verify

What's new

Your game may now return a lenient flat error body — { status, code, message } — when it rejects a player.verify webhook. Aghanim reads message to surface a reason to the player and ignores unknown code values instead of failing.

Impact

You can tell players why verification failed (for example, banned or region-locked) by returning a message. Integrations that return only a success/failure status are unaffected.

Changes

ResourceChange
player.verifyAdded an optional error response body (status, code, message); unknown code values are ignored

Upgrade

  • No action required. Optionally return { "status": ..., "code": ..., "message": ... } on a failed verification to show a custom reason to the player.

도움이 필요하세요?
통합팀에 문의하십시오 [email protected]