---
title: "Send invoice request confirmation email"
method: POST
path: "/billing/invoice-request"
tags: ["Billing"]
---

# Send invoice request confirmation email

`POST /billing/invoice-request`

Send an invoice request confirmation email with customer and product details

## Request body

- BillingInvoiceRequestCreate — DTO for creating an invoice request with customer billing information
  - `account` string, required
  - `items` BillingSubscriptionItem[], required
    - `price_id` string, required
    - `quantity` integer
  - `address_line1` string, required — First line of address
  - `address_line2` string — Second line of address (optional)
  - `city` string, required — City
  - `region` string, required — Region/State
  - `postal_code` string, required — Postal/Zip code
  - `country` 'Andorra' | 'United Arab Emirates' | 'Antigua and Barbuda' | 'Anguilla' | 'Albania' | 'Armenia' | 'Angola' | 'Argentina' | 'American Samoa' | 'Austria' | 'Australia' | 'Aruba' | 'Åland Islands' | 'Azerbaijan' | 'Bosnia and Herzegovina' | 'Barbados' | 'Bangladesh' | 'Belgium' | 'Burkina Faso' | 'Bulgaria' | 'Bahrain' | 'Burundi' | 'Benin' | 'Saint Barthélemy' | 'Bermuda' | 'Brunei' | 'Bolivia' | 'Caribbean Netherlands' | 'Brazil' | 'Bahamas' | 'Bhutan' | 'Bouvet Island' | 'Botswana' | 'Belize' | 'Canada' | 'Cocos (Keeling) Islands' | 'Republic of the Congo' | 'Switzerland' | 'Côte d'Ivoire' | 'Cook Islands' | 'Chile' | 'Cameroon' | 'China' | 'Colombia' | 'Costa Rica' | 'Cape Verde' | 'Curaçao' | 'Christmas Island' | 'Cyprus' | 'Czech Republic' | 'Germany' | 'Djibouti' | 'Denmark' | 'Dominica' | 'Dominican Republic' | 'Algeria' | 'Ecuador' | 'Estonia' | 'Egypt' | 'Western Sahara' | 'Eritrea' | 'Spain' | 'Ethiopia' | 'Finland' | 'Fiji' | 'Falkland Islands' | 'Micronesia' | 'Faroe Islands' | 'France' | 'Gabon' | 'United Kingdom' | 'Grenada' | 'Georgia' | 'French Guiana' | 'Guernsey' | 'Ghana' | 'Gibraltar' | 'Greenland' | 'Gambia' | 'Guinea' | 'Guadeloupe' | 'Equatorial Guinea' | 'Greece' | 'South Georgia and the South Sandwich Islands' | 'Guatemala' | 'Guam' | 'Guinea-Bissau' | 'Guyana' | 'Hong Kong' | 'Heard Island and McDonald Islands' | 'Honduras' | 'Croatia' | 'Hungary' | 'Indonesia' | 'Ireland' | 'Israel' | 'Isle of Man' | 'India' | 'British Indian Ocean Territory' | 'Iraq' | 'Iceland' | 'Italy' | 'Jersey' | 'Jamaica' | 'Jordan' | 'Japan' | 'Kenya' | 'Kyrgyzstan' | 'Cambodia' | 'Kiribati' | 'Comoros' | 'Saint Kitts and Nevis' | 'South Korea' | 'Kuwait' | 'Cayman Islands' | 'Kazakhstan' | 'Laos' | 'Lebanon' | 'Saint Lucia' | 'Liechtenstein' | 'Sri Lanka' | 'Liberia' | 'Lesotho' | 'Lithuania' | 'Luxembourg' | 'Latvia' | 'Morocco' | 'Monaco' | 'Moldova' | 'Montenegro' | 'Saint Martin' | 'Madagascar' | 'Marshall Islands' | 'North Macedonia' | 'Mongolia' | 'Macao' | 'Northern Mariana Islands' | 'Martinique' | 'Mauritania' | 'Montserrat' | 'Malta' | 'Mauritius' | 'Maldives' | 'Malawi' | 'Mexico' | 'Malaysia' | 'Mozambique' | 'Namibia' | 'New Caledonia' | 'Niger' | 'Norfolk Island' | 'Nigeria' | 'Netherlands' | 'Norway' | 'Nepal' | 'Nauru' | 'Niue' | 'New Zealand' | 'Oman' | 'Panama' | 'Peru' | 'French Polynesia' | 'Papua New Guinea' | 'Philippines' | 'Pakistan' | 'Poland' | 'Saint Pierre and Miquelon' | 'Pitcairn Islands' | 'Puerto Rico' | 'Palestine' | 'Portugal' | 'Palau' | 'Paraguay' | 'Qatar' | 'Réunion' | 'Romania' | 'Serbia' | 'Rwanda' | 'Saudi Arabia' | 'Solomon Islands' | 'Seychelles' | 'Sweden' | 'Singapore' | 'Saint Helena, Ascension and Tristan da Cunha' | 'Slovenia' | 'Svalbard and Jan Mayen' | 'Slovakia' | 'Sierra Leone' | 'San Marino' | 'Senegal' | 'Suriname' | 'São Tomé and Príncipe' | 'El Salvador' | 'Sint Maarten' | 'Eswatini' | 'Turks and Caicos Islands' | 'Chad' | 'French Southern and Antarctic Lands' | 'Togo' | 'Thailand' | 'Tajikistan' | 'Tokelau' | 'Timor-Leste' | 'Turkmenistan' | 'Tunisia' | 'Tonga' | 'Turkey' | 'Trinidad and Tobago' | 'Tuvalu' | 'Taiwan' | 'Tanzania' | 'Ukraine' | 'Uganda' | 'United States Minor Outlying Islands' | 'United States' | 'Uruguay' | 'Uzbekistan' | 'Vatican City' | 'Saint Vincent and the Grenadines' | 'British Virgin Islands' | 'United States Virgin Islands' | 'Vietnam' | 'Vanuatu' | 'Wallis and Futuna' | 'Samoa' | 'Kosovo' | 'Mayotte' | 'South Africa' | 'Zambia', required — Human-readable country names mapped to ISO 3166-1 alpha-2 codes for Paddle Billing The enum values are human-readable country names that can be used in API requests. Each value maps to the corresponding ISO code for Paddle Billing. Includes all countries supported by the Paddle Billing SDK.
  - `additional_emails` string[] — Additional email addresses to send the invoice to

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
