WEBHOOK SUBSCRIPTIONS ARE LIMITED TO 10 PER PJMID. But a single Webhook can simultaneous track multiple request 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"
}
]
}