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

WEBHOOK SUBSCRIPTIONS ARE LIMITED TO 5 PER PJMID. But a single Webhook can simultaneous track multiple requestI IDs.

For more information on PayJunction account structures, see the PayJunction Account Structures guide.

Get a list of all webhooks.

Example Response

{
	"results": [

		{
			"webhookId": "9b5fda91-1cab-4d31-8950-0439c82e38ab",
			"events": [ "SMARTTERMINAL_TRANSACTION" ],
			"url": "https://url-that-will-receive-smartterminal-webhooks",
			"created": "2016-05-02T18:34:05Z"
		},
		{
			"webhookId": "0ab1db46-b24f-4661-bdb2-8fd651e3ce52",
			"events": [ "TRANSACTION_SIGNATURE" ],
			"url": "https://url-that-will-receive-signature-webhooks",
			"created": "2016-05-02T18:35:02Z"
		}
	]
}