Transactions processing

This sections provides an overview of how transactions are managed in the different running modes

Transaction processing differs depending on the SDK running mode.

observer mode

In observer mode, you manually process the transaction after intercepting the click on the purchase button thanks to the Action Interceptor.
=> Implementation guide for processing transactions using the Action Interceptor

full mode

In full mode, transactions are processed automatically by the Purchasely SDK.

=> Implementation guide for processing transactions in full mode