feat!: add device 3DS2 fields and remove unsupported features - #53
Draft
tomasz-pazdziurek-cko wants to merge 1 commit into
Draft
feat!: add device 3DS2 fields and remove unsupported features#53tomasz-pazdziurek-cko wants to merge 1 commit into
tomasz-pazdziurek-cko wants to merge 1 commit into
Conversation
tomasz-pazdziurek-cko
marked this pull request as draft
August 20, 2026 09:46
tomasz-pazdziurek-cko
force-pushed
the
feat/POS-1692/node-3ds2-fields
branch
3 times, most recently
from
August 20, 2026 10:58
9c81c52 to
20acb15
Compare
tomasz-pazdziurek-cko
force-pushed
the
feat/POS-1692/node-3ds2-fields
branch
from
August 20, 2026 15:20
20acb15 to
e48d5f1
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.
Caution
BREAKING CHANGE
Title: feat: Update library to 11.0.0 (device/3DS fields, card chaining, submerchants; remove legacy subscriptions API)
Body:
Summary
10.0.0→11.0.0of the ProcessOut API spec.Added
Device.ThreedsSdk,Device.Platform, andInvoiceDevice.Platform— explicit 3DS SDK type (web/ios/android/other) and device platform metadata.CardSchemeDetailstype (transaction_id,transaction_link_id) wired intoCardCreateRequest/CardUpdateRequest;Card.PreferredCardType,Card.InitialSchemeTransactionID,Card.PaymentAccountReference,Card.BillingCountryCode;CardContact.BillingCountryCode(new preferred field,CountryCodenow documented as deprecated alias);Token.ProvisionNetworkTokensticky opt-in/out flag, also added toInvoice.Authenticate/Authorize/Captureparams.SubmerchantandSubmerchantMappingtypes, plusInvoice.SubmerchantIDon invoice creation.Invoice.Authenticateaction;TransactionLinkIDandProvisionNetworkTokenadded to Authenticate/Authorize/Capture;Metadataadded to Payout;PaymentConfigurationadded to Create.TransactionOperation.CaptureType,UnsupportedFeatureBypass.SplitPayments,Transaction.Origin,InvoiceExternalFraudTools.Riskified.Removed
Activity,Addon,Coupon,Discount,Plan,Subscriptiontypes and all associated client methods (NewActivity,NewAddon,NewCoupon,NewDiscount,NewPlan,NewSubscription,Customer.FetchSubscriptions,Project.FetchSupervised, etc.).Invoice.Subscription/SubscriptionID,Transaction.Subscription/SubscriptionID,Customer.Subscriptionsfields.Breaking changes
Invoice.Authorize,Invoice.AuthorizeWithContext,Invoice.Capture,Invoice.CaptureWithContextnow return an additional value (extrastringreturn, e.g. a webhook/redirect-type field) — signature changes from(*Transaction, *CustomerAction, error)to(*Transaction, *CustomerAction, string, error). Callers must update to handle the new return value.