<?xml version="1.0"?>
<rss version="2.0"><channel><title>Documentation</title><link>https://invisiondevs.com/docs/</link><description/><language>en</language><item><title>SquareUp Payment Gateway</title><link>https://invisiondevs.com/docs/commerce/gateways/squareup-payment-gateway-r2/</link><description><![CDATA[<p>
	You can connect your Square Up account to the Commerce app in Invision Community! If you don't have an account yet, you can create one using this link: <a href="https://squareup.com/signup?country_code=us&amp;lang_code=en" rel="external nofollow">https://squareup.com/signup?country_code=us&amp;lang_code=en</a>. 
</p>

<p>
	Square Up - accept debit and credit card payments on your community with online payment solutions from Square.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="3" href="https://invisiondevs.com/uploads/monthly_2022_11/square-up-invoice.png.66ad1e54739f00dbadae100d81760793.png" rel=""><img alt="square-up-invoice.thumb.png.6868b8fe5d5f44decdbde8de57cf5a43.png" class="ipsImage ipsImage_thumbnailed" data-fileid="3" style="width:400px;height:auto;" width="512" src="https://invisiondevs.com/uploads/monthly_2022_11/square-up-invoice.thumb.png.6868b8fe5d5f44decdbde8de57cf5a43.png" loading="lazy" height="747.52"></a>
</p>

<p>
	<span style="font-size:12px;"><em>Square Up Payment form</em></span>
</p>

<p>
	<span style="font-size:20px;"><strong>Application installation</strong></span>
</p>

<p>
	For the gateway to work correctly, you will need to install the <a href="https://invisioncommunity.com/files/file/10180-squareup-payment-gateway/" rel="external nofollow">application SquareUp Payment Gateway</a> via Admin CP of your community. Now you need to go to the menu Commerce &gt; Payments &gt; Settings &gt; Payment Methods tab &gt; Create new button and select Square Up Payment Gateway. In the next step, you will need to enter your Square Up application and webhook details.
</p>

<p>
	<span style="font-size:20px;"><strong>Create an application</strong></span>
</p>

<p>
	Go to <a href="https://developer.squareup.com/apps" rel="external nofollow">https://developer.squareup.com/apps</a> and create a new app, after that you will have access to <strong>Application ID</strong> and <strong>Access token</strong> options, you will need them to configure the gateway later.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="1" href="https://invisiondevs.com/uploads/monthly_2022_11/square-up-app.png.d9b00a3363853c337d2335d2ef6d97e8.png" rel=""><img alt="Square Up Applications" class="ipsImage ipsImage_thumbnailed" data-fileid="1" style="width:400px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_11/square-up-app.thumb.png.72be9ade490ddf414c58bdd346bd197b.png" loading="lazy" height="670"></a>
</p>

<p>
	Here you can switch to Production mode or Sandbox mode! 
</p>

<p>
	<span style="font-size:20px;"><strong>Webhook setup</strong></span>
</p>

<p>
	Select your Square Up application and go to menu Webhooks &gt; Subscriptions &gt; click to button Add subscription and fill in the fields:
</p>

<ul><li>
		URL: <a href="https://yourcommunity.com/?app=squareup&amp;module=system&amp;controller=webhook" rel="external nofollow">https://YOURCOMMUNITY.COM/?app=squareup&amp;module=system&amp;controller=webhook</a>
	</li>
	<li>
		API version: 2022-10-19
	</li>
	<li>
		Events: payment.updated
	</li>
</ul><p>
	Save webhook subscription! After saving, you can get a Signature key that you need to specify in the integration settings:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="2" href="https://invisiondevs.com/uploads/monthly_2022_11/square-up-subscription.png.466c0b2f7ed6a157a567231d94191026.png" rel=""><img alt="square-up-subscription.thumb.png.b3b15de16d1e7894e9c652fc3a712751.png" class="ipsImage ipsImage_thumbnailed" data-fileid="2" style="width:400px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_11/square-up-subscription.thumb.png.b3b15de16d1e7894e9c652fc3a712751.png" loading="lazy" height="650"></a>
</p>

<p>
	After that, return to step 1 and enter all the required data, after which the integration will be completed.
</p>
]]></description><guid isPermaLink="false">2</guid><pubDate>Thu, 10 Nov 2022 14:54:00 +0000</pubDate></item><item><title>Telegram Notifications</title><link>https://invisiondevs.com/docs/content-discovery/telegram-notifications-r3/</link><description><![CDATA[<p>
	To receive Telegram notifications from your Invision community, you must have the <a href="https://invisioncommunity.com/files/file/9934-telegram-notifications/" rel="external nofollow">Telegram Notifications</a> app installed. Telegram notifications are sent from a bot, so you need to create one.
