Bendigo and Adelaide Bank · AsyncAPI Specification
Up Developer API Webhooks
Version v1
Real-time webhook event callbacks delivered by Up to a subscriber-configured HTTPS URL when transaction activity occurs on an Up account. Each delivery carries an X-Up-Authenticity-Signature header (SHA-256 HMAC of the raw request body signed with the webhook secretKey) for authenticity verification.
View Spec
View on GitHub
FinancialBanksOpen BankingCDRConsumer Data RightConsumer BankingAustraliaProduct Reference DataAsyncAPIWebhooksEvents
Channels
webhookEvents
Up POSTs a WebhookEventCallback to the configured URL for each event.
Messages
WebhookEventCallback
Webhook event callback
Asynchronous callback request used for webhook event delivery.
Servers
https
subscriber
The subscriber's own HTTPS endpoint registered via POST /webhooks. Up POSTs event callbacks to this URL. Must be a valid HTTP/HTTPS URL <= 300 characters.