Everyone, want to achieve a function in which if a user clicks on the payment button, and when the wix payment box opens, I want that it should autofill the name and email, is there any way I can do this with the help of code.
@1234monunilay have you read the documentation about the Wix Pay API? everything is expplained: createPayment - Velo API Reference - Wix.com
@1234monunilay Look at my answer here: https://www.wix.com/velo/forum/coding-with-velo/creating-a-dropdown-list-with-price-for-payment
I showed an example where I populated that information.
Thank you @plomteuxquentin
I will surly check it
Oh Thank you man, I got the way in which I can pass an object which contain all user information which i want to autofill. And then I can pass that object as a parameter in the wix payment function.
It was very helpful and easy.