v1

latestOpenAPI 3.0.02026-07-26167441.9 MB
Entity Onboarding (Banking Connectivity)

Cancel Entity Onboarding (Banking Connectivity)

post/banking/entities/{entity_id}/onboardings/{onboarding_id}/cancel

Path parameters

entity_idstring required

The id of the entity obtained from Create Entity.

onboarding_idstring required

The id of the entity obtained from Create Entity.

Response

idstring
entity_idstring
yuno_account_idstring
onboarding_typestring
statusstring
requirementsobject[]
created_atstring
updated_atstring
expires_atstring

Example response

{
  "id": "onb_990e8400-e29b-41d4-a716-446655440000",
  "entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "yuno_account_id": "550e8400-e29b-41d4-a716-446655440000",
  "provider": {
    "entity_id": "col_entity_onboarded_123",
    "status": "cancelled"
  },
  "onboarding_type": "ONE_STEP",
  "status": "CANCELLED",
  "created_at": "2026-02-01T10:00:00Z",
  "updated_at": "2026-02-02T08:45:00Z",
  "expires_at": "2026-02-08T10:00:00Z"
}