Support Needed for Storing Payment Status in Custom WordPress Table Using Stripe
-
Hi Support Team,
I am working on maintaining payment statuses (such as failed, succeeded, and canceled) in a custom WordPress table. I have been using the
asp_stripe_payment_completed
hook to successfully store the payment status and payment details in the database for successful transactions.However, I am facing an issue when trying to capture and store failed payment statuses. I attempted to use the
asp_ng_before_payment_processing
hook for this purpose, but I am unable to get it to store failed payment status correctly.Could you please assist me in resolving this issue? I would appreciate any guidance or examples on how to properly store failed payments using the appropriate hooks.
Thank you in advance for your help!
refered this doc: https://s-plugins.com/stripe-payments-plugin-action-hooks-reference/
- You must be logged in to reply to this topic.