Anyone worked with api that requires signature/timestamp. Encode the secret key with. or created a plugin.
Thanks in advance.
Anyone worked with api that requires signature/timestamp. Encode the secret key with. or created a plugin.
Thanks in advance.
I have created couple of payment getaways which required the header to have a encrypted hashed signature.
Hi, could you please share some details on how i can achieve that. I am using payment rails api.
Do you know JavaScript? You will need to write a custom script to generate the header for you which you can use as a dynamic value in the header field of the bubble Api connector.
Yes i do, Haven’t used in a while. Where would i be adding this script? This is the documentation Apis
You can use the Toolbox plugin to use the “Run Javascript” action in a workflow before firing off your api call.
Thanks for the help. Do you maybe have any example for the script code?
I’ve done this without code using a plugin for hashing / hmac generation.
You can pass your information into and out of the generator and down to the APIs.
If you get stuck on the JavaScript parts, there are alternatives.
hey, can you provide any alternatives? thanks
Which API are you working with and I’ll suggest something
Hi thanks. i am using payment rails api link- Apis
thanks
Ok that’s not too bad
You need two add ins
One for unix time
One hash/hmac generator
hi Quick question, i got this to kinda work by making a plugin, and value returning is a string but i need text.
Any suggestions?
A string is a text?
i get a alert message saying original in “” qoutes