Server side time delay

I used a client side on Wappler to create payment method with Stripe form. I was able to retrieve the payment method id.
So do that, I went to dynamic event > use on submit form > Create payment method.
When I submitted the form, the payment method id was nicely generated.
Problem:
I didn’t know how to get the id payment method in the server side.
So, I created an input field and included the id payment method in it.
Now, when I submit the form ; the setup intent on the server side display an error because it did not receive the id payment method.
I have the click on the submit button twice to create a setup intent. because the server side is ignoring the id payment method.

So, I was wondering how to get the id payment method on the server side working with the setup intent on the first submit form.


stripe3

Community Page
Last updated: