.NET SDK - 3.45.0
.NET SDK - 3.45.0
August 18, 2026
Added
Support for multi-session PSC flow on hosted KYB for Business
To support verification of multiple PSCs on hosted KYC/KYB for Business-type users:
- New
ApiIdentityVerifications.RetryPscAsync(identityVerificationId, pscId, psc)method, callingPUT /identity-verifications/{IdentityVerificationId}/pscs/{PscId}/retry. ThePscRetryPutDTOpayload is optional and may carryFirstName,LastName,Email,DateOfBirth - New
PscDTO(withPscDataDTOfor itsDataentries) and aPSCslist onIdentityVerificationDTO
See the multi-session PSC flow guide and the API release note for more details.
Identity verification event types
New event types: IDENTITY_VERIFICATION_PSC_PENDING, IDENTITY_VERIFICATION_PSC_VALIDATED, IDENTITY_VERIFICATION_PSC_FAILED, IDENTITY_VERIFICATION_PSC_ABANDONED, IDENTITY_VERIFICATION_PENDING_PSC_ACTION, IDENTITY_VERIFICATION_EXPIRED
Echo – GET List Intent external providers
- New
ApiPayIns.GetExternalProvidersListAsync()method, callingGET /payins/intents/external-providers, returning the provider names as aList<string>
Echo – Tag on intents and splits
- Added
TagtoPayInIntentCapture,PayInIntentRefund,PayInIntentDispute, andPayInIntentSplitPutDTO
Idempotency error details for failed calls
IdempotencyResponseDTOnow exposes aResponseExceptionproperty, populated when the original call returned a non-2xx status. It isnullwhen the original call succeeded, andResourcekeeps its previous content