Weavr · Arazzo Workflow

Onboard a corporate and issue a virtual card

Version 1.0.0

Create a corporate identity, authenticate, open a managed account and issue a virtual card on the Weavr Multi API. Fork and run against the sandbox (https://sandbox.weavr.io).

1 workflow 5 source APIs 1 provider
View Spec View on GitHub Embedded FinanceBanking as a ServicePaymentsCardsFintechAccountKYCCompanyArazzoWorkflows

Provider

weavr

Workflows

onboardCorporateAndIssueCard
Corporate identity -> login -> KYB -> managed account -> virtual card.
5 steps inputs: apiKey, baseCurrency, profileId, programmeKey
1
createCorporate
3
startKyb
4
createManagedAccount
5
issueCard

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Onboard a corporate and issue a virtual card
  version: 1.0.0
  summary: >-
    Create a corporate identity, authenticate, open a managed account and issue
    a virtual card on the Weavr Multi API. Fork and run against the sandbox
    (https://sandbox.weavr.io).
  x-realizes-capability-ids:
  - BC-1300.10
  - BC-1300.20
  - BC-1330.10
  - BC-1340.60
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-1300.10
      capability_name: Customer Onboarding Management
      spec: weavr-corporates-api-openapi.yml
      confidence: 0.7
    - capability_id: BC-1300.20
      capability_name: KYC & Customer Due Diligence Management
      spec: weavr-customer-data-due-diligence-api-openapi.yml
      confidence: 0.85
    - capability_id: BC-1330.10
      capability_name: Deposit Account Management
      spec: weavr-managed-accounts-api-openapi.yml
      confidence: 0.8
    - capability_id: BC-1340.60
      capability_name: Card Issuance Management
      spec: weavr-managed-cards-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: corporatesApi
  url: ../openapi/weavr-corporates-api-openapi.yml
  type: openapi
- name: customerDataDueDiligenceApi
  url: ../openapi/weavr-customer-data-due-diligence-api-openapi.yml
  type: openapi
- name: managedAccountsApi
  url: ../openapi/weavr-managed-accounts-api-openapi.yml
  type: openapi
- name: managedCardsApi
  url: ../openapi/weavr-managed-cards-api-openapi.yml
  type: openapi
- name: signInApi
  url: ../openapi/weavr-sign-in-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardCorporateAndIssueCard
  summary: Corporate identity -> login -> KYB -> managed account -> virtual card.
  inputs:
    type: object
    properties:
      apiKey: {type: string}
      programmeKey: {type: string}
      profileId: {type: string}
      baseCurrency: {type: string, default: GBP}
  steps:
  - stepId: createCorporate
    operationId: corporateCreate
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      corporateId: $response.body#/id
  - stepId: login
    operationId: loginWithPassword
    outputs:
      authToken: $response.body#/token
  - stepId: startKyb
    operationId: corporateKybStart
  - stepId: createManagedAccount
    operationId: managedAccountCreate
    outputs:
      accountId: $response.body#/id
  - stepId: issueCard
    operationId: managedCardCreate
    outputs:
      cardId: $response.body#/id

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/weavr-onboard-corporate-and-issue-card"
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.