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

Remitian Payments API

Initiate, validate, and confirm tax payments across multiple jurisdictions through a single unified gateway.

Remitian Payments API is one of 5 APIs that Remitian publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 6 operations across 5 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

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

6 operations 5 paths 6 schemas 2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.remitian.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API key authentication using a Bearer token provided by Remitian during partner onboarding.

Paths & Operations 6

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

Payments 6

Initiate, validate, and confirm tax payments across multiple jurisdictions through a single unified gateway.

GET
/v1/payments
List payments
listPayments 6 params → 200401
POST
/v1/payments
Initiate a tax payment
initiatePayment body → 201400401422
GET
/v1/payments/{paymentId}
Retrieve a payment
getPayment 1 param → 200401404
POST
/v1/payments/{paymentId}/validate
Validate a payment
validatePayment 1 param → 200401404
POST
/v1/payments/{paymentId}/confirm
Confirm a payment
confirmPayment 1 param → 200400401404409
POST
/v1/payments/{paymentId}/cancel
Cancel a payment
cancelPayment 1 param → 200401404409

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Payment (13 properties), PaymentInitiationRequest (8 properties), Pagination (4 properties), ValidationIssue (3 properties). Each schema is shown below with its type and property counts.

ValidationResult
object
3 properties
PaymentInitiationRequest
object
8 properties 6 required
ValidationIssue
object
3 properties
Payment
object
13 properties
Pagination
object
4 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remitian-payments-api-openapi.yml Raw ↑

Other APIs Remitian publishes across the network.

Remitian Accounts API
Remitian Audit Logs API
Remitian Jurisdictions API
Remitian Webhooks API