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

POST /customers/{customerId}/notes

Add a note to a customer.

Parameters

requirednameformatdescription
* note Max Length 2048

The note to add to customer.

Example Response

{
      "noteId": 1815, 
      "uri": "https://www.payjunction.com/trinity/api/customers/29/notes/1815", 
      "note": "This is a great customer!", 
      "created": "2013-11-19T03:54:39Z", 
      "lastModified": "2013-11-19T03:54:39Z", 
      "user": {
            "firstName": "Johnny", 
            "lastName": "Demo"
      }
}