Avatar

Michael Buckley

I work on the Technical Specialist team based in Bangor.

  • Total activity 2214
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 1452

Articles

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

    • 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
  • Payment Pages field specification

    The following fields can be included within the POST submitted from your website to Payment Pages.   Requirements: All field names must be submitted in lowercase. Do not submit multiple fields wit...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Localisation

    By specifying the locale parameter during SDK initialisation as described below, you can change the language and formatting of text displayed to better suit the needs of your international customer...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Localisation

    By specifying the locale parameter during SDK initialisation as described below, you can change the language and formatting of text displayed to better suit the needs of your international customer...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • TRANSACTIONQUERY

      The following content assumes you have obtained the necessary PCI certification to process and submit sensitive cardholder data in the request to our Webservices API.Read this article to learn m...

    • Edited
    • 3 followers
    • 0 comments
    • 0 votes
  • Update JWT

    This document explains how to update the JWT with new data entered on the checkout form by the user. A common use-case for this functionality is when the customer is making a donation and are promp...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Action types

      URL notifications URL notification actions are requests sent from Trust Payments to a pre-defined URL.These notifications contain information about requests processed on your Trust Payments acco...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Pay by Link

    The “Pay by Link” page simplifies the process of requesting a new payment from a customer. A link is generated that, when clicked by the customer, opens a webpage to a secure checkout page hosted ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Sign out

      In the interest of security, it is important to sign out of MyST when you have finished your session. To sign out of MyST, access the config menu by clicking the cog in the upper-right, then c...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes