[ad_1]
Hi @mazikeen
Sorry for the confusion, I forgot to submit my answer before marking this as resolved, so I’ll retype it quickly.
There is a filter to change the URL for the Purchase Confirmation page, and it is edd_get_success_page_uri. Here is a code reference to it:
https://github.com/awesomemotive/easy-digital-downloads/blob/main/includes/checkout/pages.php#L9-L29
If you are looking to use this information on the existing purchase confirmation page, for some customizations, you can get this information without appending anything to the URL by using the edd_get_purchase_session() function which contains information about the purchase that can either be displayed, or used to look up more detailed information.
