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 /publishablekeys

Get a list of publishable keys for JavaScript Tokenization.

Example Request

curl https://api.payjunction.com/publishablekeys \
-u "login:password" \
-H "X-PJ-Application-Key: YOUR_PRODUCTION_APP_KEY"

Example Response

{
"results" : [ {
"keyValue" : "key_D_F9Ba3KZdfcaMbFkuPH5B5Qacrbb3RIo5SD9z2B1aXm6f3KxsHpWKWZPDb5UH87qyy4WEKXSmez0RwR6SVTHQ",
"created" : "2022-02-17T21:52:05Z"
}, {
"keyValue" : "key_VmBqSOY7E6dE6XYujMYejpxRkxNak9KolFtkjLm9fxmbGGSqph8pnlXHz8y0F5Iwir8B4KabPFFc5hfeDEojaA",
"created" : "2022-01-20T18:15:05Z"
}, {
"keyValue" : "key_jzdI4HP5NZORzsNyHJ4TpGrkgzbuUAa7a5O3eZF09Qwm_xOPGK05HaGSJ4kLX9u0MF8AzmYnZUOoNDdina8PhQ",
"created" : "2022-01-20T18:15:04Z"
} ]
}