Michael Buckley
I work on the Technical Specialist team based in Bangor.
Articles
-
📽️ Rule Manager
 This feature is available to merchants using our TRU Connect gateway. The Rule Manager allows you to create your own customised Rules (or activate/deactivate pre-defined system rules) on your ...
-
Can I process Payouts to customers using Apple Pay?
Please see the guidance below: Â The solutions documented here require integration with our Webservices API. View our docs. For Payment Pages, JavaScript or Mobile SDK integrations If you're devel...
-
Creating an invoice with Adobe Commerce
If the payment action is set to “Authorize Only”, you must create the invoice manually. When creating the invoice, a request will be sent to Trust Payments to change the settle status from “2” to “...
-
Mastercard for Payment Pages
Mastercard is a technology company in the global payments business. They connect consumers, financial institutions, merchants, governments and businesses worldwide, enabling them to use electronic...
-
JCB for Webservices API
JCB (an initialism of the company’s former name, Japan Credit Bureau) is a credit card company based in Tokyo, Japan. It is Japan’s only international payment brand. JCB has been pursuing independ...
-
Can I process a re-authorisation?
Yes. There are two methods to perform re-authorisations: Â Using Portal Re-authorisations can be processed through Portal. Sign in to Portal and find the transaction for which you would like to pe...
-
Testing DCC payments
The card numbers listed in this test section are associated with specific local currencies. During your integration, you can use the following international test card details in order to test your ...
-
Example of generating Unix time
The following is an example of how to calculate the time in seconds since the Unix epoch (in UTC), using Python:import time timestamp = int(time.time()) The output should be in the format of a deci...
-
Card transactions: Customising the UI
The Drop-In Controller includes customisation options, allowing you to tailor the appearance of your checkout to better fit the branding of your app. There are options that allow you to change the ...
-
Card transactions: Customising the UI
The Drop-In Payment View includes customisation options, allowing you to tailor the appearance of your checkout to better fit the branding of your app. There are options that allow you to change th...