Create Account (Banking Connectivity)
Accounts
Create Account
POST
Create Account (Banking Connectivity)
Create a bank account for an onboarded entity. The onboarding referenced byDocumentation Index
Fetch the complete documentation index at: https://docs.y.uno/llms.txt
Use this file to discover all available pages before exploring further.
onboarding_id must have status: SUCCEEDED.
The response includes region-specific banking identifiers. See Account identifiers by region for which fields are returned per region.Headers
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).
Body
application/json
The unique identifier of the merchant's Yuno account. Found on the Yuno dashboard (UUID, 36 characters).
Example:
"550e8400-e29b-41d4-a716-446655440000"
The id of a successful onboarding obtained from Create Entity Onboarding. The onboarding must have status: SUCCEEDED.
Example:
"onb_990e8400-e29b-41d4-a716-446655440000"
The type of bank account to create.
Available options:
CHECKING, SAVINGS, INVESTMENT Example:
"CHECKING"