Payment Extension GET pgloader api

Do the payment extension need to create the GET pgloader api (/api/v1/pgloader/{middlewareTxnId}) to load the checkout page at extension end? Instead can the extension send the payment checkout url in the “redirect_url” field of create payment session api response?

I have tried sending the same and this is also working on uat. Please confirm this.

@Rishabh Yes, you will need to implement the PGloader API as the API is responsible for redirecting/rendering the Checkout page.