Hi @ismcagdas,
If you look at file RegisterTenant.cshtml.cs, I called return LocalRedirectPreserveMethod("/Payment/GatewaySelection?paymentRequestId=" + paymentRequest.Id);
It opens payment page. Could you tell me what should I do with initial payment process?
Yes I have sent email to you. Please let me know if you get any trouble with checkout source code
Do we have good documentation for the payment integration?
Thanks @ismcagdas,it just returns PaymentRequestID, how can I get payment status? I think the callback should send back to page PaymentSucceed the status OR should we implement new page PaymentFailed?
Yes I used this example, but it shows this selection. What should I do not enable Stripe payment? PayU gives me this error : System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Payment.Payu.Pages.Payment.Payu.PurchaseParameterListGenerator.Generate(PaymentRequestWithDetailsDto paymentRequest) at Volo.Payment.Payu.Pages.Payment.Payu.PrePaymentModel.OnPostAsync()
Thank you, it solves my issue
Thanks @ismcagdas for response, so how about MVC page, how do I integrate payment module to our MVC page? Should I need to create new view to show payment selection or it is already implemented?
Regards, Lan Dang