Home › Forums › Stripe Payments Plugin › asp_stripe_payment_completed hook for individual products › Reply To: asp_stripe_payment_completed hook for individual products
October 19, 2018 at 12:25 am
#1585
Admin
Keymaster
The 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.