Skip to content

docs(changelog): add August 2026 entry and expand July 2026 - #838

Merged
pengying merged 1 commit into
mainfrom
docs-changelog-august-2026
Aug 14, 2026
Merged

docs(changelog): add August 2026 entry and expand July 2026#838
pengying merged 1 commit into
mainfrom
docs-changelog-august-2026

Conversation

@pengying

Copy link
Copy Markdown
Contributor

Covers the API surface merged since mid-July, framed by what each change
lets a platform do rather than by the fields it adds.

August 2026: platform fee assessment (standing config, per-quote override,
fee breakout on quotes and transactions), end-user terms consent, programmatic
KYC/EDD, EU groundwork (SCA session expiry and error codes, Travel Rule
ownership verification), stablecoin mint/burn, new networks and corridors,
and reworked payout failure reasons.

July 2026: card transaction webhooks and the full sandbox simulate set,
plus refund events on incoming payments.

Deliberately omitted: spec surface whose backend is not live yet
(POST /transactions/{id}/cancel, base-transaction field additions, Plasma
as a standalone announcement), CLI/sample/demo work, and docs fixes.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

@mintlify

mintlify Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Aug 14, 2026, 8:51 PM

@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
grid-flow-builder Ignored Ignored Preview Aug 14, 2026 9:02pm
grid-wallet-demo Ignored Ignored Preview Aug 14, 2026 9:02pm

Request Review

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds an August 2026 changelog entry and expands July's entry to describe recently added API capabilities.

  • Covers platform fees, customer onboarding and verification, EU-oriented controls, stablecoin operations, networks and corridors, and transaction failure handling.
  • Adds card webhook and sandbox simulation coverage plus incoming-payment refund events.
  • Several August API names and lifecycle claims do not match the repository's current OpenAPI contract.

Confidence Score: 1/5

This PR should not merge until the inaccurate platform-fee, EDD, Travel Rule, and transaction-failure documentation is aligned with the current API contract.

The changelog currently directs integrators to nonexistent routes and fields and tells them to remove handling for transaction failure values that the API contract still permits.

Files Needing Attention: mintlify/changelog.mdx

Important Files Changed

Filename Overview
mintlify/changelog.mdx Adds extensive release notes, but documents multiple fields, endpoints, statuses, webhooks, and failure values that are absent from or contradict the current API contract.
Prompt To Fix All With AI
### Issue 1
mintlify/changelog.mdx:19-20
**Platform fee field is invalid**

When a platform follows this entry, it sends `transactionFeeConfigs` even though `PATCH /platform/config` exposes `feeConfigs`, causing the standing fee configuration to be rejected or ignored; the entry also omits that fee configurations and per-quote overrides currently require a USD source currency.

### Issue 2
mintlify/changelog.mdx:46-47
**EDD endpoint does not exist**

When an integrator follows this entry, it calls `POST /customers/edd`, but EDD is represented as patchable attributes on an individual customer and has no separate resource, causing the submission to target a nonexistent route.

### Issue 3
mintlify/changelog.mdx:67-73
**Travel Rule lifecycle is absent**

When a platform implements this flow, the documented challenge and verify routes are absent from OpenAPI, as are the `PENDING_OWNERSHIP_VERIFICATION` and `UNVERIFIED` states and `EXTERNAL_ACCOUNT.STATUS_UPDATED` webhook, causing requests to fail and generated clients to lack the announced lifecycle.

### Issue 4
mintlify/changelog.mdx:100-103
**Failure-reason contract is reversed**

When an integrator follows this breaking-change notice, it removes handlers for four values that remain in `OutgoingTransactionFailureReason`, while the newly advertised payout reasons, `pendingReason`, and limit codes are absent from the current schemas, causing deserialization failures or missed transaction handling.

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "docs(changelog): add August 2026 entry a..." | Re-trigger Greptile

Comment thread mintlify/changelog.mdx Outdated
Comment thread mintlify/changelog.mdx Outdated
Comment thread mintlify/changelog.mdx
Comment thread mintlify/changelog.mdx
Covers the API surface merged since mid-July, framed by what each change
lets a platform do rather than by the fields it adds.

August 2026: platform fee assessment (standing config, per-quote override,
fee breakout on quotes and transactions), end-user terms consent, programmatic
KYC/EDD, EU groundwork (SCA session expiry and error codes, Travel Rule
ownership verification), stablecoin mint/burn, new networks and corridors,
and reworked payout failure reasons.

July 2026: card transaction webhooks and the full sandbox simulate set,
plus refund events on incoming payments.

Deliberately omitted: spec surface whose backend is not live yet
(POST /transactions/{id}/cancel, base-transaction field additions, Plasma
as a standalone announcement), CLI/sample/demo work, and docs fixes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

pengying commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Aug 14, 9:52 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Aug 14, 9:52 PM UTC: @pengying merged this pull request with Graphite.

@pengying
pengying merged commit b97785a into main Aug 14, 2026
9 checks passed
@pengying
pengying deleted the docs-changelog-august-2026 branch August 14, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants