E invoicing

Look Up Whether The Transmit Recipient Is NRS-Connected

GET
/api/e-invoicing/invoices/{reference}/lookup
AuthorizationBearer <token>

In: header

Path Parameters

reference*string

Invoice reference number (IRN)

Response Body

application/json

curl -X GET "https://example.com/api/e-invoicing/invoices/string/lookup"
{
  "reference": "DUP00000001-2A3A045D-20240123",
  "receiverConnected": true,
  "hasWebhookSetup": false
}
Empty
Empty
Empty
Empty

How is this guide?

Last updated on