Authentication

When you complete your register in TurinPay Web App, you will receive a pair of api keys.

With Development Key, you can operate in the sandbox environment (testnet), and with Production Key api key you can operate in the production environment (mainnet)

You can find your API Keys in the API Keys menu option.

Authentication to the API is performed via HTTP, using the apiKey header.

{
  "apiKey": "turinpay_sk_test_eee78-de9e-4e84-b2e6-fc2ae0687"
}

It's mandatory to pass successfully a KYB process in TurinPay for using apiKey in production environment (mainnet)

Last updated