feature/INT-1638 - General SDK update (Issuing cards/disputes, Payment Setups, Klarna, and Platforms instrument details)#346
Merged
Conversation
…nd Platforms instrument details)
|
armando-rodriguez-cko
approved these changes
Jul 2, 2026
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 improvements to the issuing and payments domains, including expanded support for dispute handling, enhancements to card activation and revocation scheduling, and richer order/payment setup models. It also removes some deprecated or redundant classes and fields to streamline the codebase.
Issuing Disputes Enhancements:
IssuingDisputeFraudDetails,IssuingDisputeFraudType) and integrated them into dispute request classes, allowing for more granular and structured fraud reporting. [1] [2] [3] [4] [5] [6]AmendDisputeRequestmodel and correspondingamendDisputemethod inIssuingClient, enabling amendments to disputes that are blocked or require additional information. [1] [2] [3] [4]submitDisputemethod as deprecated, guiding users towards the new dispute amendment flow.Card Management Improvements:
activation_dateandrevocation_datefields to bothCardRequestandUpdateCardRequestclasses, allowing for scheduled card activation and automatic revocation. [1] [2]ScheduleRevocationRequestclass and related scheduling methods fromIssuingClient, consolidating revocation scheduling into the main card request models. [1] [2] [3]Payments and Order Setup Extensions:
Ordermodel with new fields forinvoice_id,shipping_amount,surcharge_amount,tax_amount,tipping_amount, andamount_allocations, supporting more detailed order breakdowns.PaymentSetupAmountAllocationandAmountAllocationCommission, enabling split payments and commission handling in setup flows. [1] [2]PaymentSetupBillingDescriptormodel for richer payment descriptions and billing information.Account and Instrument Details:
InstrumentAccountTypeandInstrumentDetailsAchmodels to support ACH payment instrument details, including account and routing numbers. [1] [2]Cleanup and Deprecations:
CardholderDocumentclass and related references from cardholder request models, simplifying cardholder data structures. [1] [2] [3] [4]These changes collectively improve the flexibility, compliance, and functionality of the issuing and payments APIs, while also streamlining the codebase for easier maintenance.…nd Platforms instrument details)