To maintain the Niobi payment system security and integrity, users are required to sign their request messages using their private key. By following these steps, you’ll learn how to make a signature for your message and how Niobi checks that signature to make sure it’s really from you. If the signature doesn’t check out, Niobi won’t accept the message.
"salt"
for this value. This is a random string and can be unique value for each request or always the same.
"client_id"
. Also temporarily add your secret key in the JSON object with the field name "senderKey"
"sender"
.
"key=value"
and concatenate them using the "&"
character.
"signature"
field.
"senderKey"
field from the JSON object to prevent exposing your secret key.
"client_id"
. Also temporarily add your secret key in the JSON object with the field name "senderKey"
.
"signature"
field elsewhere for later comparison. After saving, remove the "signature"
field from the JSON object.
signature
somewhere as you will need this signature to compare it with your own.