Finix · Arazzo Workflow

Finix Tokenize and Charge

Version 1.0.0

Convert a finix.js token into a Payment Instrument and create a Transfer (sale).

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

Provider

finix

Workflows

tokenizeAndCharge
Charge a buyer using a tokenized payment instrument.
2 steps inputs: amount, currency, idempotency_id, identity_id, merchant_id, token outputs: transfer_id
1
createInstrumentFromToken
2
charge

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix Tokenize and Charge
  version: 1.0.0
  summary: Convert a finix.js token into a Payment Instrument and create a Transfer (sale).
sourceDescriptions:
- name: paymentInstrumentsApi
  url: ../openapi/finix-payment-instruments-api-openapi.yml
  type: openapi
- name: transfersApi
  url: ../openapi/finix-transfers-api-openapi.yml
  type: openapi
workflows:
- workflowId: tokenizeAndCharge
  summary: Charge a buyer using a tokenized payment instrument.
  inputs:
    type: object
    properties:
      identity_id: {type: string}
      token: {type: string, description: Token from finix.js Finix.PaymentForm onSubmit.}
      merchant_id: {type: string}
      amount: {type: integer, default: 1000}
      currency: {type: string, default: USD}
      idempotency_id: {type: string}
  steps:
  - stepId: createInstrumentFromToken
    operationId: createPaymentInstrument
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      instrument_id: $response.body#/id
  - stepId: charge
    operationId: createTransfer
    requestBody:
      contentType: application/json
      payload:
        amount: $inputs.amount
        currency: $inputs.currency
        source: $steps.createInstrumentFromToken.outputs.instrument_id
        merchant: $inputs.merchant_id
        idempotency_id: $inputs.idempotency_id
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      transfer_id: $response.body#/id
      state: $response.body#/state
  outputs:
    transfer_id: $steps.charge.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-tokenize-and-charge-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.