v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Invoices

List Invoices

Get a list of invoices. Requires the invoices_read scope.

get/stores/{storeId}/invoices

Path parameters

storeIdstring required
Example:64e5a8a1af49a89df37e4ee7

Store ID

Response

Success

Example response

{
  "invoices": [
    {
      "charge": {
        "amount": "50.2",
        "currency": "USD"
      }
    }
  ]
}