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.