Due · Arazzo Workflow

Due — Quote and send a cross-border transfer

Version 1.0.0

Onboard is assumed; list channels, create a recipient, quote, send, and track a transfer to settlement.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub PaymentsCross-Border PaymentsStablecoinsFintechVirtual AccountsForeign ExchangeKYCWalletsArazzoWorkflows

Provider

due

Workflows

crossBorderTransfer
Create a recipient, price a transfer, initiate it against the quote, and poll for settlement.
5 steps inputs: accountId, quoteRequest, recipient outputs: status, transferId
1
listChannels
2
createRecipient
3
createQuote
4
createTransfer
5
getTransfer

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Due — Quote and send a cross-border transfer
  version: 1.0.0
  summary: Onboard is assumed; list channels, create a recipient, quote, send, and track a transfer to settlement.
sourceDescriptions:
- name: channelsApi
  url: ../openapi/due-channels-api-openapi.yml
  type: openapi
- name: recipientsApi
  url: ../openapi/due-recipients-api-openapi.yml
  type: openapi
- name: transfersApi
  url: ../openapi/due-transfers-api-openapi.yml
  type: openapi
workflows:
- workflowId: crossBorderTransfer
  summary: Create a recipient, price a transfer, initiate it against the quote, and poll for settlement.
  inputs:
    type: object
    properties:
      accountId: {type: string, example: acct_XyZpT7HhAJFq12345}
      recipient: {type: object}
      quoteRequest: {type: object}
  steps:
  - stepId: listChannels
    operationId: get_v1-channels
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createRecipient
    operationId: post_v1-recipients
    requestBody:
      payload: $inputs.recipient
    outputs:
      recipientId: $response.body#/id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createQuote
    operationId: post_v1-transfers-quote
    requestBody:
      payload: $inputs.quoteRequest
    outputs:
      quoteId: $response.body#/id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createTransfer
    operationId: post_v1-transfers
    requestBody:
      payload:
        quoteId: $steps.createQuote.outputs.quoteId
        destination: $steps.createRecipient.outputs.recipientId
    outputs:
      transferId: $response.body#/id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: getTransfer
    operationId: get_v1-transfers-id
    parameters:
    - name: id
      in: path
      value: $steps.createTransfer.outputs.transferId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      status: $response.body#/status
  outputs:
    transferId: $steps.createTransfer.outputs.transferId
    status: $steps.getTransfer.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/due-cross-border-transfer"
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.