Safello · Arazzo Workflow

Safello — onboard a customer with BankID

Version 1.0.0

BankID auth, email verification, terms acceptance, and KYC to reach a trade-ready customer.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyFintechCryptocurrencyBitcoinBrokeragePaymentsSwedenTradingKYCBankIDArazzoWorkflows

Provider

safello

Workflows

onboardCustomerBankId
Take a new end customer from BankID auth to KYC-complete.
7 steps inputs: email, personalNumber
1
startBankId
2
obtainToken
3
getUser
4
acceptTerms
5
checkKyc
6
getKycQuestions
7
answerKyc

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Safello — onboard a customer with BankID
  version: 1.0.0
  summary: BankID auth, email verification, terms acceptance, and KYC to reach a trade-ready customer.
sourceDescriptions:
- name: accountApi
  url: ../openapi/safello-account-api-openapi.yml
  type: openapi
- name: authApi
  url: ../openapi/safello-auth-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardCustomerBankId
  summary: Take a new end customer from BankID auth to KYC-complete.
  inputs:
    type: object
    properties:
      personalNumber: {type: string}
      email: {type: string}
  steps:
  - stepId: startBankId
    operationId: startAuth
    requestBody:
      payload:
        personalNumber: $inputs.personalNumber
    outputs:
      requestId: $response.body#/request_id
  - stepId: obtainToken
    operationId: obtainToken
    requestBody:
      payload:
        grant_type: "urn:safello:params:oauth:grant-type:bankid"
        request_id: $steps.startBankId.outputs.requestId
    outputs:
      accessToken: $response.body#/access_token
  - stepId: getUser
    operationId: getUser
  - stepId: acceptTerms
    operationId: acceptTerms
  - stepId: checkKyc
    operationId: requireKyc
  - stepId: getKycQuestions
    operationId: kycQuestions
  - stepId: answerKyc
    operationId: answerKyc

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/safello-onboard-customer"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.