</p>

<p>
	<span style="font-size:20px;"><strong>Step 1 - Creating a bot in Telegram</strong></span>
</p>

<p>
	In the Telegram client, find the BotFather bot and send it the "/start" command, after which the bot will send you all possible commands to communicate with it. To create a new bot, you need send the "/newbot" command, then follow the further instructions and provide a name/title. After creating the bot, you will be shown the string "Use this token to access the HTTP API": This is what you need to specify in the settings in the ACP &gt; Community &gt; Telegram &gt; Settings API token of your Telegram bot.
</p>

<p>
	<span style="font-size:20px;"><strong>Installing a webhook</strong></span>
</p>

<p>
	In order for the bot to send notifications, you need to set up a webhook. To do this, compose a URL address and navigate to it in a browser:
</p>

<p>
	WARNING: this url must be encoded (url encode online in google.com).
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">https://api.telegram.org/bot{BOT_API}/setWebhook?url=https://{SITE_URL}/?app=telegram&amp;module=telegram&amp;controller=telegram</span></pre>

<p>
	After that, the following information should be displayed on the screen:
</p>

<pre style="background-color:#ffffff;color:#000000;font-size:14px;">{"ok":true,"result":true,"description":"Webhook was set"}</pre>

<p>
	<span style="font-size:20px;"><strong>Notification settings</strong></span>
</p>

<p>
	Notification options are enabled in the app, but not activated for all users at once. Therefore, you can make each notification event not as a suggested option, but enabled by default for all users.
</p>

<p>
	Each user will receive a notification in Telegram if two conditions are met:
</p>

<p>
	Enabled option in notifications settings (/notifications/options/).<br />
	The user's nickname is specified in "Your nickname in Telegram" on the same page.
</p>

<p>
	Setup completed!
</p>
]]></description><guid isPermaLink="false">3</guid><pubDate>Mon, 21 Nov 2022 06:22:35 +0000</pubDate></item><item><title>Verification via ShuftiPro</title><link>https://invisiondevs.com/docs/member-functions/verification-via-shuftipro-r4/</link><description><![CDATA[<p>
	ShuftiPro - Real-time Identity Verification KYC, AML and KYB. You can verify users registered in your community through the service ShuftiPro.com. You need to access the control panel from the link <a href="https://shuftipro.com/try-now/" rel="external nofollow">https://shuftipro.com/try-now/</a>
</p>

<p>
	You need to purchase the Verification app for Invision Community, install it and make the following settings:
</p>

<p>
	<span style="font-size:18px;"><strong>Community setting</strong></span>
</p>

<p>
	Go to ACP &gt; System &gt; Verification &gt; Settings and select Verification type - Shufti Pro. Fill in the fields:
</p>

<p>
	Shufti Pro Client ID, Shufti Pro Secret Key and Shufti Pro Description, on the Access tab, select the groups that will have access to the verification process. Save your settings.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="9" href="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_api_settings.png.406834e667c983cead0b849417863bbe.png" rel=""><img alt="API settings on ShuftiPro" class="ipsImage ipsImage_thumbnailed" data-fileid="9" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_api_settings.thumb.png.660f454724163456c13e65147ad83e0b.png" loading="lazy" height="540"></a>
</p>

<p>
	<span style="font-size:18px;"><strong>Getting data for the connection with shuftipro.com</strong></span>
</p>

<p>
	Login to the backoffice portal - <a href="https://backoffice.shuftipro.com/dashboard" rel="external nofollow">https://backoffice.shuftipro.com/dashboard</a> and go to menu Settings &gt; API Keys and copy Client ID and Current Secret Key, then paste the copied data into the Verification app settings. After that, the user will be able to pass verification from their settings:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="8" href="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_settings.png.b44014342b64ef3cc8a920808f4f1870.png" rel=""><img alt="Verification area from member settings" class="ipsImage ipsImage_thumbnailed" data-fileid="8" style="width:300px;height:177px;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_settings.thumb.png.3627fa9d0d49502d092ace1b077b614c.png" loading="lazy" height="590"></a>
</p>

