And don't have any clue how and where to add the possibility to add multiple payment methods to that form.
I need to use stripe.js and elements, right?
@maximaexchen You cannot pre-fill payment information such as card details or bank account details.
The reason being, Stripe bears the brunt of being PCI compliant on your behalf as those details never touch your server. But if you’re trying to pre-fill those details, then it means you have taken those details and they have touched your application, in which case PCI compliance kicks in and they are hefty fines if you are found to be in breach of those rules.
how do I fill it dynamically from input fields?
Stripe Elements are the input fields. The idea of Stripe Elements is to build forms to capture these details on your behalf. A token is then created that Stripe sends to your server, which you can use to process a payment via Stripe.
oh no. That was misleading.
I dont't want to prefill. The values should come from the formfields...
I am not that good in JS so I think I have the problem to get the values set from user input to the token.
Select plan C -> select payment method B -> submit -> stripe magic