Buyer Details
You can specify the buyer's contact details such as their name or email address.
You can add the buyer's details at the transaction or transaction line-item level. The following table summarizes the available fields:
Field | Description |
---|---|
buyer_name | Buyer's first name and last name. |
buyer_email | Buyer's email address. An email of the VAT invoice will be sent to the buyer. If you do not specify a buyer_email the email is sent to the your email address. |
For example:
{
"transaction": {
"tax_timestamp": "2025-03-01T12:00:00Z",
"description": "Transaction description",
"currency_code": "EUR",
"buyer_name": "Test buyer",
"ship_to_address": {
"country_code": "GB",
"city": "Big city",
"street_name": "Street name",
"building_number": "100a",
"address_detail": "2nd fl",
"postal_code": "00000"
},
"billing_address": {
"country_code": "GB",
"city": "The big city",
"street_name": "The street name",
"building_number": "100a",
"postal_code": "00000"
},
Updated about 1 month ago