Authorisation requires an API key in the header of the request. Please see this page for more information.
Request Fields
A unique ID assigned to the order. This identifier is used to reference the order within the system.
The email address associated with the order. The invoice PDF will be sent to this email address.
The first name of the individual or entity to whom the invoice is addressed.
The family name of the individual or entity to whom the invoice is addressed.
The street address where the invoice should be sent.
The city where the invoice address is located.
The country where the invoice address is located.
The postal code associated with the invoice address.
Response Fields
A unique ID assigned to the invoice. This identifier is used to reference the invoice within the system.
{
"order_id": "28d816c1-49ed-6173-f5bd-c6beefaf3a41",
"email": "no-reply@greener-choice.com",
"invoice_address": {
"first_name": "Donald",
"family_name": "Duck",
"street": "10 Downing Street",
"city": "London",
"country": "United Kingdom",
"zip_code": "SW1A 2AA"
}
}
{
"invoice_id": "28d816c1-49ed-6173-f5bd-c6beefaf3a41"
}