Event Name:
fund_receivedThis event is emitted when a funding has been processed successfully and the funds have been credited to the user’s account after confirming that the transaction has been completed successfully.
Event Payload
The webhook payload contains the following structure:Field Description
Unique event identifier (UUID)
Event type - always
fund_received for this webhookEvent timestamp in ISO 8601 format
Contains the event data
Payment method used (card, bank_transfer, internal_transfer)
Payment origin information
Complete bank account number (e.g., IBAN)
Bank routing type (e.g., “IBAN”, “SORT CODE”)
First 6-8 digits of the payment card
Last 4 digits of the payment card
Internal account ID (UUID, for internal transfers)
Transfer reference ID (UUID)
Payment description
Information about the amount received before fees
Received amount in the smallest currency unit (e.g., cents for EUR)
Currency of received amount (ISO 4217 code: EUR, USD, etc.)
Information about applied fees
Fee amount in the smallest currency unit
Fee currency (ISO 4217 code)
Information about the net credited amount
Net credited amount in the smallest currency unit
Currency of credited amount (ISO 4217 code)
Exchange rate information (if conversion occurred)
Applied exchange rate (decimal)
Exchange rate provider (e.g., “ECB”, “OpenExchangeRates”)
Exchange rate timestamp (ISO 8601)
Exchange rate validity timestamp (ISO 8601)
Exchange rate spread (decimal, e.g., 0.0015 for 0.15%)
Unique funding operation ID (UUID)
ID of the receiving account (UUID)
Reference of the payment (provided during creation)
Expected Responses
Success Response
HTTP 200 OKThe webhook was processed successfully.
Client Error
HTTP 4xx StatusClient-side error. Will not be retried.
Server Error
HTTP 5xx StatusServer-side error. Will be retried with exponential backoff.