Is there an action after a Stripe recurring subscription charge has been processed in GiveWP #7561
Unanswered
natesprout
asked this question in
Developer Q&A
Replies: 2 comments
-
Alternatively, I have also set up this action - give_update_payment_status. This does seem to trigger after a Stripe Subscription charge, BUT none of the Stripe fields/data has yet been saved to the donationmeta. e.g., the Stripe transaction ID stored here - _give_payment_transaction_id - hasn't been saved when this action is fired. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I may have found an action that seems to have the information I need. Developers, would you agree with this action in the needs outlined above? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I am struggling a bit trying to find the right action to tie into when a Stripe subscription charge has been completed/processed fully and saved in GiveWP with all the Stripe information needed.
I have used both give_recurring_stripe_process_invoice_payment_succeeded and give_recurring_stripe_processing_invoice_payment_succeeded already...but these 2 seem to happen during the processing into GiveWP.
Example, when I call up the donor from the DB from information in the Stripe event during these 2 actions, this actual donation charge has not yet been saved to the donationmeta table.
Are there any other actions that are triggered immediately after the subscription charge from Stripe has fully been saved/updated in GiveWP?
Beta Was this translation helpful? Give feedback.
All reactions