Adopets · Arazzo Workflow

Create and collect an adoption payment (Adopets External API)

Version 1.0.0

Connect an external system user, create an adoption payment request with line items, then retrieve it to confirm status. Grounded in real operationIds from the Adopets External API.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Pet AdoptionAnimal WelfareShelters and RescuesAdoption ManagementPaymentsNonprofit TechnologySoftware-as-a-ServiceCompanyArazzoWorkflows

Provider

adopets

Workflows

create-adoption-payment
Connect a staff user, create a payment request, and read it back.
3 steps inputs: adopter_email, email, first_name, items, last_name, role outputs: payment_request_uuid, status
3
read-back

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create and collect an adoption payment (Adopets External API)
  version: 1.0.0
  description: >-
    Connect an external system user, create an adoption payment request with line items, then
    retrieve it to confirm status. Grounded in real operationIds from the Adopets External API.
sourceDescriptions:
- name: paymentRequestApi
  url: ../openapi/adopets-payment-request-api-openapi.yml
  type: openapi
- name: systemAuthApi
  url: ../openapi/adopets-system-auth-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-adoption-payment
  summary: Connect a staff user, create a payment request, and read it back.
  inputs:
    type: object
    properties:
      email: {type: string}
      first_name: {type: string}
      last_name: {type: string}
      role: {type: string}
      adopter_email: {type: string}
      items: {type: array}
  steps:
  - stepId: connect
    operationId: connectExternalSystemUser
    requestBody:
      contentType: application/json
      payload:
        email: $inputs.email
        first_name: $inputs.first_name
        last_name: $inputs.last_name
        role: $inputs.role
    outputs:
      session: $response.body#/data/authorization
  - stepId: create
    operationId: createPaymentRequest
    requestBody:
      contentType: application/json
      payload:
        adopter_email: $inputs.adopter_email
        type_key: EXTERNAL_ADOPTION
        items: $inputs.items
    outputs:
      uuid: $response.body#/data/uuid
  - stepId: read-back
    operationId: getPaymentRequest
    requestBody:
      contentType: application/json
      payload:
        uuid: $steps.create.outputs.uuid
    outputs:
      status_key: $response.body#/data/status_key
  outputs:
    payment_request_uuid: $steps.create.outputs.uuid
    status: $steps.read-back.outputs.status_key

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/adopets-create-adoption-payment"
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.