Edit View

Adding or Updating a Subscription record is split into three parts

  1. Defining the Subscription details, such as the endpoint.
  2. Defining the Security Setup, such as the authentication used.
  3. Selecting the events that the subscription should listen to.


Fields

Field Mandatory Type Description
Name Yes Text Box Name given to the Subscription for ease of identification.
Record Type Yes Set to “Webhook”.
Webhook Version Yes Dropdown Selects the version of Webhooks to send out. Please see Here for further details.
Webhook Batchsize Yes* Text Box *For Version 2 Webhooks Only. Specify the maximum number of Events in a Webhook (Please see Here for further details).
Webhook Error Internal Profile Yes Dropdown When a webhook reaches it's Retry Limit SmarterPay Cloud will email users attached to the Profile, or not if “– Do not send alerts –”, selected.
Webhook URL Yes Text Box The URL of the endpoint for the webhook subscription. SmarterPay Webhooks are only available over HTTPS.


Actions

Available actions, subject to permissions, are:

Action Description
“SAVE CHANGES” Button Save changes and return to the Detail view page.
“CANCEL” Button Cancel any changes and return to the Detail view page.

The fields needed for security is determined by the option selected for “Webhook Authorisation Type”. Please click on the options for more details.

"OAuth" or "OAuth + PKCE"

"Signature"

"Basic"


By default all Events, selected or not, are shown in the edit view. This list can be filtered by entering text into the “Search” box, at the top of the events list.

For example, entering “payment” will only display events that contain payment

For every Event that is selected one, or more, Event Sources also needs to be selected.

Events available for selection are:

Event Description Notes
account_validation.create Occurs when an Account Validation is created Only sent for version 2 subscriptions
account_validation.update Occurs when an Account Validation is updated Only sent for version 2 subscriptions
bank_account.create Occurs when a Bank Account is created
bank_account.update Occurs when a Bank Account is updated
card_payment.create Occurs when a Card Payment is created
card_payment.update Occurs when a Card Payment is updated
credit.create Occurs when a Credit is created
credit.update Occurs when a Credit is updated
customer_account.create Occurs when a Customer Account is created
customer_account.update Occurs when a Customer Account is updated
file_submission.create Occurs when a File Submission is created
file_submission.update Occurs when a File Submission is updated
mandate.create Occurs when a Mandate is created
mandate.update Occurs when a Mandate is updated
payment.create Occurs when a Payment is created
payment.update Occurs when a Payment is updated
recurrence_schedule.create Occurs when a Recurrence Schedule is created
recurrence_schedule.update Occurs when a Recurrence Schedule is updated
  • Last modified: 2023/10/19 11:31