feat: Support-Endpoint zum Öffnen des PaymentAgreement-KYC-Steps#3938
Open
TaprootFreak wants to merge 1 commit into
Open
feat: Support-Endpoint zum Öffnen des PaymentAgreement-KYC-Steps#3938TaprootFreak wants to merge 1 commit into
TaprootFreak wants to merge 1 commit into
Conversation
Support-Mitarbeiter können den PaymentAgreement-Step für einen Kunden öffnen (POST kyc/admin/payment-agreement, Rolle SUPPORT). Der Step wird als IN_PROGRESS angelegt und der Kunde per E-Mail mit KYC-Link eingeladen, die Vereinbarung selbst auszufüllen und zu akzeptieren. Bei bereits abgeschlossenem Step wird abgebrochen statt erneut zu mailen.
2f547b4 to
bb02967
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Was
Neuer Endpoint
POST kyc/admin/payment-agreement(Rolle SUPPORT), mit dem ein Support-Mitarbeiter den KYC-StepPaymentAgreementfür einen Kunden öffnet.Verhalten
IN_PROGRESSan (getOrCreateStepInternal, VorbildcheckOrTriggerVideoIdentInternal).&step=paymentagreement) in allen 6 Sprachen.paymentLinksAllowedgesetzt. Der Button schaltet nicht direkt frei.ConflictExceptionstatt erneuter (irreführender) Mail.Stacked auf #3940
Basiert auf dem Reformat-PR #3940 (Prettier auf den
mail.json) — daher zeigt dieser PR nur die echten Änderungen (~68 Zeilen Code + 30 Zeilen neue Übersetzungen). Sobald #3940 in develop gemergt ist, retargetet GitHub diesen PR automatisch auf develop.Tests (lokal)
format:check ✅ · lint ✅ · type-check ✅ · build ✅ · jest 1055 passed / 0 failed ✅
Hängt zusammen mit
Frontend-Button: DFXswiss/services (separater PR).