Hello Quentin thank you for the tutorial ! Can you make a full tutorial for the webhook ? When we use stripe on xano for example. Will be very helpfull !
@emrroquina10 ай бұрын
What about dynamics amount of payments? Or just only static?
@ayushjhabak28519 ай бұрын
can we use this for stripe subscriptions ?
@valartnad5 ай бұрын
To what extent the Weweb Stripe plugin is secure enough to store the Stripe Private API keys? Wouldn't it be better to just expose the Public API Keys to the front end (Weweb) and keep the Private API Keys in the back end?
@weweb5 ай бұрын
The private key is stored in the backend and it’s not available in the published website. Hope this answers your question :)
@calmingsoundsforthemind81225 ай бұрын
Can we use PayPal with Weweb?
@weweb5 ай бұрын
For Paypal there are multiple solutions: → Include Paypal in Stripe checkout page (easy) → Use the create payment intent action and some custom javascript (intermediate) → Custom coded component and Xano/Supabase (hard)