Retrieves a billing invoice.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices/{{invoiceId}}
Retrieves the specified invoice.
Note: If the pdfAvailable
property in the response is set to true, you can download a PDF version of the invoice. To download the PDF, make the call again and change the value of the Accept
property in the header to Accept: application/pdf
.
Privileges required: account administrator
The response returns a list of charges and information about the charges. Quantities are usually shown as 'unlimited' or an integer. Amounts are shown in the currency set for the account.
Response
The following table provides a description of the different chargeName
property values. The information will grow as more chargeable items are added to the system.
chargeName | Description |
---|---|
id_check | IDÃÂÃÂÃÂÃÂ Check Charge |
inpersonsigning | In Person Signing charge |
envelopes Included | Sent Envelopes for the account |
age_verify | Age verification check |
ofac | OFAC Check |
id_confirm | ID confirmation check |
student_authentication | STAN PIN authentication check |
wetsignfax | Pages for returning signed documents by fax |
attachment_fax | Pages for returning attachments by fax |
phone_authentication | Phone authentication charge |
powerforms | PowerForm envelopes sent |
signer_payments | Payment processing charge |
outbound_fax | Send by fax charge |
bulkrecipientenvelopes | Bulk Recipient Envelopes sent |
sms_authentications | SMS authentication charge |
saml_authentications | SAML authentication charge |
expresssignercertificate | DocuSign Express Certificate charge |
personalsignercertificate | Personal Signer Certificate charge |
safe_certificate | SAFE BioPharma Signer Certificate charge |
seats | Included active seats charge |
opentrustcertificate | OpenTrust Signer Certificate charge |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |