Finix Payments · Arazzo Workflow

Finix — Onboard a seller/merchant

Version 1.0.0

Create a seller Identity, provision a Merchant, and run verification/underwriting.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyPaymentsPayment ProcessingPayment FacilitationEmbedded FinanceMarketplacesACHCard AcceptanceFintechPCI DSSArazzoWorkflows

Provider

finix-payments

Workflows

onboardMerchant
Provision and verify a seller merchant for platform payments.
Requires HTTP Basic Auth and the Finix-Version 2022-02-01 header. The merchant must reach onboarding_state APPROVED before it can process Transfers.
4 steps inputs: processor outputs: merchant_id, onboarding_state
1
createSeller
2
provisionMerchant
3
verifyMerchant
4
checkStatus

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix — Onboard a seller/merchant
  version: 1.0.0
  summary: Create a seller Identity, provision a Merchant, and run verification/underwriting.
sourceDescriptions:
- name: identitiesApi
  url: ../openapi/finix-payments-identities-api-openapi.yml
  type: openapi
- name: merchantsApi
  url: ../openapi/finix-payments-merchants-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardMerchant
  summary: Provision and verify a seller merchant for platform payments.
  description: >-
    Requires HTTP Basic Auth and the Finix-Version 2022-02-01 header. The merchant must reach
    onboarding_state APPROVED before it can process Transfers.
  inputs:
    type: object
    properties:
      processor: {type: string, default: DUMMY_V1}
    required: []
  steps:
  - stepId: createSeller
    operationId: createIdentity
    outputs:
      identity_id: $response.body#/id
  - stepId: provisionMerchant
    operationId: createMerchant
    parameters:
    - name: identity_id
      in: path
      value: $steps.createSeller.outputs.identity_id
    outputs:
      merchant_id: $response.body#/id
  - stepId: verifyMerchant
    operationId: createMerchantVerification
    parameters:
    - name: merchant_id
      in: path
      value: $steps.provisionMerchant.outputs.merchant_id
    outputs:
      verification_id: $response.body#/id
  - stepId: checkStatus
    operationId: getMerchant
    parameters:
    - name: merchant_id
      in: path
      value: $steps.provisionMerchant.outputs.merchant_id
    outputs:
      onboarding_state: $response.body#/onboarding_state
  outputs:
    merchant_id: $steps.provisionMerchant.outputs.merchant_id
    onboarding_state: $steps.checkStatus.outputs.onboarding_state

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/finix-payments-onboard-a-merchant"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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