I’m trying to find out if it’s possible to have the following behavior in Wix for payments.
- Customer enters the credit card details upfront on sign up.
- Credit cards are charged only at a later date. (this won’t be recurring as it’s not the same amount. Amount will be mentioned by customer).
Is this possible on Wix? Going through the previous posts, I understand that I may need to use APIs to achieve this. I’ve figured the following steps;
A. I think I’ll have to setup Future payments on Stripe when customer sign’s up. (as explained here https://www.wix.com/velo/forum/community-discussion/wix-code-stripe))
B. Post this I’ll have to take single payments through API again (similar to https://support.wix.com/en/article/velo-tutorial-using-the-velo-pay-api-to-collect-payments-for-a-single-product )
Would really appreciate if someone can tell me whether I’m on the right path. Better still if there already is a plugin or some magical way to do this without coding!
Regards!