<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[RemitONE Ltd]]></title>
<link><![CDATA[https://support.remitone.com/]]></link>
<description />
<generator><![CDATA[Kayako case v4.93.29]]></generator>
<item>
<title><![CDATA[How to get help from RemitONE]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/how-to-get-help-from-remitone]]></link>
<guid isPermaLink="false"><![CDATA[c74d97b01eae257e44aa9d5bade97baf]]></guid>
<pubDate><![CDATA[Mon, 25 Jan 2016 11:13:54 +0000]]></pubDate>
<dc:creator />
<description><![CDATA[Support Desk
We have a dedicated in-house support team ready to help with all your enquiries on any of our products.

         Application &amp; Services - All products in our RemitONE suite.
         Accounts &amp; Billing - Get help with your accoun...]]></description>
<content:encoded><![CDATA[<p><strong>Support Desk</strong></p>
<p>We have a dedicated in-house support team ready to help with all your enquiries on any of our products.</p>
<ul>
<li>         Application &amp; Services - All products in our RemitONE suite.</li>
<li>         Accounts &amp; Billing - Get help with your accounts, subscriptions and payments.</li>
</ul>
<p>Our technical support team are readily available to help with all your Money Transfer Engine (MTE) related issues and enquiries. They can be reached via the following contact:</p>
<p>Online Helpdesk: <a href="https://support.remitone.com/">https://support.remitone.com/</a></p>
<p>Telephone: +44 (0)20 8099 5795</p>
<p>Telephone support is provided to customers on Professional &amp; Enterprise Editions only, please consult your agreement if you are unsure if you qualify for telephone support.</p>
<p> </p>
<p> </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pulse Telecom SMS]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/pulse-telecom-sms]]></link>
<guid isPermaLink="false"><![CDATA[3ad7c2ebb96fcba7cda0cf54a2e802f5]]></guid>
<pubDate><![CDATA[Fri, 19 Dec 2025 15:35:57 +0000]]></pubDate>
<dc:creator />
<description><![CDATA[This KB article just documents how to setup Pulse Telecom SMS.
In System Configuration Settings, please provide values for the following settings:
SMS_USERNAME -&gt; pulse telecom usernameSMS_PASSWORD -&gt; pulse telecom passwordSMS_SERVER -&gt; The URL...]]></description>
<content:encoded><![CDATA[<p>This KB article just documents how to setup Pulse Telecom SMS.</p>
<p>In System Configuration Settings, please provide values for the following settings:</p>
<p>SMS_USERNAME -&gt; pulse telecom username<br />SMS_PASSWORD -&gt; pulse telecom password<br />SMS_SERVER -&gt; The URL that you need to send the messages to<br />SMS_ENDPOINT -&gt; The endpoint of the URL you need to send the messages to (you do not need to actually add anything here a you can pass the full URL in the SMS_SERVER setting but if you do, please make sure there is a / at the end of the SMS_SERVER setting)<br />SMS_FROM_NAME -&gt; The name of the person/company sending message</p>
<p>If you need to make any changes to the Pulse Telecom Code due to some issues, you can find the code in the following file:</p>
<p>classes/util/sms/PulseTelecomSMSSender</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flagright Integration Setup]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/flagright-integration]]></link>
<guid isPermaLink="false"><![CDATA[b3967a0e938dc2a6340e258630febd5a]]></guid>
<pubDate><![CDATA[Fri, 19 Dec 2025 15:44:21 +0000]]></pubDate>
<dc:creator />
<description><![CDATA[The KB article will just tell you how to setup the Flagright Integration.
In config_3rdparty.json, complete the settings for the below config
"FLAGRIGHT": {
	"enabled": false,
	"url": "https://sandbox.api.flagright.com/",
	"api_key": "",
	"webhook_h...]]></description>
<content:encoded><![CDATA[<p>The KB article will just tell you how to setup the Flagright Integration.</p>
<p>In config_3rdparty.json, complete the settings for the below config</p>
<pre class="language-markup"><code>"FLAGRIGHT": {
	"enabled": false,
	"url": "https://sandbox.api.flagright.com/",
	"api_key": "",
	"webhook_hash_secret": "",
	"suspicious_risk_level": { // craRiskLevel
		"remitter": "VERY_HIGH",
		"beneficiary": "VERY_HIGH",
	}
},</code></pre>
<p>In config_notification.json, in realtime subscriptions, add the following subscribers.</p>
<pre class="language-markup"><code>"CREATE_REMITTER": [
	"remitone\\integration\\Flagright\\Subscribers\\FlagrightMemberSubscriber"
],
"CREATE_BENEFICIARY": [
	"remitone\\integration\\FlagrightSubscribers\\FlagrightBeneficiarySubscriber"
],
"UPDATE_REMITTER": [
	"remitone\\integration\\Flagright\\Subscribers\\FlagrightMemberSubscriber"
],
"UPDATE_BENEFICIARY": [
	"remitone\\integration\\Flagright\\Subscribers\\FlagrightBeneficiarySubscriber"
],
"NEW_TRANSACTION": [
	"remitone\\integration\\Flagright\\Subscribers\\FlagrightVerifyTransactionSubscriber"
],</code></pre>
<p>If the client wishes to use the Webhook notifications, you need to configure webhooks to point to the following url:</p>
<pre class="language-markup"><code>https://{arm-url-here}/Flagright_notify.php</code></pre>
<p>There is also a script to create all the remitters/beneficiaries on the system as a user on flagright, the realtime subscriptions do handle this as well:</p>
<pre class="language-markup"><code>php bin/integration flagright:create-users</code></pre>]]></content:encoded>
</item>
<item>
<title><![CDATA[EDD/Threshold Forms.]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/eddthreshold-forms]]></link>
<guid isPermaLink="false"><![CDATA[d81f9c1be2e08964bf9f24b15f0e4900]]></guid>
<pubDate><![CDATA[Fri, 19 Dec 2025 17:17:56 +0000]]></pubDate>
<dc:creator />
<description><![CDATA[This is just a guide on how to setup the EDD/Threshold (compliance) forms on the Velocity compliance rules.
The default behaviour is of that if you select that the velocity compliance rule should print the edd form once the rule is triggered, it will use...]]></description>
<content:encoded><![CDATA[<p>This is just a guide on how to setup the EDD/Threshold (compliance) forms on the Velocity compliance rules.</p>
<p>The default behaviour is of that if you select that the velocity compliance rule should print the edd form once the rule is triggered, it will use the form that is set in <strong>THRESHOLD_OVERRUN_FORM </strong>in config.json.</p>
<p>If you want to have multiple EDD/Threshold forms, you need to configure the following:</p>
<p><strong>COMPLIANCE_FORM_PRINT_SELECT</strong></p>
<p><span data-teams="true">Add the forms you want selectable on the velocity compliance rules to the above config in System Configuration Settings. You can then select which compliance rule should print which form on the select box which appears after the Print Compliance Form select box once values are configured in the above setting.</span><span data-teams="true"></span></p>
<p><span data-teams="true">As of now, there are only three forms available:</span></p>
<p><span data-teams="true">1. gsc_form_one_pdf<br />2. gsc_form_two_pdf<br />3. threshold_overrun_form_pdf</span><span data-teams="true"></span></p>
<p><span data-teams="true">Any new forms that need to be added need to be passed over to the Change Request team so that the Dev team can add the form to the current available forms.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Your Billing Explained]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[0f28b5d49b3020afeecd95b4009adf4c]]></guid>
<pubDate><![CDATA[Mon, 27 Nov 2017 10:57:04 +0000]]></pubDate>
<dc:creator />
<description><![CDATA[This article (attachment) explains in depth how our billing function operates and to give examples of how transaction and support incident costs are calculated, our customisation (bespoke development) payment and delivery process and how we allocate your ...]]></description>
<content:encoded><![CDATA[This article (attachment) explains in depth how our billing function operates and to give examples of how transaction and support incident costs are calculated, our customisation (bespoke development) payment and delivery process and how we allocate your payments made to us. The final sections cover how and when we send out reminders, suspension of service (due to non-payment), late payment fees, disputed items and VAT charges.<br /><br />Please read this article carefully. If you have any questions regarding this article or your business circumstances please feel free to contact billing@remitone.com]]></content:encoded>
</item>
<item>
<title><![CDATA[How can we help you?]]></title>
<link><![CDATA[https://support.remitone.com/index.php?/Knowledgebase/Article/View/]]></link>
<guid isPermaLink="false"><![CDATA[c4ca4238a0b923820dcc509a6f75849b]]></guid>
<pubDate><![CDATA[Tue, 13 Oct 2015 16:41:32 +0100]]></pubDate>
<dc:creator />
<description><![CDATA[Dear RemitONE customer, let us know how we can help support you with your platform! Best wishes, Reza.]]></description>
<content:encoded><![CDATA[<p>Dear RemitONE customer, let us know how we can help support you with your platform! Best wishes, Reza.</p>]]></content:encoded>
</item>
</channel>
</rss>