Payment Status Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 年 前
Hello there,

I have noticed one thing when customer used PayPal for purchase, his payment status always remain pending even after successful payment. We need to manually mark his order as paid. Can anyone provide a solution for this?

Thanks!
7 年 前
What exactly PayPal are you using? PayPal Standard?

Have you configured IPN?
7 年 前
Yes I am using Paypal standard and IPN is configured,

I am applying one solution:

Updating this line in ProcessPayment method

result.NewPaymentStatus = PaymentStatus.Pending; // Old
result.NewPaymentStatus = PaymentStatus.Paid; // Updated to this

Is this correct ?
7 年 前
There's no need to customize solution. Open your oder details page (that it expected to be paid), then "Order notes" tab. Do you see any records related to IPN?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.