Ziina · Arazzo Workflow

Ziina - refund a payment and confirm

Version 1.0.0

Issue a refund against an existing payment intent, then poll the refund until it reaches a terminal status.

1 workflow 1 source API 1 provider
View Spec View on GitHub PaymentsFintechUAEMENAMoney TransferWalletsArazzoWorkflows

Provider

ziina

Workflows

refund-payment
Create a refund against a payment intent and confirm its status.
2 steps inputs: amount, payment_intent_id, refund_id, test outputs: refund_id, status

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ziina - refund a payment and confirm
  version: 1.0.0
  description: >-
    Issue a refund against an existing payment intent, then poll the refund until
    it reaches a terminal status.
sourceDescriptions:
- name: refundApi
  url: ../openapi/ziina-refund-api-openapi.yml
  type: openapi
workflows:
- workflowId: refund-payment
  summary: Create a refund against a payment intent and confirm its status.
  inputs:
    type: object
    properties:
      refund_id:
        type: string
        description: Client-generated UUID for this refund (idempotency key).
      payment_intent_id:
        type: string
      amount:
        type: number
        description: Optional partial amount in minor units; omit for a full refund.
      test:
        type: boolean
        default: true
    required: [refund_id, payment_intent_id]
  steps:
  - stepId: initiate-refund
    operationId: RefundController_initiateRefund
    requestBody:
      contentType: application/json
      payload:
        id: $inputs.refund_id
        payment_intent_id: $inputs.payment_intent_id
        amount: $inputs.amount
        test: $inputs.test
    outputs:
      refund_id: $response.body#/id
  - stepId: get-refund
    operationId: RefundController_getRefund
    parameters:
    - name: id
      in: path
      value: $steps.initiate-refund.outputs.refund_id
    outputs:
      status: $response.body#/status
  outputs:
    refund_id: $steps.initiate-refund.outputs.refund_id
    status: $steps.get-refund.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/ziina-refund-payment.arazzo"
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.