The opposing forces of my ambitions vs. my lack of coding skills continue.
I am keen to use Airwallex hosted payment page within my application instead of Stripe.
They have made it pretty simple to integrate the payment elements with different web frameworks with the ability to copy and paste the code. I want to keep it super simple and use the hpp.vue component which is just a redirect to an Airwallex checkout page.
load the bundle script in the head and use a javascript action in a click workflow. The script in the head is not loaded in the preview editor but you can test it in staging.
Yes, the client_secret tripped me up initially but it is a token returned from a previous call which uses the private keys. I have that all set up using the environment variables in Xano.
I’ll see how I go configuring the ww-button inside the Airwallex element.