Finix · Arazzo Workflow

Finix Refund Transfer

Version 1.0.0

Look up a Transfer and issue a reversal (refund).

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

Provider

finix

Workflows

refundTransfer
Reverse (refund) a settled or pending Transfer.
2 steps inputs: idempotency_id, refund_amount, transfer_id outputs: reversal_id
1
getTransfer

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Finix Refund Transfer
  version: 1.0.0
  summary: Look up a Transfer and issue a reversal (refund).
sourceDescriptions:
- name: transfersApi
  url: ../openapi/finix-transfers-api-openapi.yml
  type: openapi
workflows:
- workflowId: refundTransfer
  summary: Reverse (refund) a settled or pending Transfer.
  inputs:
    type: object
    properties:
      transfer_id: {type: string}
      refund_amount: {type: integer, description: Amount in cents; omit for full refund.}
      idempotency_id: {type: string}
  steps:
  - stepId: getTransfer
    operationId: getTransfer
    parameters:
    - name: transfer_id
      in: path
      value: $inputs.transfer_id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      state: $response.body#/state
  - stepId: reverse
    operationId: createTransferReversal
    parameters:
    - name: transfer_id
      in: path
      value: $inputs.transfer_id
    requestBody:
      contentType: application/json
      payload:
        refund_amount: $inputs.refund_amount
        idempotency_id: $inputs.idempotency_id
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      reversal_id: $response.body#/id
  outputs:
    reversal_id: $steps.reverse.outputs.reversal_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-refund-transfer-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.