Buyer Details
Use the buyer details to specify the buyer's contact information.
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 | The buyer's first and last name. |
buyer_email | The buyer's email address. The service sends the invoice to this address. If you do not specify buyer_email, the service sends the invoice to 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 16 days ago
Did this page help you?
