Payment Status Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
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!
Hace 7 años
What exactly PayPal are you using? PayPal Standard?

Have you configured IPN?
Hace 7 años
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 ?
Hace 7 años
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.