I want to make a page with input details and a payment option. I have a payment gateway account.
The input on the registration page will be inserted into the database collection only if the payment is successful.
How to implement this? If not possible, is there any alternative solution to this???
Hi,
You can use the Wix Pay API to craft something like this.
Have a conditional statement which enters data into the database only when the payment is successful.
Can you write the entire code, then I can understand you better. .
Hi Shan - I have something that you may have the expertise for.
I am building an advertising service for customers to log in and make requests for Google Ads.
When a customers requests an ad, they enter a budget they would like to spend for the ad on Google.
Using the Wix Pay API is straight forward for charging the customer for the amount of their budget. However, for long term customers, it would be annoying for them to have to enter their credit card information every single time.
Is there a way to have my Logged-in customers save their payment information for a faster checkout on their ads? I know it is possible with Stripe, but I figure using the Wix Pay API would work better on Wix since it was created by Wix.