docs(transactions): document the 501 response on the cancel endpoint - #774
docs(transactions): document the 501 response on the cancel endpoint#774ls-bolt[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
✱ Stainless preview builds for gridThis PR will update the cli go kotlin openapi php python ruby typescript Edit this comment to update them. They will appear in their respective SDK's changelogs. ✅ grid-typescript studio · code · diff
✅ grid-openapi studio · code · diff
✅ grid-ruby studio · code · diff
✅ grid-go studio · code · diff
✅ grid-kotlin studio · code · diff
✅ grid-python studio · code · diff
✅ grid-php studio · code · diff
✅ grid-cli studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
2c2bffb to
18ef7cc
Compare

Summary
POST /transactions/{transactionId}/cancelreturns501 NOT_IMPLEMENTEDfor any payment rail whose banking partner exposes no cancellation facility, but the spec never documented a501response. Integrators hit an undocumented status on the endpoint's primary path.501response (Error501, already used by/cards,/customers, and/platform/config).200description: a success means the banking partner accepted the cancellation request, not that the transfer is already cancelled. The partner confirms asynchronously, so the transaction body returned may still report its pre-cancellation status.Changes: 3 files
openapi/paths/transactions/transactions_{transactionId}_cancel.yaml— add501, clarify200openapi.yaml,mintlify/openapi.yaml— regenerated bundles (npm run build:openapi)Net diff is confined to the cancel path.
npm run lintpasses.Requested by @AaryamanBhute