List payments for invoice
GET/v1/invoices/:token/payments
Returns all payments that include applications referencing the specified invoice (by token).
Request
Responses
- 200
- 401
- 403
- 404
- 500
Payments and their applications that reference the invoice
Unauthorized - invalid or missing API key
Forbidden - insufficient permissions
Invoice not found
Internal server error