Get Payment Receipt (PDF)

Overview

This endpoint returns an PDF 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 PDF files for this file to render correctly. Here's an example of what the PDF 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.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!