Originating Transactions

Description

Synapse allows users to interact with the financial system. Originating transactions allows you to control the flow of funds directly whereas subnets allow users to transact using their Synapse managed accounts outside of your application.

Please note that originating certain types of transactions is not without risk. Transactions can be disputed or returned which can create opportunities for users to double spend.

Basic Patterns

  • Transactions are always created relative to a node

  • Most Transactions follow the pattern of sending node in the url and the receiving node in the payload

  • Certain Deposit Transactions (such as Check Deposits and GreenDot Cash Deposits) have the receiving node in the url.

Last updated