
richardb.28040 (Customer) asked a question.
I have an Okta supplied form working for mfa. I have two more requirements and I am not sure how to do it. I need to get users to 1) agree to my usage contract (EULA) 2) enter their credit card * into into Stripe. Is there any integration with Stripe? Is there any field I can set to acknowledge that they have checked off that they agree with the EULA?

Hello @richardb.28040 (Customer)
I hope you are having a great day
Thank you for posting, you can use the API's to customize the access based in the attributes, you can learn more about the API's in the following link: https://developer.okta.com/docs/concepts/api-access-management/#simple-use-cases
If you need further assistance you can also feel free to post this question on our Okta Developer Forums: https://devforum.okta.com, this is a place for the Okta developer community to interact.
Have a great day ahead
Regards
Henry Esquivel
Okta Inc
Thanks for the response. I already have okta working with mfa. A user clicks the login button on my wordpress landing page and gets authenticated with Stripe. Works great! This question concerns Stripe integration. Once the user has gotten into the app via Okta, I surely can check to see if they have a valid account in Stripe, and if not, show them the door. Since they have had their email address already authenticated (via Okta), I suspect I can allow them to access Stripe without having to re login?
What are the best practices for using both Okta and Stripe? Does my idea make sense?