Orders
Send order receipt
Sends an email receipt to the buyer.
post/orders/{id}/receipt
Path parameters
idinteger required
Order ID.
Response
Receipt sent
Example response
{
"self": "/2.0/orders/1234",
"currency": "EUR",
"amount": "150.00 €"
}Sends an email receipt to the buyer.
Order ID.
Receipt sent
{
"self": "/2.0/orders/1234",
"currency": "EUR",
"amount": "150.00 €"
}