Finix · Arazzo Workflow

Finix Onboard Merchant

Version 1.0.0

Create a merchant Identity, attach a bank account, provision the Merchant, and run verification.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyFintechPaymentsPayment ProcessingPayment FacilitationMerchant OnboardingPayoutsMarketplacesArazzoWorkflows

Provider

finix

Workflows

onboardMerchant
Onboard a seller as a payment-enabled Merchant.
4 steps inputs: account_number, bank_code, business_name outputs: merchant_id, verification_id
1
createMerchantIdentity
2
attachBankAccount
3
provisionMerchant
4
verifyMerchant

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix Onboard Merchant
  version: 1.0.0
  summary: Create a merchant Identity, attach a bank account, provision the Merchant, and run verification.
sourceDescriptions:
- name: identitiesApi
  url: ../openapi/finix-identities-api-openapi.yml
  type: openapi
- name: merchantsApi
  url: ../openapi/finix-merchants-api-openapi.yml
  type: openapi
- name: paymentInstrumentsApi
  url: ../openapi/finix-payment-instruments-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardMerchant
  summary: Onboard a seller as a payment-enabled Merchant.
  inputs:
    type: object
    properties:
      business_name: {type: string}
      bank_code: {type: string, default: '122105278'}
      account_number: {type: string, default: '0000000016'}
  steps:
  - stepId: createMerchantIdentity
    operationId: createIdentity
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      identity_id: $response.body#/id
  - stepId: attachBankAccount
    operationId: createPaymentInstrument
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      instrument_id: $response.body#/id
  - stepId: provisionMerchant
    operationId: createMerchant
    parameters:
    - name: identity_id
      in: path
      value: $steps.createMerchantIdentity.outputs.identity_id
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      merchant_id: $response.body#/id
  - stepId: verifyMerchant
    operationId: createMerchantVerification
    parameters:
    - name: merchant_id
      in: path
      value: $steps.provisionMerchant.outputs.merchant_id
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      verification_id: $response.body#/id
  outputs:
    merchant_id: $steps.provisionMerchant.outputs.merchant_id
    verification_id: $steps.verifyMerchant.outputs.verification_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/finix-onboard-merchant-workflow"
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.