<p>
	The verification process looks like this:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="4" href="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_select_type.png.eecfbd04fd0e5e5804a2d73e2f09c948.png" rel="" style="float:left;"><img alt="Verification language selecting" class="ipsImage ipsImage_thumbnailed" data-fileid="4" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_select_type.thumb.png.1e5f183c43a3b512dadd8b2920b5e873.png" loading="lazy" height="690"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="6" href="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_verification.png.6e420500336cf71756ffcf1ee601ad8b.png" rel="" style="float:left;"><img alt="Verification process" class="ipsImage ipsImage_thumbnailed" data-fileid="6" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_verification.thumb.png.57cc0eed90e2078e71be76e989230f2d.png" loading="lazy" height="680"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="7" href="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_verified.png.1f2217d6444028691c1a69148af60039.png" rel=""><img alt="Verification passed" class="ipsImage ipsImage_thumbnailed" data-fileid="7" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/ShuftiPro_verified.thumb.png.f8e4435241ce52437e9d96181e7ccc39.png" loading="lazy" height="630"></a>
</p>
]]></description><guid isPermaLink="false">4</guid><pubDate>Mon, 05 Dec 2022 16:07:05 +0000</pubDate></item><item><title>Verification via WithPersona.com</title><link>https://invisiondevs.com/docs/member-functions/verification-via-withpersonacom-r5/</link><description><![CDATA[<p>
	WithPersona.com - humanizing online identity by helping companies verify that their users are who they say they are. You can verify users registered in your community through the service WithPersona.com. You need to access the control panel from the link <a href="https://app.withpersona.com/dashboard" rel="external nofollow">https://app.withpersona.com/dashboard</a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="11" href="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_dashboard.png.e8537093cb2ee2e7514db9bc17f6ab7c.png" rel=""><img alt="WithPersona dashboard" class="ipsImage ipsImage_thumbnailed" data-fileid="11" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_dashboard.thumb.png.2ed3e55ba873bef38678d2fdc1fed11f.png" loading="lazy" height="530"></a>
</p>

<p>
	You need to purchase the Verification app for Invision Community, install it and make the following settings:
</p>

<ul><li>
		<strong>Persona API key</strong> - this key can be obtained from the link <a href="https://app.withpersona.com/dashboard/api-keys" rel="external nofollow">https://app.withpersona.com/dashboard/api-keys</a>
	</li>
	<li>
		<strong>Inquiry Template ID</strong> - you can create various step templates that the user will go through for their verification, specify the ID of such a template here, you can get it from the link <a href="https://app.withpersona.com/dashboard/inquiry-templates" rel="external nofollow">https://app.withpersona.com/dashboard/inquiry-templates</a>
	</li>
	<li>
		<strong>WithPersona Description</strong> - Describe the process for the member.
	</li>
</ul><p>
	The verification process through WithPersona.com looks like this:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="13" href="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_start_screen.png.91dde4c810308245f2d25390eb99fb42.png" rel="" style="float:left;"><img alt="WithPersona.com verification start screen" class="ipsImage ipsImage_thumbnailed" data-fileid="13" style="width:300px;height:auto;" width="622" src="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_start_screen.thumb.png.7395308b5e3b92c842ee405d23783fca.png" loading="lazy" height="746.4"></a><a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="12" href="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_select_document.png.a4840656f276aa62410787af8ea4796a.png" rel="" style="float:left;"><img alt="WithPersona.com verification select document" class="ipsImage ipsImage_thumbnailed" data-fileid="12" style="width:300px;height:auto;" width="629" src="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_select_document.thumb.png.203750e719e5f7cdac141f6cbf4541af.png" loading="lazy" height="748.51"></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="14" href="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_upload_document.png.76a5f932517ed658c3cfd014e3737801.png" rel="" style="float:left;"><img alt="WithPersona.com verification uploading document" class="ipsImage ipsImage_thumbnailed" data-fileid="14" style="width:300px;height:auto;" width="630" src="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_upload_document.thumb.png.5cde5331405233776be19d7919cb393c.png" loading="lazy" height="749.7"></a><a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="15" href="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_verified.png.16f41bf8b358dade981336539c145c10.png" rel="" style=""><img alt="WithPersona.com verified" class="ipsImage ipsImage_thumbnailed" data-fileid="15" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/withpersona_verified.thumb.png.782d5a5276a4f68b5bf99581a0e75d95.png" loading="lazy" height="620"></a>
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong>Webhook setting up</strong></span>
</p>

<p>
	Go to page <a href="https://app.withpersona.com/dashboard/webhooks" ipsnoembed="true" rel="external nofollow">https://app.withpersona.com/dashboard/webhooks</a> and click to the button Create webhook:
</p>

<ul><li>
		URL: <span ipsnoautolink="true">https://YOURCOMMUNITY/?app=verification&amp;module=request&amp;controller=withpersona</span>
	</li>
	<li>
		Enabled events:
		<ul><li>
				account.created
			</li>
			<li>
				inquiry.completed
			</li>
			<li>
				verification.passed
			</li>
			<li>
				verification.failed
			</li>
			<li>
				verification.canceled
			</li>
			<li>
				verification.requires-retry
			</li>
		</ul></li>
	<li>
		Key inflection: camel
	</li>
