Skip to content

Release: develop -> main#3579

Merged
TaprootFreak merged 1 commit intomainfrom
develop
Apr 17, 2026
Merged

Release: develop -> main#3579
TaprootFreak merged 1 commit intomainfrom
develop

Conversation

@github-actions
Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

…eback) (#3576)

* feat: accept limitRequest in support endpoint

Extend CreateSupportIssueSupportDto with optional limitRequest field
and set department to COMPLIANCE when limitRequest is present, matching
the logic of the public createIssue endpoint. This allows COMPLIANCE
users to create a Limit Request on behalf of a user.

* feat: add stop transaction endpoint for compliance

* feat: add compliance chargeback endpoint

Add PUT /support/transaction/:id/chargeback for COMPLIANCE users to
release a refund for BuyCrypto, BuyFiat or unassigned BankTx, recording
the agent identity in chargebackAllowedBy. Add GET /support/me to
expose the agent's own user data, and chargebackAmount override on
TransactionRefundDto. Expose chargebackAsset on the transaction DTO.

* refactor: derive support issue department from user role instead of issue type

* refactor: consolidate refund endpoints and restrict chargebackAmount to compliance

- Merge PUT /refund and PUT /chargeback into single PUT /refund endpoint
- Move chargebackAmount from TransactionRefundDto to new ChargebackRefundDto
- Remove GET /me endpoint, agent name is resolved from JWT server-side
- Remove redundant processTransactionRefund, use unified method for all refund types
@TaprootFreak TaprootFreak merged commit 8d22685 into main Apr 17, 2026
7 checks passed
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.

3 participants