Download invoice
GET/products/{product_id}/users/{user_id}/payments/{payment_id}/invoice.pdf
Download invoice of a payment of a user. Use this endpoint to securely download the invoice of a payment belonging to a user. This is useful for implementing your own Customer Portal with download links to invoices.
Request
Responses
- 200
- 400
- 401
- 402
- 404
PDF invoice
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.