Webhook Notifications

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Yuno sends incoming transfer notifications to your endpoint at {merchant_base_URL}/v1/banking/transfers. Your endpoint must return a 200 OK response with {"received": true}.

Notifications include sender details, transfer amount, payment rail, and status. Yuno retries on 5xx responses and timeouts with exponential backoff.

See Webhook events for the complete list of Banking Connectivity webhook event types.

Body Params
string

The unique identifier of the transfer (prefixed xfer_).

string

The id of the destination Banking Connectivity account that received the incoming transfer.

string

The merchant's Yuno account identifier.

provider
object

Provider-side identifiers.

string
enum

The transfer status.

Allowed:
string
enum

The transfer direction. Incoming transfer webhooks always have INCOMING.

Allowed:
sender
object

Information about the external sender.

amount
object

The transfer amount.

string
enum

The payment rail used for the transfer.

string

The transfer description.

string

The timestamp when the transfer was created (ISO 8601).

string

The timestamp when the transfer was last updated (ISO 8601).

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json