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?