User
Users are a core entity in PayNow. They can create stores, receive payouts, and everything in between.
Users have their own type of authentication.
The User object
Fields
- Name
id
- Type
- flake
- Tags
- Description
id of the user
- Name
email
- Type
- string
- Tags
- NULLABLE
- Description
email of the user. Cannot be seen by other users.
- Name
first_name
- Type
- string
- Tags
- Description
first name of the user
- Name
last_name
- Type
- string
- Tags
- Description
last name of the user
- Name
created_at
- Type
- timestamp
- Tags
- Description
timestamp of when the product was created
The User object
{
"id": "11084680073842688",
"email": "[email protected]",
"first_name": "Example",
"last_name": "Exampleson",
"created_at": "2023-04-13T01:26:04Z"
}