Zatca Signed properties #31
Unanswered
EhabHamed2000
asked this question in
Q&A
Replies: 1 comment
-
Hey @EhabHamed2000, if you use this SDK it already takes care of this part for you. There are 2 things you must make sure of:
In our SDK we made sure that we normalize to the same spaces ZATCA expects whenever we hash, but on ZATCA's serverside they don't this, they will simply hash it with whatever whitespace you provided. So if you hash it correctly but send them the signed properties with an extra space somewhere, it will fail because when they hash it on their end the extra space will result in a different hash. tl;dr version: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had read your conversation in Zatca Developer Community but I didn't know how do you manage to solve the problem. Can you please tell me?
Beta Was this translation helpful? Give feedback.
All reactions