[#525] md5 generation for booking details

Migrated from Redmine #525 | Author: Andres Borrero
Status: Feedback | Priority: High, I’m very impatient | Created: 2020-04-30


Hi, I’m trying to use the getBooking ($id, $sign) service from the API.
it says the $sign parameter should be crating using the md5($bookingId . $bookingHash . $secretKey) formula. But I am entering the data into a md5 generator and the service says “signature error”, I’d like to know if the secret key should be my secret API key, and how should I concat the three elements for the md5, should I simply add them one next to the other, or should I use a dot between each string. I need support please.

Thank you.

Dmytro Bondarev wrote:

You should simple add one next to other.
And secret is your secret key from API settings.