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

Cadana Transactions API

APIs for managing user transactions

Cadana Transactions API is one of 30 APIs that Cadana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 4 operations across 3 paths, and defines 10 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.cadanapay.com, https://dev-api.cadanapay.com.

4 operations 3 paths 10 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

Cadana Transactions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API_SECRET_KEY) (Authorization). By default, every request must be authenticated.

Paths & Operations 4

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

Transactions 4

APIs for managing user transactions

POST
/v1/users/{userId}/transactions
Create transaction
2 params body → 2004005XX
GET
/v1/users/{userId}/transactions
List transactions
4 params → 2004005XX
GET
/v1/users/{userId}/transactions/{transactionId}
Get transaction
4 params → 2004045XX
GET
/v1/users/{userId}/fees
Get user fees
getUserFees 7 params → 2004004045XX

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Transaction (13 properties), CreateTransactionRequest (7 properties), FeeEstimate (6 properties), FeeTableEntry (6 properties). Each schema is shown below with its type and property counts.

FeeTableEntry
object
A single corridor entry in the payout catalog
6 properties 5 required
NotFoundError
Not Found
InternalError
Internal server error
BadRequestError
Bad input provided by client
Amount
object
2 properties 2 required
CreateTransactionRequest
object
7 properties 4 required
node
object
Node pagination
2 properties
Transaction
object
13 properties 9 required
FeeEstimate
object
Per-transaction quote for a specific corridor + payment method. Only returned when paymentMethod and destinationCurrency are supplied.
6 properties 5 required
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cadana-transactions-api-openapi.yml Raw ↑

Other APIs Cadana publishes across the network.

Cadana Balances API
Cadana Beneficiaries API
Cadana Businesses API
Cadana Contracts API
Cadana Custom Auth API
Cadana Entities API
Cadana Events API
Cadana Files API
Cadana Filings API
Cadana FX API
Cadana Instant Pay API
Cadana Invoices API