#nunu
1 messages · Page 1 of 1 (latest)
Hi there!
Pasting your other message here:
what can be the reason, is it that the response is not getting correctly?
What do you mean by "payment happens but it is not recording in our site"? Can you share a PaymentIntent ID?
ours is a course selling platform where instructors can connect their stripe account for selling courses, once purchased users get enrolled to course and transaction details saved in database
but in above case purchase happens and users not enrollimg to course and details not saved
one of our connected account acct_1HqdYbAbPXBbwhXj
customer in their ACCOUNT cus_NBYq78VMJCLtxo
pi_3MRBj5AbPXBbwhXj0kE7TO0j
they said in the last 30 days around 5 such cases happened, but there are many successful cases too
Anoother customer in their site cus_NA3QxHBl9KZAUE
I had a look, and I confirm that this PaymentIntent succeeded. So from Stripe's end everything worked.
Then how do you enroll a user is completely up to you and not related to Stripe.
But is there a chance that the response, payment intent succeeded didn't reach us like network issue or something
If that happens, then Stripe will resend you the event as explained here: https://stripe.com/docs/webhooks/best-practices#retry-logic
And for this PaymentIntent I don't see webhook issue
form the logs i can see "The payment pi_3MRBj5AbPXBbwhXj0kE7TO0j for £42.80 requires you to take action in order to complete the payment" which means authentication required , user need to approve using otp or like that
what is this "xx@gmail.com's payment for an invoice for £42.80 requires a verification step by the user"
is it the same
in some other customer logs i can't see this statement
only "requires you to take action in order to complete the payment" this type can be seen
👋 taking over for my colleague. Let me catch up.
ok , can you please check what can be the reason ?
our logs dosnot shows any code error
can you see our previous chat history
if you don't mind to summarize the Q I would be really thankful
ours is a course selling platform where instructors can connect their stripe account for selling courses, once purchased users get enrolled to course and transaction details saved in database
but in some cases purchase happens and users not enrolling to course and details not saved in our database
one of our connected account acct_1HqdYbAbPXBbwhXj
customer in their ACCOUNT cus_NBYq78VMJCLtxo
pi_3MRBj5AbPXBbwhXj0kE7TO0j
they said in the last 30 days around 5 such cases happened, but there are many successful cases too
our logs dosnot shows any code error
we are not sure what the case can be?
the pi you shared was successful
and correct response was sent?
what do you mean?
in subscription case , response of createsubscription api will contain the payment intent id ?
if you add the expand latest_invoice.payment_intent then yes