</ul><p>
	Save the webhook! Setup completed!
</p>
]]></description><guid isPermaLink="false">5</guid><pubDate>Mon, 05 Dec 2022 20:59:02 +0000</pubDate></item><item><title>Verification via Sumsub.com</title><link>https://invisiondevs.com/docs/member-functions/verification-via-sumsubcom-r6/</link><description><![CDATA[<p>
	Sumsub.com - a seamless solution for onboarding any number of users worldwide, powered by a verification engine that supports IDs from 220+ countries and territories. You can verify users registered in your community through the service Sumsub.com. You need to go through the registration process to gain access to the control panel from the link <a href="https://cockpit.sumsub.com/checkus#/signUp" rel="external nofollow">https://cockpit.sumsub.com/checkus#/signUp</a>
</p>

<p>
	You need to purchase the Verification app for Invision Community, install it and make the following settings:
</p>

<ul><li>
		<strong>Sumsub Token</strong> - you can get a token from the link - <a href="https://cockpit.sumsub.com/checkus#/devSpace/appTokens" rel="external nofollow">https://cockpit.sumsub.com/checkus#/devSpace/appTokens</a> &gt; Generate app token.
	</li>
	<li>
		<strong>Sumsub Secret Key</strong> - when generating Sumsub Token, you will also receive Secret Key, which also needs to be copied.
	</li>
	<li>
		<strong>Level Name</strong> - enter here the name of the required verification level - <a href="https://cockpit.sumsub.com/checkus#/sdkIntegrations/levels/individual" rel="external nofollow">https://cockpit.sumsub.com/checkus#/sdkIntegrations/levels/individual</a>.
	</li>
</ul><p>
	After saving the settings, the user will be able to pass verification in the profile settings, the process looks like this:
</p>

<div>
	<p>
		<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="16" href="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_select_document.png.e3a6f71551b59c026a3146bac87bece7.png" rel="" style="float:left;"><img alt="SumSub select document" class="ipsImage ipsImage_thumbnailed" data-fileid="16" style="width:300px;height:auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_select_document.thumb.png.4ca58f71f12d6981693e3aa81d281f44.png" loading="lazy" height="650"></a><a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" data-fileext="png" data-fileid="17" href="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_upload_document.png.d243c347a64c7c9a58da1dadacf91de5.png" rel="" style="float:left;"><img alt="SumSub uploading document" class="ipsImage ipsImage_thumbnailed" data-fileid="17" style="width:300px;height:auto;" width="999" src="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_upload_document.thumb.png.83dcf2e526be09e1a077362a7259ae12.png" loading="lazy" height="779.22"></a><a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="18" href="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_verified.png.c604bc4c19c0ec86de19e54bc627ea8e.png" rel="" style=""><img alt="SumSub verified" class="ipsImage ipsImage_thumbnailed" data-fileid="18" style="width: 300px; height: 186px;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/sumsub_verified.thumb.png.0688d27ccabca42a2b20492f02c5d394.png" loading="lazy" height="620"></a>
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong>Webhook setting up</strong></span>
</p>

<p>
	Go to page <a href="https://cockpit.sumsub.com/checkus#/devSpace/webhooks" ipsnoembed="true" rel="external nofollow">https://cockpit.sumsub.com/checkus#/devSpace/webhooks</a> and click to the button Create webhook:
</p>

<ul><li>
		Receiver: HTTP address
	</li>
	<li>
		Target: <span ipsnoautolink="true">https://YOURCOMMUNITY/?app=verification&amp;module=request&amp;controller=sumsub</span>
	</li>
	<li>
		<span ipsnoautolink="true">Type: select all types</span>
	</li>
	<li>
		<span ipsnoautolink="true">Active: Yes</span>
	</li>
</ul><p>
	<span ipsnoautolink="true">Save the webhook! Setup completed!</span>
</p>
]]></description><guid isPermaLink="false">6</guid><pubDate>Tue, 06 Dec 2022 07:39:38 +0000</pubDate></item><item><title>Verification via Verifai.com</title><link>https://invisiondevs.com/docs/member-functions/verification-via-verifaicom-r7/</link><description><![CDATA[<p>
	Verifai.com offers seamless identity verification solutions for every use case. Easy to implement and customize, while taking the highest privacy and security standards in mind. Integrates effortlessly into mobile and web applications.
</p>

<p>
	You can verify users registered in your community through the service Verifai.com. You need to access the control panel from the link <a href="https://dashboard.verifai.com/account/register/" ipsnoembed="true" rel="external nofollow">https://dashboard.verifai.com/account/register/</a>. After that, on the dashboard <a href="https://dashboard.verifai.com/" ipsnoembed="true" rel="external nofollow">https://dashboard.verifai.com/</a> you must choose the solution - Web ID verification SDK (SaaS). Now click the Add implementation button and choose Add Web SDK implementation. 
</p>

<p>
	You need to purchase the Verification app for Invision Community, install it and make the following settings:
</p>

<p>
	<span style="font-size:20px;"><strong>Community setting</strong></span>
</p>

<p>
	Go to ACP &gt; System &gt; Verification &gt; Settings and select Verification type - Verifai. Fill in the fields:
</p>

<ul><li>
		Verifai secret API token: on your application page (<a href="https://dashboard.verifai.com/apps/" ipsnoembed="true" rel="external nofollow">https://dashboard.verifai.com/apps/</a>).
	</li>
	<li>
		Verifai Webhook Secret: see webhook setup below
	</li>
	<li>
		Verifai Description: The description that will be displayed to the user on the verification page.
	</li>
</ul><p>
	Save you settings.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" href="https://invisiondevs.com/uploads/monthly_2022_12/verifai_start.png.55dc7a428266b3afb38cb824b56b712b.png" style="float: left;" data-fileid="20" data-fileext="png" rel=""><img alt="Verifai start verification" class="ipsImage ipsImage_thumbnailed" data-fileid="20" data-unique="inouckn14" style="width: 300px; height: auto;" width="740" src="https://invisiondevs.com/uploads/monthly_2022_12/verifai_start.thumb.png.b2bef4465a46c2004dd9d7519c1ef965.png" loading="lazy" height="747.4"></a><a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" href="https://invisiondevs.com/uploads/monthly_2022_12/verifai_select_type.png.24f931ef029837229fd230993f22c008.png" style="float: left;" data-fileid="19" data-fileext="png" rel=""><img alt="Verifai select document type" class="ipsImage ipsImage_thumbnailed" data-fileid="19" data-unique="tv3wt8gqk" style="width: 300px; height: auto;" width="765" src="https://invisiondevs.com/uploads/monthly_2022_12/verifai_select_type.thumb.png.39cc9dde3092ed7967678c8838ded892.png" loading="lazy" height="749.7"></a><a class="ipsAttachLink ipsAttachLink_image ipsAttachLink_left" href="https://invisiondevs.com/uploads/monthly_2022_12/verifai_upload_document.png.0d2b8025c87ec19bb08cc572b45c5b72.png" style="float: left;" data-fileid="21" data-fileext="png" rel=""><img alt="Verifai document type form" class="ipsImage ipsImage_thumbnailed" data-fileid="21" data-unique="wjd7x21j6" style="width: 300px; height: auto;" width="778" src="https://invisiondevs.com/uploads/monthly_2022_12/verifai_upload_document.thumb.png.02389e455fb848fad28c5deb90324c85.png" loading="lazy" height="746.88"></a><a class="ipsAttachLink ipsAttachLink_image" href="https://invisiondevs.com/uploads/monthly_2022_12/verifai_verified.png.b50b9e0905cadf9bb68103734d234925.png" data-fileid="22" data-fileext="png" rel=""><img alt="Verifai verified" class="ipsImage ipsImage_thumbnailed" data-fileid="22" data-unique="a43papk71" style="width: 300px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/verifai_verified.thumb.png.ed51c91022e0d57cabc50d1c16e3e6bd.png" loading="lazy" height="640"></a>
</p>

<p>
	<span style="font-size:20px;"><strong>Webhook setting up</strong></span>
</p>

<p>
	Go to your application (Manage solution) on Verifai dahsboard and in the menu on the left, click the button Webhooks (if you do not have such a menu, write to support).
</p>

<p>
	Add new webhook with url: <span ipsnoautolink="true">https://YOURCOMMUNITY/index.php?app=verification&amp;module=request&amp;controller=verifai.</span>
</p>

<p>
	<span ipsnoautolink="true">Copy the secret key and paste it into the settings in Invision Community.</span>
</p>
]]></description><guid isPermaLink="false">7</guid><pubDate>Tue, 06 Dec 2022 09:17:35 +0000</pubDate></item><item><title>Member verification</title><link>https://invisiondevs.com/docs/member-functions/member-verification-r8/</link><description><![CDATA[<p>
	You can set up verification of users in your community on Invision Community, additional to registration process. You can verify users manually or using third-party services. To verify users, you need to install the Verification application for Invision Community. 
</p>

<p>
	<span style="font-size:20px;"><strong>Application settings</strong></span>
