Explore all the keys present in the PayGlocal system
The listed keys will be used during integration with our system. Browse the Questions listed below to get a better understanding of What, Where and How to use the Keys.

API Keys
Q What is it?
A A string used for API authentication.
Q Where can it be used?
A API Integration for PayCollect, Status Check and Refund APIs.
Q How is it used?
A Passed in the header in the x-gl-auth field for authentication during API calls.

RSA Keys
Q What is it?
A A PEM file with a merchant's asymmetric private key.
Q Where can it be used?
A API Integration for all APIs & Plugin Integration.
Q How is it used?
A Used to create JWS tokens for API authentication.
A The token is passed in the header in the x-gl-token-external field.

PayGlocal Common Certificates
Q What is it?
A A CERT file with an PayGlocal's asymmetric public key.
Q Where can it be used?
A API Integration for all APIs & Plugin Integration.
Q How is it used?
A Used to create JWE tokens for data encryption.

Shared Secrets
Q What is it?
A A PEM file with a merchant's symmetric private key.
Q Where can it be used?
A API Integration for all APIs & Plugin Integration.
Q How is it used?
A Used to create JWS tokens for API authentication.
A The token is passed in the header in the x-gl-token-external field.