PayNow

UpsertCustomerRequestDto

metadataobjectOptional
Additional customer information stored as key-value pairs.
minecraft_platformenumOptional
Possible enum values
  • unknown
  • java
  • bedrock
minecraft_uuidstringOptional
The Minecraft UUID for the customer.
namestringOptional
The name of the customer.
steam_idSteamIdOptional
A 64-bit Steam account identifier. Accepts string or numeric format.
xbox_xuidstringOptional
The Xbox XUID (Xbox User ID) for the customer.
Example
{
  "steam_id": "76561197960287930",
  "minecraft_uuid": "string",
  "minecraft_platform": "unknown",
  "xbox_xuid": "string",
  "name": "string",
  "metadata": {}
}