v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Invoices

Invoice:Get

This API returns the generic data for a specific invoice. You can filter on a merchant code, so if you are a partner and you have right to that merchants you can retrieve the invoice information for your merchant.

get/v2/invoices/{invoiceId}

Path parameters

invoiceIdstring required

The invoice ID.

Response

OK

idstring
periodstring
periodTypestring
invoiceDatestring date-time
periodStartstring date-time
periodEndstring date-time
status'OPEN' | 'FAILED' | 'PAID'

Example response

{
  "turnoverGroup": {
    "code": "CT-1234-4321",
    "name": "E-Commerce"
  },
  "merchant": {
    "code": "M-1234-4321",
    "name": "GMS Demo Merchant",
    "contractPackage": "E-Commerce"
  },
  "costs": {
    "value": 100,
    "currency": "EUR"
  }
}