Soft-Talk API - Israel Government

Israel Tax Authrity API - Tax Free

Sample API (nodde.js / javascript)

               
    let tobj = {"tlist":[
    {"passportNum":"aaa037952","country":"ארגנטינה"},
      {"passportNum":"052673123","country":"רומניה"},
      {"passportNum":"024051846","country":"קרואטיה"} ]}


    fetch('/api', {
          method: 'post',
          headers: {
            'Accept': 'application/json, text/plain ',
            'Content-Type': 'application/json'
            },
          body: JSON.stringify(tobj)
      }).then(res=>res.json())
      .then(res => {
        console.log(res)
      });


      Success Result (JSON Format):

      {"ListTayarData": [
          {
          "MisDarcon": "X1MK",
          "Country": "גרמניה",
          "FirstNameTayar": null,
          "LastNameTayar": null,
          "rcTayar": 3,
          "rcTextTayar": "התייר תקין",
          "dateKnisaLaarezh": null,
          "MisAsmachta": "8e06f232-a826-4c83-98bc-48bea4cf6113"
        }]
      }
      

      
   Error Result (JSON Format):

      {"ListTayarData": [
        {
        "MisDarcon": "X1MK",
        "Country": "גרמניה",
        "FirstNameTayar": null,
        "LastNameTayar": null,
        "rcTayar": 2,
        "rcTextTayar": "תייר עם מספר דרכון --- לא עבר בביקורת הגבולות / טעות בהקלדת מספר הדרכון ",
        "dateKnisaLaarezh": null,
        "MisAsmachta": null
        }
        
        ],
        "rcText": "תייר עם מספר דרכון --- לא עבר בביקורת הגבולות / טעות בהקלדת מספר הדרכון ",
        "rc": 2,
        "teurPeilut": "",
        "trgumAnaf": ""
      }
      
    

Israel Bank Of Israel currency API

               


    fetch('/api/currency', {
          method: 'post',
          headers: {
            'Accept': 'application/json, text/plain ',
            'Content-Type': 'application/json'
            },
          body: {currency:all} //currency:USD
      }).then(res=>res.json())
      .then(res => {
        console.log(res)
      });


      Success Result (JSON Format):

        {
          "exchangeRates": [
            {
              "key": "USD",
              "currentExchangeRate": 3.609,
              "currentChange": -0.24875621890547264,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "GBP",
              "currentExchangeRate": 4.7342,
              "currentChange": 0.19470899470899472,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "JPY",
              "currentExchangeRate": 2.6092,
              "currentChange": -0.0689391037916507,
              "unit": 100,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "EUR",
              "currentExchangeRate": 4.0528,
              "currentChange": 0.36900369003690037,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "AUD",
              "currentExchangeRate": 2.48,
              "currentChange": 0.06859540814267845,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "CAD",
              "currentExchangeRate": 2.7505,
              "currentChange": 0.09461770806797919,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "DKK",
              "currentExchangeRate": 0.5439,
              "currentChange": 0.3875968992248062,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "NOK",
              "currentExchangeRate": 0.362,
              "currentChange": 0.779510022271715,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "ZAR",
              "currentExchangeRate": 0.2,
              "currentChange": -0.0999000999000999,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "SEK",
              "currentExchangeRate": 0.3529,
              "currentChange": 0.8573878250928837,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "CHF",
              "currentExchangeRate": 4.2086,
              "currentChange": 0.448708768914984,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "JOD",
              "currentExchangeRate": 5.0923,
              "currentChange": -0.1646832787656596,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "LBP",
              "currentExchangeRate": 0.0024,
              "currentChange": 0,
              "unit": 10,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            },
            {
              "key": "EGP",
              "currentExchangeRate": 0.1168,
              "currentChange": -0.2561912894961571,
              "unit": 1,
              "lastUpdate": "2023-07-14T09:23:03.5574737Z"
            }
          ]
        }
      }
      

    
    

Israel Tax Authrity API - Israel Invoice



As part of the registration process your company CFO or manager will get an email with a link to authorize the company tax id through the Israeli Tax Authority portal


Sample Auth Link
click to authenticate via Israel Tax Authrity


    user : 199999996
    psw:   1234QQ
    2FA:   1234QQ
  

Israel Tax Authrity API - Israel Invoice approval

invoice approval

invoice body

Israel Tax Authrity API - Israel Invoice Information

invoice-information

invoice-information body









Israel Tax Authrity API - Israel Invoice Information with AI



Automatically process your pdf/image invoices and validate them via AI process and invoice nformation api.