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

Update a Customer Address.

Parameters

required name format description
  address Text, Max Length 128 Address
  city Text, Max Length 32 City
  state Text, Max Length 32 State
  country Text, Max Length 32 Country
  zip Text, Max Length 12 Zip

Example Response

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