list_invoices
ActiveTool of run.domani/domani
declared in 1.0.0
List the user's payment invoices. Returns invoice number, amount, date, and links to view/download the PDF. Each invoice is generated by Stripe when a domain is purchased, renewed, or transferred.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Max invoices to return (default 20, max 100)"
}
}
}Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries