How refund and cancellation notices appear on Checkout
Last updated: June 1, 2026
How refund and cancellation notices appear on Checkout
Aghanim can display a refund or cancellation notice on the final payment screen of Checkout.
Where the notice appears
The notice is shown on the final payment screen, directly below the Pay button.
Environment behavior
These notices are currently visible in live Checkout only. They are not shown in sandbox.
How the displayed notice is selected
The notice shown to the player depends on the order's country and locale.
- Country is determined from the user's IP address.
- Locale controls the language of the notice.
Current supported notice behavior
- Orders from Korea (KR): a Korea-specific cancellation/refund notice can be shown.
- Orders from countries outside Korea: a non-refundable disclaimer can be shown.
Example logic in production:
order.country = KRandlocale = EN: English Korean-market refund/cancellation textorder.country = KRandlocale = KO: Korean Korean-market refund/cancellation textorder.country != KRandlocale = EN: English non-refundable disclaimerorder.country != KRandlocale = KO: Korean non-refundable disclaimer
Updating the notice text
If you want Aghanim to apply custom legal text, provide the final approved copy to the team. If your notice includes links to your own legal documents, also provide the final URLs to those pages.
Important limitation
Region-specific or language-specific notice behavior may require internal setup by the Aghanim team. It is not currently described as a self-serve dashboard setting in the available documentation.