Last updated 10 months ago
Download the invoice PDF file of an order.
The identifier of the Order.
The receipt identifier of the invoice.
GET /v1/orders/{orderId}/invoices/{receiptId} HTTP/1.1 Host: api.digitalriver.com Authorization: Basic username:password Accept: */*
Successful response with PDF file.
binary
Get the invoice data of an order in the response which includes invoice's type and download URL.
GET /v1/orders/{orderId}/invoices HTTP/1.1 Host: api.digitalriver.com Authorization: Basic username:password Accept: */*
Successful response.
{ "invoices": [] }