Skip to main content

vIBAN Failed

Event Name: viban_failed
This event signifies that a PENDING vIBAN request was reviewed and rejected by compliance. The reason field describes why the request was rejected. A new vIBAN must be requested if you want to retry.

Event Payload

The webhook payload contains the following structure:

Payload Fields

string
required
Unique identifier for this webhook event
string
required
Event type — always viban_failed for this webhook
string
required
ISO 8601 timestamp indicating when the event occurred
object
required
Event-specific payload

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.

Implementation Example