Paystack · Arazzo Workflow

Paystack Settlement Reconciliation

Version 1.0.0

Fetch settlement records, then list the transactions that make up a chosen settlement payout.

1 workflow 1 source API 1 provider
View Spec View on GitHub PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows

Provider

paystack

Workflows

settlement-reconciliation
List settlements then drill into one settlement's transactions.
Fetches settlements, then lists the transactions for the supplied settlement id.
2 steps inputs: page, perPage, settlementId outputs: settlements, transactions
1
fetchSettlements
Fetch the list of settlement payouts to your bank account.
2
listSettlementTransactions
List the transactions that comprise the chosen settlement payout.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Paystack Settlement Reconciliation
  summary: Fetch settlement records, then list the transactions that make up a chosen settlement payout.
  description: >-
    The payout reconciliation flow. Settlement records are fetched to identify a
    settlement payout, and the underlying transactions that comprise that
    settlement are then listed so each payout to the bank account can be tied back
    to its source transactions. The settlement id is supplied as an input because
    it identifies which settlement to drill into. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: settlementApi
  url: ../openapi/paystack-settlement-api-openapi.yml
  type: openapi
workflows:
- workflowId: settlement-reconciliation
  summary: List settlements then drill into one settlement's transactions.
  description: >-
    Fetches settlements, then lists the transactions for the supplied settlement
    id.
  inputs:
    type: object
    required:
    - settlementId
    properties:
      settlementId:
        type: string
        description: The id of the settlement to drill into for its transactions.
      perPage:
        type: integer
        description: Number of records to fetch per page.
      page:
        type: integer
        description: The page of records to retrieve.
  steps:
  - stepId: fetchSettlements
    description: Fetch the list of settlement payouts to your bank account.
    operationId: settlements_fetch
    parameters:
    - name: perPage
      in: query
      value: $inputs.perPage
    - name: page
      in: query
      value: $inputs.page
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      settlements: $response.body#/data
  - stepId: listSettlementTransactions
    description: List the transactions that comprise the chosen settlement payout.
    operationId: settlements_transaction
    parameters:
    - name: id
      in: path
      value: $inputs.settlementId
    - name: perPage
      in: query
      value: $inputs.perPage
    - name: page
      in: query
      value: $inputs.page
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      transactions: $response.body#/data
  outputs:
    settlements: $steps.fetchSettlements.outputs.settlements
    transactions: $steps.listSettlementTransactions.outputs.transactions

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/paystack-settlement-reconciliation-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 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.