Website Integration =================== Generally, when a user visits a website with LaterPay integrated into it following events take place: #. User visits a paid content page on merchant's website. #. Merchant checks if user has purchased access to this page with LaterPay. This step consists of: * :doc:`Identifying <../identification/index>` a user * :doc:`Access <../access/index>` check to paid content using a :doc:`user token <../identification/user_tokens>` or a :doc:`MUID <../identification/muids>` to specify user's identity. #. Merchant shows the paid content page to user who has access to it and presents purchase buttons/links to a user who does not have access. In practice the implementations are free to decide on the details of the last 2 steps and following integration flows emerged. * :doc:`Auto Identification ` * :doc:`Manual Identification `