Ziina · Arazzo Workflow

Ziina - accept a payment and confirm

Version 1.0.0

Create a payment intent, then poll it until the payment reaches a terminal status. Seed inputs with test=true to run in Ziina test mode.

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

Provider

ziina

Workflows

accept-payment
Create a payment intent and confirm its final status.
2 steps inputs: amount, currency_code, test outputs: payment_intent_id, status

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ziina - accept a payment and confirm
  version: 1.0.0
  description: >-
    Create a payment intent, then poll it until the payment reaches a terminal
    status. Seed inputs with test=true to run in Ziina test mode.
sourceDescriptions:
- name: paymentintentApi
  url: ../openapi/ziina-paymentintent-api-openapi.yml
  type: openapi
workflows:
- workflowId: accept-payment
  summary: Create a payment intent and confirm its final status.
  inputs:
    type: object
    properties:
      amount:
        type: number
        description: Amount in minor units (fils for AED). Minimum 200 (=2 AED).
      currency_code:
        type: string
        default: AED
      test:
        type: boolean
        default: true
    required: [amount, currency_code]
  steps:
  - stepId: create-payment-intent
    operationId: PaymentIntentController_createPaymentIntent
    requestBody:
      contentType: application/json
      payload:
        amount: $inputs.amount
        currency_code: $inputs.currency_code
        test: $inputs.test
    outputs:
      payment_intent_id: $response.body#/id
      redirect_url: $response.body#/redirect_url
  - stepId: get-payment-intent
    operationId: PaymentIntentController_getPaymentIntent
    parameters:
    - name: id
      in: path
      value: $steps.create-payment-intent.outputs.payment_intent_id
    outputs:
      status: $response.body#/status
  outputs:
    payment_intent_id: $steps.create-payment-intent.outputs.payment_intent_id
    status: $steps.get-payment-intent.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-accept-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.