Model
OnboardingStatus
Magento\PaymentServicesBase\Model\OnboardingStatus
What it does
This model manages the onboarding status for Magento Payment Services by checking if merchants have completed PayPal onboarding in a specific environment (production/sandbox).
Developers use this class to verify if payment services are properly configured and ready to process transactions, with results cached for 3 hours to optimize performance.
Public Methods
- getStatus()
- isOnboarded()
- setIsOnboarded()