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

Cable transactions API

The transactions API from Cable — 4 operation(s) for transactions.

Cable transactions API is one of 20 APIs that Cable 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.

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

Requests are made against a single base URL, https://api.cable.tech.

11 operations 4 paths 19 schemas 1 DELETE2 GET4 POST4 PUT

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.cable.tech
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Cable transactions API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 11

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

transactions 11
GET
/v2/transaction
Check if a transaction exists
check-transaction 2 params → 200401404429500
POST
/v2/transaction
Add a new transaction
add-transaction 1 param body → 201400401409429500
PUT
/v2/transaction
Update an existing transaction
update-transaction 1 param body → 200400401404429500
DELETE
/v2/transaction
Submit a deletion request for a transaction and any related data
delete-transaction 1 param body → 200401404429500
POST
/v2/transactions/batch
Add transactions in batch
add-transactions-batch 1 param body → 200400401429500
PUT
/v2/transactions/batch
Update transactions in batch
update-transactions-batch 1 param body → 200400401404429500
GET
/transaction
Check if a transaction exists
check-transaction 2 params → 200401404429500
POST
/transaction
Add a new transaction
add-transaction 1 param body → 201400401409429500
PUT
/transaction
Update an existing transaction
update-transaction 1 param body → 200400401404429500
POST
/transactions/batch
Add transactions in batch
add-transactions-batch 1 param body → 200400401429500
PUT
/transactions/batch
Update transactions in batch
update-transactions-batch 1 param body → 200400401404429500

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are UpdateTransactionRequest (13 properties), NewTransactionRequest (13 properties), UpdateTransactionRequest_2 (12 properties), NewTransactionRequest_2 (12 properties). Each schema is shown below with its type and property counts.

UpdateTransactionRequestMethod
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequestMethod_2
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequestType
string
Transaction type. Required when creating new transactions, optional for updates.
GeneralErrorErrorsItems
object
2 properties
BatchUpdateTransactionRequest
array
UpdateTransactionRequestMethod_2
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
BatchNewTransactionRequest
array
NewTransactionRequestStatus
string
Transaction status. Required when creating new transactions, optional for updates.
UpdateTransactionRequestStatus
string
Transaction status. Required when creating new transactions, optional for updates.
UpdateTransactionRequest_2
object
Transaction data to update, referenced by 'txid'. The 'timestamp' field represents the update time. Only the fields to be updated need to be included.
12 properties 2 required
Transactions_checkTransaction_Response_200
object
4 properties
Transactions_deleteTransaction_Response_200
object
2 properties
UpdateTransactionRequestType
string
Transaction type. Required when creating new transactions, optional for updates.
GeneralError
object
3 properties 2 required
WriteOperationResponse
object
4 properties 4 required
UpdateTransactionRequest
object
Transaction data to update, referenced by 'txid'. The 'timestamp' field represents the update time. Only the fields to be updated need to be included.
13 properties 2 required
NewTransactionRequestMethod
string
Payment method used for the transaction. Required when creating new transactions, optional for updates. Each method may have different processing times, fees,…
NewTransactionRequest
object
Transaction data to add. Required fields include: timestamp, txid, type, method, amount, currency, and status. Identity requirements: - At least one of 'sender…
13 properties 7 required
NewTransactionRequest_2
object
Transaction data to add. All fields are required except for 'amountusd', which will be calculated using the latest exchange rate if not provided. The 'timestam…
12 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cable-transactions-api-openapi.yml Raw ↑

Other APIs Cable publishes across the network.

Cable alerts API
Cable authentication API
Cable business API
Cable checks API
Cable company API
Cable customerSar API
Cable helper API
Cable identityVerification API
Cable onboardingFlow API
Cable person API
Cable retail API
Cable riskAssessment API