Important!
This article applies to FastSpring's Classic Platform. If you log in at springboard.fastspring.com, you are using Classic.
If you are looking for documentation for our newest platform version, please bookmark developer.fastspring.com
Invoice as a PDF
Invoice as html Link
By default, customers receive a link, such as https://sites.fastspring.com/testcompany/order/invoice/FS141030-7196-61139
, in the order receipt for their invoice, which opens in a web browser. You can create this link in your email fulfillment or web fulfillment by using the variable #{order.url.invoice}
.
Invoice as PDF
To provide customers with their invoice as a PDF instead, simple add /pdf
to the end of the URL, such as https://sites.fastspring.com/testcompany/order/invoice/FS141030-7196-61139/pdf
. You can create this link to the PDF in your email fulfillment or web fulfillment by using #{order.url.invoice}/pdf.
Changing the Invoice Link in the Order Receipt
The order receipt can also be changed to include the link to the PDF. To make this request, please open a support ticket.