Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reachware Inc. Payments API

Request payments, retrieve payment details, and refunds

Reachware Inc. Payments API is one of 2 APIs that Reachware Inc. publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and an API reference.

This API exposes 3 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.reachware.com.

3 operations 3 paths 1 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.reachware.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Reachware Inc. Payments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Merchant API token: Authorization: Bearer {reachToken}

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Payments 3

Request payments, retrieve payment details, and refunds

POST
/pay/RequestPayment
Request Payment
requestPayment body → 200400404500
GET
/pay/PaymentDetails
Payment Details
getPaymentDetails 2 params → 200404
POST
/pay/Refund
Refund
refundPayment body → 200404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ErrorFlag (2 properties). Each schema is shown below with its type and property counts.

ErrorFlag
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reachware-inc-payments-api-openapi.yml Raw ↑

Other APIs Reachware Inc. publishes across the network.

Reachware Inc. Cards API