Ive made the app based on this tutorial: https://stripe.com/docs/checkout/express
How do I now change the payment method from creditcard to ideal? ideal docs: https://stripe.com/docs/sources/ideal#create-source
Question: where do I call the stripe.createSource({
source?
Things I've tried:
Changing the stripe.customers.create({
in the app.js to the stripe.createSource({
changing data fields in the .pug file
making edits in the stripe.charges.create({
If you have any suggestions let me know!