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

User Authentication

All requests to the PayJunction API must include a API User Login and Password. These credentials are passed to PayJunction using HTTP Basic Authentication.

HTTP libraries generally have built-in support for HTTP Basic Authentication. Alternatively the following header must be included in all HTTP requests:

Authorization: Basic base64("apiLogin:apiPassword")

If the login and/or password is wrong, the 401 Unauthorized HTTP Status Code is returned.