</p>

<p>
	After installing the application, you need to make basic settings: go to ACP &gt; System &gt; Verification &gt; Settings. Here you can select the verification type, which groups can verify users, which groups are <strong>required</strong> to verify to continue using the community, and whether users can delete their pending verification request. 
</p>

<p>
	On the Promotion tab, you can specify which groups to promote the user to after verification, and on the Icon tab, you can upload an icon that will be displayed next to the user's nickname on the forum. 
</p>

<p>
	In addition to manual verification, you can use verification through specialized services:
</p>

<ul><li>
		<a href="https://invisiondevs.com/docs/member-functions/verification-via-verifaicom-r7/?do=getNewComment&amp;d=1&amp;id=7" rel="">Verifai.com</a>
	</li>
	<li>
		<a href="https://invisiondevs.com/docs/member-functions/verification-via-sumsubcom-r6/?do=getNewComment&amp;d=1&amp;id=6" rel="">Sumsub.com</a>
	</li>
	<li>
		<span ipsnoautolink="true"><a href="https://invisiondevs.com/docs/member-functions/verification-via-withpersonacom-r5/?do=getNewComment&amp;d=1&amp;id=5" rel="">WithPersona.com</a></span>
	</li>
	<li>
		<span ipsnoautolink="true"><a href="https://invisiondevs.com/docs/member-functions/verification-via-shuftipro-r4/?do=getNewComment&amp;d=1&amp;id=4" rel="">ShuftiPro.com</a></span>
	</li>
</ul><p>
	<span style="font-size:20px;"><strong>Manual verification</strong></span>
</p>

<p>
	In the user settings, a form for uploading a photo and a description that you specified in the application settings will appear.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="25" href="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual.png.743b4362bf85b863f1ebcec05d1d000c.png" rel=""><img alt="Manual verification form" class="ipsImage ipsImage_thumbnailed" data-fileid="25" data-unique="r154wmzsz" style="width: 400px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual.thumb.png.20f3393cdd84082ac487264351fa4280.png" loading="lazy" height="600"></a>
</p>

<p>
	After sending the photo, the verification request will go to the moderator panel for approval, the user will be shown this screen:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="27" href="https://invisiondevs.com/uploads/monthly_2022_12/verification_pending_approval.png.8279bbfb4923151905e69eb52edee5b6.png" rel=""><img alt="Manual verification pending approval" class="ipsImage ipsImage_thumbnailed" data-fileid="27" data-unique="0n8mbu6zg" style="width: 400px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/verification_pending_approval.thumb.png.82205839bbf9b0223583f67ed2d3c146.png" loading="lazy" height="490"></a>
</p>

<p>
	The moderator has access to the interface for viewing requests and approving them in the moderator panel:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="24" href="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual_requests.png.f779cd064699dfea8f015852b598bf59.png" rel=""><img alt="Verification requests" class="ipsImage ipsImage_thumbnailed" data-fileid="24" data-unique="s8e1osdzo" style="width: 400px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual_requests.thumb.png.8ad8d78c53f7c26c2a5dbc5497f90068.png" loading="lazy" height="450"></a>
</p>

<p>
	Viewing a request in the moderator panel:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="23" href="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual_mark.png.9306493289ef03c16d531d66b1f26af2.png" rel=""><img alt="Manual approval request view" class="ipsImage ipsImage_thumbnailed" data-fileid="23" data-unique="37qasxjwa" style="width: 400px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/verification_manual_mark.thumb.png.2490dde817b4bdb040c68919c5ca9703.png" loading="lazy" height="520"></a>
</p>

<p>
	After a request is approved, the user receives a notification that his verification request has been accepted.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="26" href="https://invisiondevs.com/uploads/monthly_2022_12/verification_notification.png.56d76ef473f45e8806e2f0e0ba447203.png" rel=""><img alt="Verification notification" class="ipsImage ipsImage_thumbnailed" data-fileid="26" data-unique="azj85vazn" style="width: 400px; height: auto;" width="782" src="https://invisiondevs.com/uploads/monthly_2022_12/verification_notification.thumb.png.cfd85bc36d18a4f4268a0c7dfc67480e.png" loading="lazy" height="750.72"></a>
</p>
]]></description><guid isPermaLink="false">8</guid><pubDate>Tue, 06 Dec 2022 09:49:45 +0000</pubDate></item><item><title>Xbox Live Integration</title><link>https://invisiondevs.com/docs/member-functions/xbox-live-integration-r9/</link><description><![CDATA[<p>
	The Xbox Live Integration app allows your users to attach their Xbox Live game data to their profile in Invision Community. Also, users can register and log in to the community using a Xbox Live account.
