Register a new transaction webhook subscription

Create a new transaction webhook registration. This will setup a new webhook subscription for new transactions on a specific account. See webhooks documentation for more information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 32

Account number to subscribe to for transaction events. Must have view access to the account.

string
required
length between 1 and 128

URL to send webhook events to. Must be a valid publicly accessible URL and not an IP address. Must be HTTPS. Ensure the URL accepts POST requests, can handle the payload sent by the webhook, and responds with a 2XX response code upon receipt. Utb.Common.Models.TransactionWebhookPayload

Headers
string
required

Standard HTTP header that must follow HTTP standards for formatting.

string
required

Either the primary or secondary subscription key.

string
required

The nonce must be a single use generated value. We suggest using UUID/GUID for this field. Each request must use a different nonce.

string
required

Represents the version of signature authentication being used. Valid values: v1

string
required

Computed signature for the request. Please see the authentication documentation for more information.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json