Finix Payments · Arazzo Workflow

Finix — Accept a card payment (auth + capture)

Version 1.0.0

Create a buyer Identity, tokenize a card, authorize, then capture into a Transfer.

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

Provider

finix-payments

Workflows

acceptCardPayment
Authorize and capture a card payment.
Full auth-and-capture flow. Requires HTTP Basic Auth and the Finix-Version 2022-02-01 header. Seed amount from sandbox/finix-payments-sandbox.yml to run in test mode.
4 steps inputs: amount, currency, merchant_id outputs: transfer_id
1
createBuyer
2
tokenizeCard
3
authorize

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix — Accept a card payment (auth + capture)
  version: 1.0.0
  summary: Create a buyer Identity, tokenize a card, authorize, then capture into a Transfer.
sourceDescriptions:
- name: authorizationsApi
  url: ../openapi/finix-payments-authorizations-api-openapi.yml
  type: openapi
- name: identitiesApi
  url: ../openapi/finix-payments-identities-api-openapi.yml
  type: openapi
- name: paymentInstrumentsApi
  url: ../openapi/finix-payments-payment-instruments-api-openapi.yml
  type: openapi
workflows:
- workflowId: acceptCardPayment
  summary: Authorize and capture a card payment.
  description: >-
    Full auth-and-capture flow. Requires HTTP Basic Auth and the Finix-Version 2022-02-01 header.
    Seed amount from sandbox/finix-payments-sandbox.yml to run in test mode.
  inputs:
    type: object
    properties:
      merchant_id: {type: string}
      amount: {type: integer}
      currency: {type: string, default: USD}
    required: [merchant_id, amount]
  steps:
  - stepId: createBuyer
    operationId: createIdentity
    outputs:
      identity_id: $response.body#/id
  - stepId: tokenizeCard
    operationId: createPaymentInstrument
    parameters:
    - name: identity
      in: query
      value: $steps.createBuyer.outputs.identity_id
    outputs:
      instrument_id: $response.body#/id
  - stepId: authorize
    operationId: createAuthorization
    outputs:
      authorization_id: $response.body#/id
  - stepId: capture
    operationId: captureAuthorization
    parameters:
    - name: authorization_id
      in: path
      value: $steps.authorize.outputs.authorization_id
    outputs:
      transfer_id: $response.body#/transfer
  outputs:
    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-payments-accept-a-card-payment"
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.