Authentication
Secret key
Authentication with a Bearer JWT token, delivered by the Auth API and valid for 10 minutes. This authentication is used for server to server calls.
To authenticate with the secret key mode you need your shop id and your secret key. You can manage your Secret keys on your dashboard.
🔐
Secret Key Authentication
Open Recipe
Public key
Authentication with a Public Key (eg. for requests made by PayGreenJS). The public keys have a limited scope, so it must be used with an object_secret for sensitive requests which can obtained at a payment order creation.
You can manage your public keys on your dashboard.
Keys can be found here.
Updated about 2 months ago