Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate PUT /verifcation and update verification process for SEP-12 #1431

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

Ifropc
Copy link
Contributor

@Ifropc Ifropc commented Jan 25, 2024

Background

Currently, to verify any field it's required to call PUT /customer/verification by suffixing said field with _verification. This proposal deprecated this approach in favor of more simplified flow

Proposed change

Merge functionality of PUT /customer//verification with PUT /customer. Now, client should first fields via PUT /customer, and then verify them (if needed) in the same manner as before (suffix field with _verification and pass verification information as value of the field)

@Ifropc Ifropc enabled auto-merge (squash) February 9, 2024 20:38
@Ifropc Ifropc merged commit f0368ec into master Feb 9, 2024
2 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.

None yet

3 participants