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

Casap Disputes API

The Disputes API from Casap — 4 operation(s) for disputes.

Casap Disputes API is one of 2 APIs that Casap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 4 paths, and defines 42 schemas. It is described by OpenAPI 3.1.1, at version 0.1.0.

Requests are made against a single base URL, http://api.casaphq.com.

5 operations 4 paths 42 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
0.1.0
Base URL
https://api.casaphq.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Casap Disputes API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (api_key). An API key is passed in the header as x-user-uuid (user_uuid). By default, every request must be authenticated.

Paths & Operations 5

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

Disputes 5
GET
/v1/dispute/status/{disputeUuid}
Get dispute status
Disputes_GetDisputeStatus 1 param → 200default
GET
/v1/disputes
List disputes
Disputes_GetDisputes 4 params → 200default
POST
/v1/disputes
Create a dispute
Disputes_Create body → 200default
POST
/v1/disputes/{disputeUuid}/files
Upload a file
Disputes_UploadFile 1 param body → 200default
POST
/v1/disputes/{disputeUuid}/reopen
Reopen a dispute
Disputes_ReopenDispute 1 param body → 200default

Schemas 42

The contract defines 42 schemas that model the data the API accepts and returns. The most detailed are TransactionDetail (16 properties), DisputedTransaction (11 properties), DisputeSummary (9 properties), Customer (7 properties). Each schema is shown below with its type and property counts.

TransactionAuditLogRecordFinalDecisionDenied
object
1 property
TransactionAuditLogIssueProvisionalCredit
object
2 properties
TransactionStatus
string
DisputeEventType
string
protobufAny
object
1 property
TransactionNetwork
string
DisputeAuditLogCreateDispute
object
1 property
TransactionAuditLogRecordFinalDecisionAcceptedMerchantCredited
object
2 properties
TransactionAuditLogRecordFinalDecisionCanceled
object
1 property
TransactionAuditLog
object
5 properties
TransactionAuditLogRecordFinalDecisionDeniedType
string
TransactionAuditLogRecordFinalDecisionAcceptedType
string
TransactionType
string
TransactionAuditLogRecordFinalDecisionAccepted
object
2 properties
Customer
object
7 properties
CreateDisputeRequest
object
5 properties
TransactionEventType
string
GetDisputesResponse
object
5 properties
DisputeStatus
string
DisputeAuditLog
object
4 properties
googlerpcStatus
object
3 properties
Action
string
ReopenDisputeResponse
object
1 property
Amount
object
2 properties
TransactionAuditLogRecordFinalDecision
object
5 properties
GetDisputeStatusResponse
object
1 property
UploadFileResponse
object
FinalDecisionType
string
TransactionDetail
object
16 properties
CreateDisputeResponse
object
1 property
TransactionAuditLogRecordFinalDecisionCanceledType
string
TransactionAuditLogRecordFinalDecisionType
string
DisputedTransactionStatus
string
DisputeSummary
object
9 properties
DisputesUploadFileBody
object
3 properties
DisputeReason
string
DisputedTransaction
object
11 properties
CreateDisputeRequestQuestionnaireAnswer
object
3 properties
DisputesReopenDisputeBody
object
1 property
CardType
string
Address
object
6 properties
Agent
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

casap-disputes-api-openapi.yml Raw ↑

Other APIs Casap publishes across the network.

Casap Auth API