Finix · Arazzo Workflow

Finix Authorize and Capture

Version 1.0.0

Create a buyer Identity and card, place an Authorization, then capture it.

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

Provider

finix

Workflows

authorizeAndCapture
Authorize a card payment and capture the funds.
4 steps inputs: amount, card_number, currency, merchant_id outputs: authorization_id, transfer_id
1
createBuyerIdentity
3
authorize

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix Authorize and Capture
  version: 1.0.0
  summary: Create a buyer Identity and card, place an Authorization, then capture it.
sourceDescriptions:
- name: authorizationsApi
  url: ../openapi/finix-authorizations-api-openapi.yml
  type: openapi
- name: identitiesApi
  url: ../openapi/finix-identities-api-openapi.yml
  type: openapi
- name: paymentInstrumentsApi
  url: ../openapi/finix-payment-instruments-api-openapi.yml
  type: openapi
workflows:
- workflowId: authorizeAndCapture
  summary: Authorize a card payment and capture the funds.
  inputs:
    type: object
    properties:
      merchant_id: {type: string}
      amount: {type: integer, default: 1000}
      currency: {type: string, default: USD}
      card_number: {type: string, default: '4242424242424242'}
  steps:
  - stepId: createBuyerIdentity
    operationId: createIdentity
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      identity_id: $response.body#/id
  - stepId: createCard
    operationId: createPaymentInstrument
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      instrument_id: $response.body#/id
  - stepId: authorize
    operationId: createAuthorization
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      authorization_id: $response.body#/id
  - stepId: capture
    operationId: captureAuthorization
    parameters:
    - name: authorization_id
      in: path
      value: $steps.authorize.outputs.authorization_id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      transfer_id: $response.body#/transfer
  outputs:
    authorization_id: $steps.authorize.outputs.authorization_id
    transfer_id: $steps.capture.outputs.transfer_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-authorize-and-capture-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.