Events
Attributes
All webhook events have the same attributes.
| Key | Type | Description |
|---|---|---|
eventType | String | Type of event |
eventId | String | Meld's unique identifier for the event |
timestamp | OffsetDateTime | The date and time the event was created |
accountId | String | Account id |
profileId | String | Id of the webhook profile responsible for this event to be sent |
version | Date | Version |
payload | Object | An object containing additional information of the event depending on the event type |
Sample
{
"eventType": "WEBHOOK_TEST",
"eventId": "Mf4jwUv6JodLmEWRxC6j2N",
"timestamp": "2022-05-13T21:44:57.314301Z",
"accountId": "W2a8FeqGg8MEVPFND3vqWJ",
"profileId": "W9kooERZKwHY9GGB6bJ1pf",
"version": "2021-10-27",
"payload": {
"requestId": "Q8C97KA8CSAfaUSv8Q5s2f"
}
}Event Types
Payments
Crypto
- TRANSACTION_CRYPTO_COMPLETE
- TRANSACTION_CRYPTO_FAILED
- TRANSACTION_CRYPTO_PENDING
- TRANSACTION_CRYPTO_TRANSFERRING
Bank Linking
- BANK_LINKING_CONNECTION_COMPLETED
- BANK_LINKING_CONNECTION_DELETED
- BANK_LINKING_CONNECTION_STATUS_CHANGE
- BANK_LINKING_CUSTOMER_ACTION_REQUIRED
- BANK_LINKING_ACCOUNTS_UPDATING
- BANK_LINKING_ACCOUNTS_UPDATED
- BANK_LINKING_ACCOUNTS_REMOVED
- BANK_LINKING_NEW_ACCOUNTS_AVAILABLE
- BANK_LINKING_TRANSACTIONS_AGGREGATED
- BANK_LINKING_HISTORICAL_TRANSACTIONS_AGGREGATED
Webhook
Updated 2 months ago