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

Response Formats

PayJunction uses json for all API responses. It is considered best practice to include the following header on all HTTP Requests signifying that the client accepts application/json responses.

Accept: application/json

If this header is not included, an application/json response is still returned.