Carry1st · Arazzo Workflow

Pay1st - collect a payment

Version 1.0.0

Authenticate, create a signed payment request, and confirm the payment status.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyPaymentsPayment GatewayFintechGamingMobile GamesAfricaDigital CommerceMerchant of RecordGames PublishingArazzoWorkflows

Provider

carry1st

Workflows

collectPayment
Mint an access token, create a payment, then poll its status to a terminal state.
Uses the Pay1st Gateway to authenticate with API Key/Secret, optionally list payment methods, create a signed payment request, and query the payment until it resolves.
3 steps inputs: amount, countryCode, currencyCode, partnerReference outputs: finalStatus, reference
1
authenticate
2
createPayment
3
confirmPayment

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Pay1st - collect a payment
  version: 1.0.0
  summary: Authenticate, create a signed payment request, and confirm the payment status.
sourceDescriptions:
- name: authenticationApi
  url: ../openapi/carry1st-authentication-api-openapi.yml
  type: openapi
- name: paymentsApi
  url: ../openapi/carry1st-payments-api-openapi.yml
  type: openapi
workflows:
- workflowId: collectPayment
  summary: Mint an access token, create a payment, then poll its status to a terminal state.
  description: >-
    Uses the Pay1st Gateway to authenticate with API Key/Secret, optionally list payment
    methods, create a signed payment request, and query the payment until it resolves.
  inputs:
    type: object
    required: [countryCode, currencyCode, amount, partnerReference]
    properties:
      countryCode: {type: string, example: NG}
      currencyCode: {type: string, example: NGN}
      amount: {type: number, example: 100}
      partnerReference: {type: string, example: 1119bf84-dc97-4be9-aa67-ec27d7003f07}
  steps:
  - stepId: authenticate
    operationId: generateAccessToken
    requestBody:
      contentType: application/vnd.carry1st.payments.partnerauthentication+json
      payload:
        role: API_USER
    outputs:
      accessToken: $response.body#/accessToken
  - stepId: createPayment
    operationId: createPaymentRequest
    requestBody:
      contentType: application/vnd.carry1st.payments.payment+json
      payload:
        countryCode: $inputs.countryCode
        currencyCode: $inputs.currencyCode
        amount: $inputs.amount
        partnerReference: $inputs.partnerReference
        products:
        - title: 10Credits
          sku: '12345'
          price: $inputs.amount
          quantity: 1
          currencyCode: $inputs.currencyCode
        metadata:
        - key: customerId
          value: '1'
    outputs:
      reference: $response.body#/reference
      status: $response.body#/status
  - stepId: confirmPayment
    operationId: queryPaymentStatus
    parameters:
    - name: reference
      in: query
      value: $steps.createPayment.outputs.reference
    outputs:
      finalStatus: $response.body#/status
  outputs:
    reference: $steps.createPayment.outputs.reference
    finalStatus: $steps.confirmPayment.outputs.finalStatus

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/carry1st-collect-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 email required.

A second provider on the same verified email joins the account you already have.