Skip to content

Tranzila Api 3DS

v1.0
API Base URL
V1 Server:https://api.tranzila.com/v1
Download OpenAPI

Detailed explanation regarding the authentication header parameters can be found in authentication

HeaderNote
X-tranzila-api-app-keyApplication key supplied by Tranzila
X-tranzila-api-request-timeRequest time sent in Unix format (large integer counting milliseconds from Jan 1 st , 1970 00:00:00
X-tranzila-api-nonceA 40 bytes NONCE – unique random string generated with any random bytes function
X-tranzila-api-access-tokenhash_hmac using ‘sha256’ on application key with secret + request-time + nonce. hash_hmac is available for all programming languages with samples found here: https://www.jokecamp.com/blog/examples-of-creating-base64-hashes-using-hmac-sha256-in-different-languages/
Was this page helpful?