autoAuthorize

Option to automatically perform authorization in the background after a user has authenticated and confirmed a transaction. This is useful when a transaction is confirmed in a third-party app but the user fails to return to your app to finish the process. The transaction is then automatically authorized by the backend and a webhook is sent. Important: If you use this option, you must implement webhooks. Since transactions are potentially finalized when your app is not visible, you must make sure that users are notified through other means about successful payments. Also, if your app is killed while in the background, it cannot be notified by the SDK about the transaction status. Please make sure to check whether a previously started transaction has been completed while your app was in the background and update your UI accordingly.