But I will not use those Stripe payment method or pypal payment method, I will use mollie.com for the payments.
So if you don’t use the stripe options or paypal options, can you sitll use CC’s?
You can, but they wouldn’t be added automatically to the user, unless you get your Mollie integration to give the user a new WordPress capability (s2’s custom capability).
Many site owners use payment methods not supported by s2Member yet, but they edit the user’s access manually (or in bulk with the import/updater). So it’s a bit more work, but possible.
Additionally, When I am in the “forms for level 1 access” for testing and I put some text in the CC line, then I must create the form code but where is the CC stored after that? That is not clear because after that it is deleted again.
The ccaps in the shortcode will be applied to the transaction, and stored in the user’s account. Ccaps are not stored by themselves. You create them dynamically with the shortcode for the s2 button/form, or adding it to the user’s profile manually.
Does that help?