get https://hover.to/api/v1/payments//receipt.html
Overview
This endpoint returns an HTML version of an invoice for a specific payment. To obtain the specific payment ID, it is recommended to use the List Paymentsendpoint, extract the ID value, and place in the path of this GET request. Your integration needs the ability to ingest HTML files for this file to render correctly. Here's an example of what the HTML file looks like:
Resolving Postman Issues
These endpoints rely on cookies. To test in Postman first go to the cookie manager in postman, and clear all cookies. Then make the query in an auth'd browser and grab the value of the cookie from the network calls tab in the dev tools. Lastly, create a new query in the headers (not using the cookie manager) and paste the value of the copied cookie in.