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 /customers/{customerId}/notes/{noteId}

Retrieves a customer note.

Example Response

 
{
      "noteId": 777, 
      "uri": "https://api.payjunction.com/customers/899/notes/777", 
      "note": "This is a customer note for customer 899", 
      "created": "2013-11-19T02:42:33Z", 
      "lastModified": "2013-11-19T02:42:33Z", 
      "user": {
            "firstName": "Bilbo", 
            "lastName": "Baggins"
      }
}