You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your SDK build had at least one "warning" diagnostic, but this did not represent a regression. generate ⚠️ → build ❗ → lint ❗ → test ❗
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. If you push custom code to the preview branch, re-run this workflow to update the comment. Last updated: 2026-08-12 23:57:27 UTC
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is only relevant for IncomingTransactions. If there's a realtime funded quote where the funding leg gets held, that would also apply here.
Looking into this — I’ll trace whether a held real-time funding leg is represented on the outgoing transaction itself or as a separate incoming transaction, then update the schema accordingly.
Applied. pendingReason now lives on the base Transaction, and COMPLIANCE_REJECTED is available on both incoming and outgoing failure reasons, so a real-time-funded outgoing transaction can expose the same compliance state.
## Summary
- Add an optional `pendingReason` field to all transactions.
- Add provider-neutral reasons for customer action and compliance
review.
- Add `COMPLIANCE_REJECTED` to incoming and outgoing transaction failure
reasons.
## Test plan
- `make build`
- `make lint-openapi` (0 errors)
Original PR: #822
---------
Co-authored-by: jklein24 <jklein24@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pendingReasonfield to all transactions.COMPLIANCE_REJECTEDto incoming and outgoing transaction failure reasons.Test plan
make buildmake lint-openapi(0 errors)