Webhooks
View a Hook
Overview
User management
- Users
- User regulatory status
- User e-money
User verification
- User data format
- KYC documents
- UBO declarations
Wallets
- User wallets
- Client wallets
Cards
- Card registrations
- Cards
- Metadata
- Card validations
Card pay-ins
- Direct card pay-ins
- Recurring card pay-ins
- Preauthorizations
- Deposit preauthorizations
- Web card pay-ins
Banking pay-ins
- Bank wires
- Virtual IBAN
- Direct debits
- Web direct debits
APM pay-ins
- Apple Pay
- Bancontact
- BLIK
- Giropay
- Google Pay
- iDEAL
- Klarna
- MB WAY
- Multibanco
- Payconiq
- PayPal
- Satispay
- Swish
- TWINT
Transfers
- Transfers
Refunds
- Refunds
Disputes
- Disputes
- Dispute documents
- Repudiations
- Dispute settlement
Payouts
- Bank accounts
- Payouts
FX conversions
- Conversion rates
- Quotes
- Conversions
Transactions
- Transactions
Helpers
- API responses
- Country authorizations
- Webhooks
- Events
- Reports
Platform account
- Client
- Dashboard permissions
Webhooks
View a Hook
GET
/
v2.01
/
{ClientId}
/
hooks
/
{HookId}
Path parameters
HookId
string
The unique identifier of the hook.
Responses
Url
string
Max. length: 255 characters
The URL (http or https) to which the notification is sent.
Status
string
Returned values: DISABLED
, ENABLED
Whether the hook is enabled or not.
Validity
string
Returned values: VALID
, INVALID
Whether the hook is valid or not. Once INVALID
(following unsuccessful retries) the hook must be disabled and re-enabled.
EventType
string
Returned values: An EventType
listed in the event types list
The type of the event.
Id
string
The unique identifier of the object.
Tag
string
Max. length: 255 characters
Custom data that you can add to this object.
CreationDate
timestamp
The date and time at which the object was created.
Was this page helpful?