You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: We allow user to place their order without making the payment. They can pay online after the payment is made. Once the order is delivered, we share the checkout page link with them and they can make the payment through the gateway.
This works in normal scenarios. But it doesn't work when we have added some refunds in the order. In that case, the total amount to be paid is different than the amount which razorpay asks the user to pay.
Actual amount to be paid = Total - Refund (Net payment)
Razorpay asks user to pay Total payment.
The text was updated successfully, but these errors were encountered:
Use case: We allow user to place their order without making the payment. They can pay online after the payment is made. Once the order is delivered, we share the checkout page link with them and they can make the payment through the gateway.
This works in normal scenarios. But it doesn't work when we have added some refunds in the order. In that case, the total amount to be paid is different than the amount which razorpay asks the user to pay.
Actual amount to be paid = Total - Refund (Net payment)
Razorpay asks user to pay Total payment.
The text was updated successfully, but these errors were encountered: