PayNow

StorefrontCustomerMinecraftProfileDto

A storefront representation of a customers Minecraft profile.

avatar_urlstringRequired
The URL to the player's Minecraft skin rendered as an avatar.
idstringRequired
The UUID of the Minecraft player. If the platform is Minecraft Offline, this will be the name itself. If the platform is Minecraft Geyser, and this is a Bedrock account, this ID will be an Xbox XUID.
namestringRequired
The username of the Minecraft player.
Example
{
  "avatar_url": "string",
  "id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
  "name": "notch"
}