Event Name:
fund_pendingThis event occurs when the system has registered a funding operation but it is still pending confirmation by the payment entity or the corresponding service.
Event Payload
The webhook payload contains the following structure:Field Description
Unique event identifier
Event type - always
fund_pending 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 standard (e.g., “IBAN”, “SORT CODE”)
First 6-8 digits of the payment card (for card payments)
Last 4 digits of the payment card
Internal account ID (UUID format, for internal transfers)
Transfer reference ID (UUID format)
Payment description
Information about the received amount
Amount in the smallest currency unit (e.g., cents for EUR/USD)
ISO 4217 currency code (e.g., “EUR”, “USD”)
Unique ID of the funding operation (UUID)
Recipient account ID (UUID)
Payment reference provided during creation (max 255 chars)
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.