This method has the URL
https://api.toptranslation.com/v1/orders/:identifier/invoices
and returns an array of invoices.
Returns an array of invoices.
{
meta: {
status: 200
},
data: [
{
identifier: '2016027492',
value: 198.67,
created_at: '2016-12-29 12:23:45',
state: 'paid'
},
{
identifier: '2016027491',
value: 198.67,
created_at: '2016-12-29 11:18:37',
state: 'canceled'
}
]
}