</p>

<p>
	<span style="font-size:20px;"><strong>App registration</strong></span>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="28" href="https://invisiondevs.com/uploads/monthly_2022_12/xboxlive_apps.png.4a80bcbf56e7983253cebd64d511e766.png" rel=""><img alt="Register the new app" class="ipsImage ipsImage_thumbnailed" data-fileid="28" data-unique="jqk7x8pxu" style="width: 400px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/xboxlive_apps.thumb.png.d12360b59455b00773ef65de3d16794e.png" loading="lazy" height="390"></a>
</p>

<p>
	First you need to register the application in the Microsoft Azure service:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted" id="ips_uid_7587_7" style=""><span class="pln">https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade</span></pre>

<p>
	Click to <strong>+ New registration</strong> button, enter an arbitrary name and select an application type: <strong>Personal Microsoft accounts only</strong> and then click to Register.
</p>

<p>
	Now go to the application and select Authentication from the menu on the left and click to <strong>Add a platform</strong>. Select application type: Web and add Redirect URIs:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted" id="ips_uid_116_8" style=""><span class="pln">https://COMMUNITYADDRESS.com/oauth/callback/</span></pre>

<p>
	Find the Allow public client flows setting below and toggle it to Yes and save platform configuration.
</p>

<p>
	Now go to API permissions menu and add New permission - Microsoft Graph: User.Read
</p>

<p>
	Now the settings are completed.
</p>

<p>
	<span style="font-size:20px;"><strong>Install Integration</strong></span>
</p>

<p>
	You need to download the application from the link and install it in Invision Community. Go to the ACP &gt; System &gt; Settings &gt; Login &amp; Registration &gt; + Create New. Client Identifier and Client Secret must be obtained on the Overview tab (portal.azure.com).
</p>

<p>
	Save the settings, now the user who linked the Xbox Live account will have a tab in the profile with his game information.
</p>
]]></description><guid isPermaLink="false">9</guid><pubDate>Mon, 12 Dec 2022 15:59:20 +0000</pubDate></item><item><title>CardGate Payment Gateway</title><link>https://invisiondevs.com/docs/commerce/gateways/cardgate-payment-gateway-r10/</link><description><![CDATA[<p>
	You can connect your <span ipsnoautolink="true">CardGate</span> account to the Commerce app in Invision Community! If you don't have an account yet, you can create one using this link: <a href="https://www.cardgate.com/en/sign-up/" ipsnoembed="true" rel="external nofollow">https://www.cardgate.com/en/sign-up/</a>.
</p>

<p>
	<img alt="CardGate cover" class="ipsImage ipsImage_thumbnailed" data-fileid="29" data-unique="dzyb31787" style="width: 200px; height: auto;" width="600" src="https://invisiondevs.com/uploads/monthly_2022_12/cardgate_cover.png.a0a130b1335fdc0980d5b17f4c2bc036.png" loading="lazy" height="600"></p>

<p>
	 
</p>

<p>
	CardGate - Safe and simple payments for your customers.
</p>

<p>
	<span style="font-size:20px;"><strong>Install application</strong></span>
</p>

<p>
	For the gateway to work correctly, you will need to install the application CardGate Payment Gateway via Admin CP of your community. Now you need to go to the menu Commerce &gt; Payments &gt; Settings &gt; Payment Methods tab &gt; Create new button and select CardGate Payment Gateway. In the next step, you will need to enter your CardGate details.
</p>

<p>
	Client CP:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://invisiondevs.com/uploads/monthly_2022_12/curopayments_cp.png.dcd343737ead8cdd1b2d2105e2dadc1a.png" data-fileid="31" data-fileext="png" rel=""><img alt="Client CP" class="ipsImage ipsImage_thumbnailed" data-fileid="31" data-unique="yz0jyxorz" style="width: 200px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/curopayments_cp.thumb.png.bcac5909589ff2de872aa2cc1ecc345e.png" loading="lazy" height="460"></a>
</p>

<p>
	Payment page:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://invisiondevs.com/uploads/monthly_2022_12/cardgate_success.jpg.c058301cca97933fb3c11922def5221d.jpg" data-fileid="30" data-fileext="jpg" rel=""><img alt="Payment page" class="ipsImage ipsImage_thumbnailed" data-fileid="30" data-unique="dpa175m5h" style="width: 200px; height: 151px;" width="999" src="https://invisiondevs.com/uploads/monthly_2022_12/cardgate_success.thumb.jpg.f4ad4232b2fa9921fc8a59831dcc57fe.jpg" loading="lazy" height="749.25"></a>
