Agentcard · Arazzo Workflow

Agentcard — verify phone and fund wallet

Version 1.0.0

Verify a user's phone, create an Apple/Google Pay funding session, and poll it to completion.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyPaymentsVirtual CardsCard IssuingAI AgentsAgentic CommerceMCPFintechWalletsVisaArazzoWorkflows

Provider

agentcard

Workflows

verifyPhoneAndFundWallet
Phone-verify a connected user, start a funding session, and poll until funds land.
5 steps inputs: amount_cents, code, phone_number, session_id outputs: funding_status, payment_url
1
getWallet
2
startPhone
3
verifyPhone
4
fund
5
pollFunding

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Agentcard — verify phone and fund wallet
  version: 1.0.0
  summary: Verify a user's phone, create an Apple/Google Pay funding session, and poll it to completion.
sourceDescriptions:
- name: walletFundingApi
  url: ../openapi/agentcard-wallet-funding-api-openapi.yml
  type: openapi
workflows:
- workflowId: verifyPhoneAndFundWallet
  summary: Phone-verify a connected user, start a funding session, and poll until funds land.
  inputs:
    type: object
    properties:
      phone_number: {type: string}
      code: {type: string}
      amount_cents: {type: integer}
      session_id: {type: string}
  steps:
  - stepId: getWallet
    operationId: walletGet
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      balance: $response.body#/balance
  - stepId: startPhone
    operationId: walletPhoneStart
    requestBody:
      contentType: application/json
      payload:
        phone_number: $inputs.phone_number
    successCriteria:
    - condition: $statusCode == 200
  - stepId: verifyPhone
    operationId: walletPhoneVerify
    requestBody:
      contentType: application/json
      payload:
        code: $inputs.code
    successCriteria:
    - condition: $statusCode == 200
  - stepId: fund
    operationId: walletFund
    requestBody:
      contentType: application/json
      payload:
        amount_cents: $inputs.amount_cents
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      session_id: $response.body#/session_id
      payment_url: $response.body#/payment_url
  - stepId: pollFunding
    operationId: walletFundStatus
    parameters:
    - name: session_id
      in: path
      value: $steps.fund.session_id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
  outputs:
    payment_url: $steps.fund.payment_url
    funding_status: $steps.pollFunding.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/agentcard-fund-wallet.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 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.