Michael Buckley
I work on the Technical Specialist team based in Bangor.
Articles
-
Summary of 3D Secure version 2 fields
FieldDescriptionCAVVThe unique Cardholder Authentication Verification Value (CAVV) associated with the transaction.ECIThe ECI (E-Commerce Indicator) security level associated with the transaction. ...
-
Network Token Requestor Payments
About Network Tokens Network tokenisation is a new method of securely processing transactions where tokens issued by card schemes are used to facilitate payments rather than needing to send sen...
-
📽️ 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...