Why Aren’t Automatic Charges Logged in PaymentRequest, How Does ABP Handle Stripe Recurring Payments? #23355
Unanswered
mohammadeunus
asked this question in
Q&A
Replies: 1 comment
-
hi Please create a support ticket on https://support.abp.io/ Thanks. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ABP Framework with a custom Stripe subscription flow that I made. Initial payments work fine, Stripe processes them, and a
PaymentRequest
entry is created.However, recurring payments (automatic charges from Stripe) succeed but don’t create a
PaymentRequest
entry in my database.I have Already registered Stripe with
isSubscriptionSupported: true
. Webhooks are working and reachable.I'm trying to review the
Volo.Abp.Payment
source code to understand, how abp configures it so that i can identify my issue.How does ABP handle recurring payments from Stripe internally, and what might I be missing to capture those charges in
PaymentRequest
?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions