How to automatically create forms and detect successful payments?
-
I want to create payment forms automatically, assign unique IDs to them (or get their unique ID to assign to a particular post) and then process payments such that on success or failure, I can update certain fields related to the payment or payment attempt and the executing user.
How do I make this work using this plugin?
For clarification, imagine I have a LOT of digital products with different prices. I do not want to create all payment forms by hand. I want to create them in code. Then, I want to be able to automatically detect successful payments so that, on successful payment, I can immediately offer the download.
In short, I need to create and set forms in code and then need access to a webhook with payment results.
How to make this work?
- The topic ‘How to automatically create forms and detect successful payments?’ is closed to new replies.