# Transaction Types

{% hint style="info" %}

## Transaction Payload Types

The Transaction Payload Types represents the various transaction types supported by the system. Each transaction type serves a specific purpose in the token management lifecycle, from creation to transfers and administrative operations.

Transaction Type is used to help you parse corresponding field returned from method, eg: <mark style="color:red;">`get transaction by hash`</mark> / <mark style="color:red;">`get checkpoint by number`</mark> (the transaction data in the response)
{% endhint %}

[**TokenCreate**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokencreate)

[**TokenTransfer**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokentransfer)

[**TokenGrantAuthority**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokengrantauthority)

[**TokenRevokeAuthority**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenrevokeauthority)

[**TokenBlacklistAccount**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenblacklistaccount)

[**TokenWhitelistAccount**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenwhitelistaccount)

[**TokenMint**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenmint)

[**TokenBurn**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenburn)

[**TokenCloseAccount**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokencloseaccount)

[**TokenPause**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenpause)

[**TokenUnpause**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenunpause)

[**TokenUpdateMetadata**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/tokenupdatemetadata)

[**Other Transaction Types**](https://developer.1moneynetwork.com/integrations/data-dictionary/transaction-types/other-transaction-types-wip)
