How-To: View Payment Transaction History
Steps to View Transaction History
import lattica_common.auth_local_state as auth
import lattica_common.app_api as agent_app
# Notice your account token expires every 30 days and it's up to you to renew it
auth.set_session_token("your_account_token_you_got_in_your_email")
transactions = agent_app.account.get_transactions_history()
Last updated
