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}/vaults/{vaultId}

Get a Customer Vault.

Example Response

{
      "vaultId": 937, 
      "uri": "https://api.payjunction.com/customers/906/vaults/937", 
      "type": "CARD", 
      "accountType": "MASTERCARD", 
      "lastFour": "3694", 
      "cardExpMonth": 12, 
      "cardExpYear": 2016, 
      "created": "2013-11-18T22:50:22Z", 
      "lastModified": "2013-11-18T22:50:22Z", 
      "address": {
            "addressId": 869, 
            "uri": "https://api.payjunction.com/customers/906/addresses/869", 
            "address": "1234 Main St.", 
            "city": "Los Angeles", 
            "state": "CA", 
            "country": "USA", 
            "zip": "91201", 
            "created": "2013-11-18T22:50:22Z", 
            "lastModified": "2013-11-19T04:56:26Z"
      }
}