</p>

<p>
	<span style="font-size:20px;"><strong>Registration</strong></span>
</p>

<p>
	You need to register in the account using the link - <a href="https://www.dialxs.com/apply-for-an-account/" ipsnoembed="true" rel="external nofollow">https://www.dialxs.com/apply-for-an-account/</a>.
</p>

<p>
	After authorization, you can switch to the site <a href="https://staging.curopayments.net/" ipsnoembed="true" rel="external nofollow">https://staging.curopayments.net/</a> and click on the menu on the left Sites &gt; + Add, after adding a site, go to site settings and set the following parameters:
</p>

<ul><li>
		<strong>Callback URL</strong>: https://yourcommunity/?app=cardgate&amp;module=front&amp;controller=callback
	</li>
	<li>
		<strong>Success URL</strong>: https://yourcommunity/?app=cardgate&amp;module=front&amp;controller=callback&amp;cancel=1
	</li>
	<li>
		<strong>Pending URL</strong>: https://yourcommunity/?app=cardgate&amp;module=front&amp;controller=callback&amp;pending=1
	</li>
	<li>
		<strong>Failure URL</strong>: https://yourcommunity/?app=cardgate&amp;module=front&amp;controller=callback&amp;fail=1
	</li>
</ul><p>
	On this page you will also need copy Site ID and Site Id. 
</p>

<p>
	Merchant ID - At the very top in the right corner you will find this option.
</p>

<p>
	API Key - Select API from the menu on the left.
</p>
]]></description><guid isPermaLink="false">10</guid><pubDate>Fri, 16 Dec 2022 13:00:59 +0000</pubDate></item><item><title>MultiSafepay Payment Gateway</title><link>https://invisiondevs.com/docs/commerce/gateways/multisafepay-payment-gateway-r11/</link><description><![CDATA[<p>
	<strong>MultiSafepay</strong> - Over 30 payment methods. MultiSafepay relies on it’s own infrastructure rather than using multiple third parties. Your transactions are handled entirely by MultiSafepay, from the moment that the customer pays to the settlement on your balance. This ensures higher availability and resilience, faster processing, and optimizes your conversion. Without any other third parties, MultiSafepay ensures faster settlement of funds.
</p>

<p>
	<span style="font-size:20px;"><strong>Registration on MultiSafepay</strong></span>
</p>

<p>
	You must register in the merchant's account, by the link <a href="https://merchant.multisafepay.com/signup" ipsnoembed="true" rel="external nofollow">https://merchant.multisafepay.com/signup</a>, here you can first test the payment solution by selecting a test account (link for register test account: <a href="https://testmerchant.multisafepay.com/signup" ipsnoembed="true" rel="external nofollow">https://testmerchant.multisafepay.com/signup</a>). 
</p>

<p>
	After registration, you will be able to enter your merchant account:
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="32" href="https://invisiondevs.com/uploads/monthly_2022_12/multisafepay_cp.png.060464518036174b19ca576de9aed8e4.png" rel=""><img alt="MultiSafepay Merchant panel" class="ipsImage ipsImage_thumbnailed" data-fileid="32" data-unique="vdguuz72r" style="width: 300px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/multisafepay_cp.thumb.png.3bcca712010eeac4635677b3734cecee.png" loading="lazy" height="530"></a>
</p>

<p>
	Now you need to add your store, follow the menu Integrations &gt; SItes &gt; Add new site, fill in the required fields and save the form. Now open the settings of the added site. Here you need to activate payment methods and copy the API key.
</p>

<p>
	<span style="font-size:20px;"><strong>Installing the gateway application</strong></span>
</p>

<p>
	Download the application from the link and install it on Invision Community. Go to menu Commerce &gt; Payments &gt; Settings &gt; Payment Methods &gt; + Create new. Select MultiSafepay and paste the API key copied from the first step and save the form.
</p>

<p>
	The payment method is set.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://invisiondevs.com/uploads/monthly_2022_12/multisafepay_checkout.png.1be2bd10bd00c8249a9e8ba81426440e.png" data-fileid="33" data-fileext="png" rel=""><img alt="MultiSafepay Payment form" class="ipsImage ipsImage_thumbnailed" data-fileid="33" data-unique="lkife0gvu" style="width: 300px; height: auto;" width="1000" src="https://invisiondevs.com/uploads/monthly_2022_12/multisafepay_checkout.thumb.png.63005ac4d4721de072bbbde344592384.png" loading="lazy" height="720"></a>
</p>
]]></description><guid isPermaLink="false">11</guid><pubDate>Thu, 22 Dec 2022 07:03:58 +0000</pubDate></item></channel></rss>
