PAYMENTS
SIMPLIFIED


Offer all the payment features your
customers want with a fast integration
that limits your PCI scope.

GET STARTED

API Base URLs

  • Production Server

    For processing live transactions

    https://api.payjunction.com

  • Test Server

    For development

    https://api.payjunctionlabs.com

Most Commonly Referred to Articles

GET /transactions/{transactionId}/notes/{noteId}

Get a transaction note.

Example Response

{
      "noteId": 1, 
      "uri": "https://api.payjunction.com/transactions/1/notes/1", 
      "note": "This is a note that belongs to a transaction.", 
      "created": "2013-08-26T17:42:17Z", 
      "lastModified": "2013-08-26T17:42:17Z", 
      "user": {
            "firstName": "John", 
            "lastName": "Keats"
      }
}