Get e-invoicing settings
E-invoicing
Get e-invoicing settings
OAuth scope: einvoicing.read
Returns the e-invoicing sending and receiving status for the authenticated organization. If the country is not supported, it returns the default settings.
GET
Get e-invoicing settings
Authorizations
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Response
Returns the e-invoicing settings.
The status of e-invoicing sending for the organization
Available options:
enabled, disabled Example:
"enabled"
The status of e-invoicing receiving for the organization
Available options:
enabled, disabled, pending_creation, pending_deletion Example:
"enabled"