Access to purchase details after successfull transaction

Is there a way to access to transaction details on the page after a successful transaction other than webhooks?

Hi Caglar_Ersin, Please use fdk client to get purchase details after successful transaction by using this method getOrderById. And please go through the documentation link for further details (https://github.com/gofynd/fdk-client-javascript/blob/master/documentation/application/ORDER.md)