Skip to main content
GET
Download billing invoice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

type
enum<string>
required

Billing source type from the list row.

Available options:
membership,
yn,
over_limit
id
integer
required

Billing source record ID from the list row.

Query Parameters

billing_category
enum<string>

Billing category from the list row. Required by the frontend for category-specific YN rows.

Available options:
membership_hosting,
yn_consumer_payments,
yn_profile_communications,
yn_auto_communications,
yn_creditor_notifications,
yn_vault_hosting,
yn_ecoletters,
over_limit_add_on_accounts

Response

Billing invoice PDF returned.

The response is of type file.

Last modified on July 20, 2026