feature/INT-1632 SDK update - Latests changes in payments and other updates#210
Open
david-ruiz-cko wants to merge 6 commits into
Open
feature/INT-1632 SDK update - Latests changes in payments and other updates#210david-ruiz-cko wants to merge 6 commits into
david-ruiz-cko wants to merge 6 commits into
Conversation
|
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.



This pull request introduces several new features and enhancements across the SDK, focusing on onboarding simulation, payment setup, account management, instrument operations, and token handling. The changes add new client classes, extend data models, and provide additional API methods to support advanced use cases and testing scenarios.
Onboarding Simulator Integration:
OnboardingSimulatorClientwith methods to simulate entity onboarding scenarios, set requirements due, set entity status, and list available requirements and scenarios. Supporting request/response models and enums were also introduced. [1] [2] [3] [4] [5]Accounts and Entity Requirements:
AccountsClient, including new methods for getting requirements, getting requirement details, and resolving requirements, along with the associated request model. Tests were added to cover these new methods. [1] [2] [3] [4] [5] [6]Payment Setup and Instruments Enhancements:
Blik,Paypal), detailed account funding transaction fields, and additional processing options. [1] [2] [3] [4] [5]CreateCardInstrumentRequestto adjust the order and inclusion of fields.revokemethod toInstrumentsClientfor revoking instruments, with corresponding test coverage. [1] [2]Token Handling Improvements:
CVV,PIN) with corresponding request and data models, and added a method to retrieve token metadata inTokensClient, with tests. [1] [2] [3] [4]These changes collectively improve the SDK's support for onboarding simulation, entity management, payment method flexibility, and tokenization workflows.