Hi,
I have an mobile application & Desktop web app.
I want to do payment integration on my mobile app,
So I will call external API and pass the data.
There I need to pass the CallBackURL → which I will pass the web application URL like
https://adalo…/PaymentResult?PaymentID=“6536771”&InvoiceId=“123”
So let me know how can I read the query parameter value of PaymentID &InvoiceId
in the web page.
After getting this value I need to call a API to check the Payment status.
Anyone please help me…
Thanks in advance.