I have got requirements like below:
/paymenturl?ordernr=123&amount=234&ourOwnCallbackUrl=$api/receipt?contractid=3232&callbackurl=https://somthing.com&fallbackurl=https:something.com¬ification=hit-hard
- Is it possible to add url in query parameter? (callbackUrl)
- Is it possible to add Step 1 into value of Query Parameter? (ourOwnCallbackUrl)
- Is it possible to add Step1 in Step 2 to main url? (/paymenturl)
The question is basically how to add another URL to query parameter and can it be nested further?