skip to Main Content

I have found the API to download transactions:

But there is no link to a PDF file of the actual invoice available. Does anyone knows if the actual PDF invoice can be downloaded using the API?

Thanks in advance,

2

Answers


  1. I assume you need to obtain the PDFs as mentioned in https://www.facebook.com/business/help/117335431685396 .

    But the API you point to will only provide with you with the JSON data of the related transactions. You can easily build the PDF using this data in your application by using a libraries like,

    1. js PDF – https://github.com/MrRio/jsPDF
    2. fPDF – http://www.fpdf.org/
    3. TCPDF – https://tcpdf.org/
    Login or Signup to reply.
  2. It has been deprecated with version 3.0 of Facebook API.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search