Initialization

Start the SDK

Standard Experience Initialization

The PayMitto SDK allows to start a standard experience which will open the Home Screen of the SDK or, the Start a Transfer screen for new senders. Click here to check how run the Standard Initialization Experience.

Transfer Details Initialization

The PayMitto SDK also allows to start a Transfer Details experience which will open the Transfer Status screen allowing the sender to get details about an specific transfer. Click here to check how run the Transfer Initialization Experience.

Fragment Experience Initialization

The PayMitto SDK can also run inside your own Activity as a Fragment, keeping your Activity in the RESUMED state while the SDK is active. This is the recommended approach when your Activity's lifecycle drives coroutines, LiveData observers, or custom modals that must remain uninterrupted.

Two Fragment entry points are available:


Did this page help you?