Onboarding CSR Error 400

Error says provided OTP is Invalid

Dear @Imad

Thanks for reaching out, Welcome to our community.

Please answer the below questions to ensure comprehensive support as usual:

1- What is the SDK version you are using?
2- What are the exact steps that you are doing from your coning file?
3- From where you are getting the OTP?

Thanks,
Ibrahem Daoud.

if used developer-portal url send otp have number 123345 in header like this

$headerData = array(

        'OTP: '. $otp,
        'Accept-Version: V2',
        'Content-Type: application/json'

    );

if use simulation
open fatoora portal in simulation and generate your otp and send it in header like this

$headerData = array(

        'OTP: '. $otp,
        'Accept-Version: V2',
        'Content-Type: application/json'

    );

Hello Brother!

could you please tell me that Can i Onboard two organizations on Fatoora Portal
if yes then what will be the regulations
Can i onboard two organizations With the Same VAT number Same CRN number?

can i onboard two organizations with same VAT number but Different CRN number?

Can i onboard two Organizations With Different VAT number and Different CRN number ?