Ramp · Arazzo Workflow

Ramp Reconcile Bills With Vendors

Version 1.0.0

Pull bills and the accounting vendor directory to resolve each bill's vendor.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub FinanceSpend ManagementCorporate CardsExpense ManagementAccounts PayableBill PayAccountingReimbursementArazzoWorkflows

Provider

ramp

Workflows

reconcile-bills-with-vendors
List bills and accounting vendors so bill vendor references can be resolved.
Lists bills and then the accounting vendor directory so each bill's vendor_id can be matched to a vendor name and code.
2 steps inputs: accessToken outputs: bills, vendors
1
listBills
List the organization's bills and capture each bill's vendor reference, invoice number, and due date.
2
listVendors
List accounting vendors so each bill's vendor_id can be resolved to a vendor name and accounting code.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ramp Reconcile Bills With Vendors
  summary: Pull bills and the accounting vendor directory to resolve each bill's vendor.
  description: >-
    Prepares bill pay records for accounting reconciliation. The workflow lists
    bills, then lists accounting vendors so a caller can join each bill's
    vendor_id against the vendor directory and resolve the payee name and
    accounting code. This is the supported read path for bill-to-vendor
    matching, since the Ramp Developer API exposes no get-vendor by id. Every
    step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: billsApi
  url: ../openapi/ramp-bills-api-openapi.yml
  type: openapi
- name: vendorsApi
  url: ../openapi/ramp-vendors-api-openapi.yml
  type: openapi
workflows:
- workflowId: reconcile-bills-with-vendors
  summary: List bills and accounting vendors so bill vendor references can be resolved.
  description: >-
    Lists bills and then the accounting vendor directory so each bill's
    vendor_id can be matched to a vendor name and code.
  inputs:
    type: object
    properties:
      accessToken:
        type: string
        description: OAuth2 client-credentials bearer token with bills:read and accounting:read scopes.
  steps:
  - stepId: listBills
    description: >-
      List the organization's bills and capture each bill's vendor reference,
      invoice number, and due date.
    operationId: listBills
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.accessToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      bills: $response.body#/data
  - stepId: listVendors
    description: >-
      List accounting vendors so each bill's vendor_id can be resolved to a
      vendor name and accounting code.
    operationId: listAccountingVendors
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.accessToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      vendors: $response.body#/data
  outputs:
    bills: $steps.listBills.outputs.bills
    vendors: $steps.listVendors.outputs.vendors

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/ramp-reconcile-bills-with-vendors-workflow"
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.