Fave · Arazzo Workflow

Merchant-scan charge and reconcile

Version 1.0.0

Charge a customer via merchant scan, then list the outlet's recent transactions and acknowledge the new one. All operationIds are verified against the FavePay Omni OpenAPI.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyPaymentsFintechQR PaymentsLoyaltyCashbackMerchant ServicesSoutheast AsiaWebhookArazzoWorkflows

Provider

fave

Workflows

scanAndReconcile
Merchant-scan charge, list outlet transactions, acknowledge.
3 steps inputs: app_id, code, country_code, omni_reference, outlet_id, sign, total_amount_cents outputs: transaction_id
1
scanCharge
2
listRecent
3
acknowledge

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Merchant-scan charge and reconcile
  version: 1.0.0
  description: >-
    Charge a customer via merchant scan, then list the outlet's recent
    transactions and acknowledge the new one. All operationIds are verified
    against the FavePay Omni OpenAPI.
sourceDescriptions:
- name: paymentsApi
  url: ../openapi/fave-payments-api-openapi.yml
  type: openapi
- name: transactionsApi
  url: ../openapi/fave-transactions-api-openapi.yml
  type: openapi
workflows:
- workflowId: scanAndReconcile
  summary: Merchant-scan charge, list outlet transactions, acknowledge.
  inputs:
    type: object
    required: [country_code, app_id, outlet_id, omni_reference, total_amount_cents, code, sign]
    properties:
      country_code: {type: string}
      app_id: {type: string}
      outlet_id: {type: integer}
      omni_reference: {type: string}
      total_amount_cents: {type: integer}
      code: {type: string}
      sign: {type: string}
  steps:
  - stepId: scanCharge
    operationId: merchantScan
    parameters:
    - name: country_code
      in: path
      value: $inputs.country_code
    requestBody:
      contentType: application/json
      payload:
        omni_reference: $inputs.omni_reference
        total_amount_cents: $inputs.total_amount_cents
        app_id: $inputs.app_id
        outlet_id: $inputs.outlet_id
        code: $inputs.code
        sign: $inputs.sign
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      txn_id: $response.body#/id
  - stepId: listRecent
    operationId: listOutletTransactions
    parameters:
    - name: country_code
      in: path
      value: $inputs.country_code
    - name: outlet_id
      in: path
      value: $inputs.outlet_id
    - name: app_id
      in: query
      value: $inputs.app_id
    - name: ack
      in: query
      value: false
    - name: sign
      in: query
      value: $inputs.sign
    successCriteria:
    - condition: $statusCode == 200
  - stepId: acknowledge
    operationId: acknowledgeTransaction
    parameters:
    - name: country_code
      in: path
      value: $inputs.country_code
    - name: id
      in: path
      value: $steps.scanCharge.outputs.txn_id
    requestBody:
      contentType: application/json
      payload:
        omni_reference: $inputs.omni_reference
        app_id: $inputs.app_id
        outlet_id: $inputs.outlet_id
        sign: $inputs.sign
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    transaction_id: $steps.scanCharge.outputs.txn_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/fave-scan-and-reconcile"
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.