Rainforest · Arazzo Workflow

Rainforest — configure and process a payin

Version 1.0.0

Create a payin config with an idempotency key, process the payin, and confirm its status.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyPaymentsEmbedded PaymentsPayment FacilitatorPayment ProcessingVertical SaaSFintechACHArazzoWorkflows

Provider

rainforest

Workflows

collect-payment
Configure a payin and process it server-to-server, then read back the result.
3 steps inputs: amount, currency, idempotency_key, merchant_id outputs: payin_id, status
1
createPayinConfig
Create the payin configuration (carries the idempotency key).
2
createPayin
Create and process the payin using the config (requires Rainforest PCI approval for direct API).
3
getPayin
Read back the payin to confirm its status.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Rainforest — configure and process a payin
  version: 1.0.0
  summary: Create a payin config with an idempotency key, process the payin, and confirm its status.
sourceDescriptions:
- name: payinConfigsApi
  url: ../openapi/rainforest-payin-configs-api-openapi.yml
  type: openapi
- name: payinsApi
  url: ../openapi/rainforest-payins-api-openapi.yml
  type: openapi
workflows:
- workflowId: collect-payment
  summary: Configure a payin and process it server-to-server, then read back the result.
  inputs:
    type: object
    properties:
      merchant_id: {type: string}
      amount: {type: integer}
      currency: {type: string, default: USD}
      idempotency_key: {type: string}
  steps:
  - stepId: createPayinConfig
    description: Create the payin configuration (carries the idempotency key).
    operationId: create_payin_config
    requestBody:
      payload:
        merchant_id: $inputs.merchant_id
        amount: $inputs.amount
        currency: $inputs.currency
        idempotency_key: $inputs.idempotency_key
    outputs:
      payin_config_id: $response.body#/data/id
  - stepId: createPayin
    description: Create and process the payin using the config (requires Rainforest PCI approval for direct API).
    operationId: create_payin
    requestBody:
      payload:
        payin_config_id: $steps.createPayinConfig.outputs.payin_config_id
    outputs:
      payin_id: $response.body#/data/id
  - stepId: getPayin
    description: Read back the payin to confirm its status.
    operationId: get_payin
    parameters:
    - name: payin_id
      in: path
      value: $steps.createPayin.outputs.payin_id
    outputs:
      status: $response.body#/data/status
  outputs:
    payin_id: $steps.createPayin.outputs.payin_id
    status: $steps.getPayin.outputs.status

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/rainforest-collect-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 email required.

A second provider on the same verified email joins the account you already have.