Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ post:
$ref: ../../components/schemas/transactions/CancelTransactionRequest.yaml
responses:
'200':
description: Cancellation requested successfully
description: >-
The banking partner accepted the cancellation request. The transfer
reaches its cancelled state once the partner confirms it, so the
transaction returned here may still report its pre-cancellation status.
content:
application/json:
schema:
Expand Down Expand Up @@ -68,3 +71,13 @@ post:
application/json:
schema:
$ref: ../../components/schemas/errors/Error500.yaml
'501':
description: >-
Cancellation is not yet available for the payment rail settling this
transfer. Support is being rolled out per rail and per banking partner;
transfers on a rail that is not covered yet return
`501 NOT_IMPLEMENTED`. Track availability in the Grid changelog.
content:
application/json:
schema:
$ref: ../../components/schemas/errors/Error501.yaml
Loading