Initiate Entity Transfer (Banking Connectivity)

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

Initiate an outgoing transfer from a Banking Connectivity account. For external transfers, provide the destination_account details. For internal (book) transfers between accounts on the same provider, set destination_account_id to the target account.

The required fields in destination_account depend on the region. See Payment rails and Account identifiers by region for details.

The response returns 202 Accepted with a PENDING status. Monitor progress via Get Entity Transfer Status or webhook events. See Transfer statuses for the full status lifecycle.

Body Params
string
required

The unique identifier of the merchant's Yuno account (UUID, 36 characters).

string
required

The id of the source Banking Connectivity account obtained from Create Account.

string | null

The id of the destination Banking Connectivity account for internal (book) transfers. Set to null for external transfers.

string
enum
required

The transfer direction.

Allowed:
amount
object
required

The transfer amount. Currency must match the source account currency.

string
enum
required

The payment rail to use for the transfer. Available rails depend on the provider region.

string

A description for the transfer.

string

The merchant's own reference ID for reconciliation.

destination_account
object
required

The external destination account details. Required fields depend on the region: US requires account_number and routing_number; UK requires iban or account_number with sort_code; Australia requires account_number with bsb.

Headers
string
required

Unique identifier used in HTTP headers to ensure that a request is processed only once, even if it is retried due to network issues or timeouts. See authentication for details (UUID).

Responses

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