Forum Replies Created
-
AuthorPosts
-
AdminKeymaster
We will work on the post payment actions addon and update that soon.
AdminKeymasterThis feature has been added to the Stripe plugin in the latest update.
AdminKeymasterThis should be fixed now.
AdminKeymasterYes, mixing up the live and test plans will trigger an error.
AdminKeymasterI would need to know what you did for the error to show up so I can investigate it.
It is likely you clicked a buy now button and then hit the back button of the browser before the transaction could complete. Then clicked on the buy button again. The page needs to be re-loaded so a new fresh token is generated.
AdminKeymasterThe $20 one off payment needs to be handled separately. You can create a normal product that they can use to pay that money. Then they can subscribe.
AdminKeymasterIf a card expires or a new card is issued, stripe works with the financial institution to automatically update that card in their system. Once a subscription payment is setup, you shouldn’t have to do anything about it. If it completely fails, Stripe will notify you (the site admin).
AdminKeymasterWe don’t have the HTML email option at the moment. We will add an option for this in the plugin.
AdminKeymasterWhat specific behavior of it is not working? Did you make any modifications to your site couple of days ago when this happened?
AdminKeymasterThe subscription plan is something that needs to be created in your Stripe account. So stripe doesn’t offer a good/easy option for dynamically applying a discount to a subscription plan. We have plans to come up with a solution so discount can be applied to subscription plans.
October 19, 2018 at 12:25 am in reply to: asp_stripe_payment_completed hook for individual products #1585AdminKeymasterThe following action hook gets triggered for every transaction:
asp_stripe_payment_completed
Within the function (that you will create to handle the hook), you can check the data to see the product ID and other details. Then do things if it is for your product ID.
AdminKeymasterI ended up using a third domain email address as a workaround as I didn’t want to spend too much more time trying to understand if it was a hosting issue, domain issue, or combination. Thanks again for this awesome plugin!
AdminKeymasterah ok makes sense thank you for explaining!
AdminKeymasterproblem solved, its the Beaver Builder page builder plugin. When I set up a post without BB the popup pops up.
AdminKeymasterThe most common cause for this is caching. When your pages with payment buttons are cached, the security keys used on it will be stale. Do you use any caching plugin? Does your hosting provider used forced caching on your page?
-
AuthorPosts