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 Treasury API

APIs for business balances, funding, and withdrawals

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

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

This API exposes 11 operations across 11 paths, and defines 26 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.

11 operations 11 paths 26 schemas 1 DELETE5 GET5 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 Treasury 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 11

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

Treasury 11

APIs for business balances, funding, and withdrawals

GET
/v1/businesses/{businessId}/balances
Get Balances
getBusinessBalances 3 params → 2004045XX
GET
/v1/businesses/{businessId}/transactions
Get Balance Ledger
getBusinessTransactions 4 params → 2004004045XX
GET
/v1/businesses/{businessId}/statement
Get Statement
getBusinessStatement 6 params → 2004004045XX
GET
/v1/businesses/{businessId}/funding-details
Get Funding Details
getFundingDetails 3 params → 2004005XX
POST
/v1/businesses/{businessId}/deposits
Create Deposit
createBusinessDeposit 2 params body → 2004004045XX
POST
/v1/businesses/{businessId}/crypto-deposit-addresses
Create Crypto Deposit Address
createCryptoDepositAddress 2 params body → 2004005XX
POST
/v1/businesses/{businessId}/reserves
Create Reserve
createReserve 2 params body → 2004004045XX
POST
/v1/businesses/{businessId}/withdrawal/link
Generate Withdrawal Link
generateWithdrawalLink 2 params body → 2004004045XX
GET
/v1/businesses/{businessId}/external-accounts
Get External Accounts
getExternalAccounts 2 params → 2004004045XX
POST
/v1/businesses/{businessId}/external-accounts/link
Generate External Account Link
generateLinkForExternalAccount 2 params body → 2004004045XX
DELETE
/v1/businesses/{businessId}/external-accounts/{externalAccountId}
Delete External Account
deleteExternalAccount 3 params → 2044004045XX

Schemas 26

The contract defines 26 schemas that model the data the API accepts and returns. The most detailed are BusinessTransaction (18 properties), bankDetails (15 properties), FundingDetails (13 properties), swiftDetails (7 properties). Each schema is shown below with its type and property counts.

GenerateExternalAccountLinkRequest
FundingDetails
object
13 properties 2 required
swiftDetails
object
7 properties 7 required
phoneNumber
object
Person's phone number
2 properties
uuid
string
NotFoundError
Not Found
walletDetails
object
3 properties
InternalError
Internal server error
BadRequestError
Bad input provided by client
CreateBusinessDepositRequest
object
Create a deposit to add funds to a business account
6 properties 5 required
amount
object
2 properties 2 required
beneficiaryId
object
ID details for the beneficiary
2 properties
BusinessTransaction
object
A business ledger transaction
18 properties
Amount
object
2 properties 2 required
ExternalAccount
object
6 properties
wireDetails
object
Wire transfer payment details
5 properties
node
object
Node pagination
2 properties
ReserveRequest
object
6 properties 6 required
businessTransactionPaymentDetails
object
Payment details for a business ledger transaction. Unlike a beneficiary's payment method, the preferredMethod here is a hybrid descriptor: it is either the und…
7 properties 1 required
momoDetails
object
5 properties
bankDetails
object
15 properties
userBalance
object
6 properties
achDetails
object
7 properties
HostedLinkRequest
object
Common request body for endpoints that generate hosted (link-out) URLs.
2 properties
address
object
Address
6 properties 1 required
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cadana-treasury-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