added
New field enrollmentGuidance returned by the SDK
4 days ago
We have added a new field to the onSuccess
callback on card enrollment SDK.
Changes
Added
- Added field
enrollmentGuidance
to theonSuccess
callback on card enrollment SDK, with the following structure"enrollmentGuidance": { "availableEnrollmentMethods": [ "cardholder-single", "network-bulk" ] }
For more details, visit our Enrollment Methods documentation.