Avatar

Michael Buckley

I work on the Technical Specialist team based in Bangor.

  • Total activity 2053
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 1353

Articles

Recent activity by Michael Buckley
  • 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) ...

    • Edited
    • 2 followers
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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 ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes