Enrollment Status

August 21, 2026 ยท View on GitHub

Status of Authentication eligibility.

Enumeration

EnrollmentStatus

Fields

NameDescription
ENROLLEDYes. The bank is participating in 3-D Secure protocol and will return the ACSUrl.
NOTENROLLEDNo. The bank is not participating in 3-D Secure protocol.
UNAVAILABLEUnavailable. The DS or ACS is not available for authentication at the time of the request.
BYPASSBypass. The merchant authentication rule is triggered to bypass authentication.

Example

import com.paypal.sdk.models.EnrollmentStatus;

EnrollmentStatus enrollmentStatus = EnrollmentStatus.UNAVAILABLE;