{
"account_id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"event_id": "provider-event-001",
"client_customer_id": "core-customer-001",
"iban": "DE890000000000000000",
"amount": "80.00",
"currency": "EUR",
"status": "completed",
"reference": "CJ-DEP-001",
"payment_rail": "SEPA_INSTANT",
"provider_event_id": "provider-event-001"
}Eur virtual iban inbound
Emitted when an inbound banking event addressed to a virtual IBAN is normalized for the owning account. The payload carries the IBAN, amount, currency, reference, payment rail and provider event identifier.
WEBHOOK
banking_virtual_iban_inbound
{
"account_id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"event_id": "provider-event-001",
"client_customer_id": "core-customer-001",
"iban": "DE890000000000000000",
"amount": "80.00",
"currency": "EUR",
"status": "completed",
"reference": "CJ-DEP-001",
"payment_rail": "SEPA_INSTANT",
"provider_event_id": "provider-event-001"
}Authorizations
会话 JWT(来自注册/登录)或 API key(pk_...)。
也接受 X-API-Key: <token> 作为替代请求头。
Response
200
Return any 2xx to acknowledge.
Last modified on September 10, 2026