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

Government payments linked to filings

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

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

This API exposes 4 operations across 3 paths, and defines 13 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 13 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 Remittances 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.

Remittances 4

Government payments linked to filings

GET
/v1/statutory/remittances
List remittances
listRemittances 4 params → 200
POST
/v1/statutory/remittances
Create a remittance
createRemittance 1 param body → 201400
GET
/v1/statutory/remittances/{remittance_id}
Get a remittance
getRemittance 2 params → 200404
GET
/v1/statutory/remittances/{remittance_id}/receipt
Download remittance receipt
getRemittanceReceipt 2 params → 200404

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are Remittance (18 properties), bankDetails (15 properties), RemittanceListItem (8 properties), address (6 properties). Each schema is shown below with its type and property counts.

phoneNumber
object
2 properties 2 required
IDResponse
object
Response containing the ID of a newly created resource.
1 property
paymentMethods
object
3 properties 1 required
StatusHistoryEntry
object
Records a single status transition on a filing or remittance.
3 properties
bankDetails
object
15 properties
momoDetails
object
5 properties
beneficiaryId
object
ID details for the beneficiary
2 properties
Remittance
object
Full remittance detail returned by GET /v1/statutory/remittances/{id}. Includes FX conversion details, payment tracking, and status history.
18 properties
CreateRemittanceRequest
object
6 properties 4 required
RemittanceSummary
object
Status counts for the filtered set of remittances.
5 properties
RemittanceListItem
object
Reduced remittance entry returned in list responses. Use GET /v1/statutory/remittances/{id} for full details.
8 properties
address
object
6 properties 5 required
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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