Skip to main content
A User Account represents an end user within your platform — such as a customer, client, or business partner. These accounts are created on their behalf to enable them to access and interact with your services.

Event Schema

FieldTypeDescriptionRequired
entityIdstringEntity Id used for account creationRequired
walletTypestringWallet Type (SPEND, COLLECTION)Required

Example Payload

{
  "entityId": "1234567890",
  "walletType": "SPEND"
}