Swagger 2.02026-08-127506752.0 MB
2de21f45f447
customer
Returns a list of all the invoices for the given customer
get/v1/customer/{customerId}/invoices
Path parameters
customerIdstring required
Customer id
Response
successful operation
Example response
{
"invoices": [
{
"number": "F38A6C8-0010",
"hostedInvoiceUrl": "https://pay.stripe.com/invoice/invst_Nv8DFERQvTsBJqnZ4z19cGZBU1",
"invoicePdf": "https://pay.stripe.com/invoice/invst_wNK0BvV4iUOWOn5mzLT1ybQ2LC/pdf",
"status": "PAID",
"createAt": "2019-07-27T20:56:10Z"
}
]
}