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}/addresses/{addressId}

Get a Customer Address.

Example Response

{
      "addressId": 875, 
      "uri": "https://api.payjunction.com/customers/906/addresses/875", 
      "address": "Piazza di Spagna 26", 
      "city": "Roma", 
      "state": "Provincia di Roma", 
      "country": "Italy", 
      "zip": "00187", 
      "created": "2013-11-19T03:29:01Z", 
      "lastModified": "2013-11-19T03:29:01Z"
}