
Michael Buckley
I work on the Technical Specialist team based in Bangor.
Articles
-
Testing SCHEMEUPDATE
The following article provides an overview on how to test your payment solution that utilises SCHEMEUPDATE. Summary SCHEMEUPDATE requests are submitted to the Trust Payments Gateway (TRU Connect) ...
-
Payment action types for Adobe Commerce
There are two payment action types that define the behaviour of how transactions are authorised and settled by Trust Payments: “Authorize and Capture” – Trust Payments sends a request to the iss...
-
Google Pay for Payment Pages
Google Pay™ is a digital wallet platform and online payment system developed by Google to power in-app, online, and in-person contactless purchases on mobile devices, enabling users to make paym...
-
Does Google Pay support Tokenization?
With Google Pay, cardholder details are stored and retrieved from the Google Wallet when a Google Pay payment is processed. Tokenizing Google Pay payment information is only supported for the purpo...
-
Does Apple Pay support re-authorisations?
Re-authorisations are not supported for Apple Pay transactions processed with Trust Payments. To process a new payment for a given customer, the customer must be present and prompted again for t...
-
Going live with iOS SDK
After you have finished configuring your site and have tested thoroughly, follow the final steps below to begin processing live payments. Before you continue… Most acquiring banks mandate that ...
-
Going live with Android SDK
After you have finished configuring your site and have tested thoroughly, follow the final steps below to begin processing live payments. Before you continue… Most acquiring banks mandate that ...
-
6️⃣ Go live
After you have finished configuring your site and have tested thoroughly, follow the final steps below to begin processing live payments. Before you continue… Most acquiring banks mandate that ...
-
Can I accept a payment that has been cancelled?
Cancelled transactions are not allowed to be settled. Cancellation is a permanent action that cannot be undone. To accept payment from the customer, you will need to submit a new payment for author...
-
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 timetimestamp = int(time.time()) The output should be in the format of a dec...