Number of APIs: 21
This service allows you to handle interactions with the Italian SDI (Sistema Di Interscambio) You can configure your account to send invoices directly to the legal storage by setting the api_configuration to your needs In order to operate, you should register our Recipient Code on the Italian Revenue Agency's website. Please follow this step-by-step guide and provide the following code when needed: JKKZDGR ## Get started: Create an BusinessRegistryConfiguration with POST /businessregistryconfigurations for your fiscal_id and your email A mail will be sent to your address to activate the account on the legal storage platform, if required. Create an ApiConfiguration for your BusinessRegistryConfiguration with POST /api_configurations.
This endpoint can be configured to receive all the notifications with a callback. Create an XML invoice on the endpoint relative to your configuration To see an example of the callback objects, plese check the Callbacks tab in the Customer invoices: Fatture attive Supplier invoices: Fatture passive Legal storage: Certificazione a norma Legal Storage is the service that enables the legal preservation for your documents. All the stored documents are available into the legal storage management software, a third party software. When creating a BusinessRegistryConfiguration, you will be asked to provide an email address which will be registed on the platform. You will receive an email containing all the steps to complete the registration and access the platform. If you receive a callback but you have no credit left on your wallet, your account will be temporarily suspended: when this happens, you will be sent a reminder email immediately. In order to re-activate it after a wallet recharge, you would need to submit a PATCH request to ## Interacting with the Public Administration (PA) Invoices to the Public Administration are automatically detected and signed. Contact Support:
Name: SupportBefore we begin
/api_configurations
request
Please note that in the English translation:Interacting with the legal storage
Reactivating a BusinessRegistryConfiguration
/business_registry_configurations/{fiscal_id}/activate
GET {{baseUrl}}/business_registry_configurations/:fiscal_id
DELETE {{baseUrl}}/business_registry_configurations/:fiscal_id
PATCH {{baseUrl}}/business_registry_configurations/:fiscal_id/activate
GET {{baseUrl}}/business_registry_configurations
GET {{baseUrl}}/api_configurations?fiscal_id=<string>
DELETE {{baseUrl}}/api_configurations/:id
POST {{baseUrl}}/invoices
GET
ENDPOINTS