I've implemented Stripe card payments into APEX (a lot) and the latest implementation is working great with some tweaks inspired by Linos! Kudos to @linos2 for the awesome blog posts about it! For posterity: https://lschilde.blogspot.com/2021/04/oracle-apex-and-stripe-v3-part-3.html?sc=1680810729462#c132586794289446843
Now … for Payment Elements - Stripe came out with the Payment Element at the end of 2021. I'm curious if anyone has used it with APEX, or do you know of a sample implementation of its integration into APEX? For our regular card processing, I'm using PL/SQL to do the charge with the amount passed to the procedure and a REST request handles the handshake. I'm not seeing the same ability to do that with the Payment Element unless I'm just missing something.
If not familiar with it, the Payment Element adds a great feature of multiple payment options, not just cc submission.
