I have another question: With the REST API you can find the following call: https://developer.paypal.com/docs/api/invoicing/v2/ There are two URLs in this response: "metadata": {
"create_time": "2018-11-12T08:00:20Z",
"recipient_view_url": "https://www.api-m.paypal.com/invoice/p#Z56S5LLAQ52LCPZ5",
"invoicer_view_url": "https://www.api-m.paypal.com/invoice/details/INV2-Z56S-5LLA-Q52L-CPZ5"
} Are these URLs qualified documents (email or PDF) on which you can see that the payment has been made, for example? And is this search for invoices and a view/download for a qualified payment confirmation also available in the NVP/SOAP API? We only work with a simple integration of the NVP API. We need a document (PDF / HTML / Email ...) a qualified payment confirmation created by PayPal - not just a status "Payment made" After making a payment, the buyer receives an email confirming his payment. This is the kind of document it should be. Thank you
... View more