added

New field enrollmentGuidance returned by the SDK

We have added a new field to the onSuccess callback on card enrollment SDK.

Changes

Added

  • Added field enrollmentGuidance to the onSuccess callback on card enrollment SDK, with the following structure
    "enrollmentGuidance": {
      "availableEnrollmentMethods": [
        "cardholder-single", "network-bulk"
      ]
    }
    

For more details, visit our Enrollment Methods documentation.