Transactions

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close

Transactions are any debit and credit operations on an account.

Transactions lifecycle

Note that the status of the transaction indicates whether or not it affects the account’s available balance. debit transactions impact the balance as soon as they reach the authorized state. credit transactions impact it only when their status turns to confirmed.