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

PUT /customers/{customerId}/notes/{noteId}

Update a customer note.

Parameters

requirednameformatdescription
* note Max Length 2048 Updated note. This will replace existing note text.

Example Response

{
      "noteId": 1812, 
      "uri": "https://api.payjunction.com/customers/916/notes/1812", 
      "note": "Duly noted!", 
      "created": "2013-11-19T03:31:58Z", 
      "lastModified": "2013-11-19T03:32:33Z", 
      "user": {
            "firstName": "John", 
            "lastName": "Hancock"
      }
}