When making API calls to LatitudePay, you will need to authenticate those requests by using your API Keys. You can view your API keys in the Octifi Merchant Console. you can get the api keys for your merchant account as explained in the integration-prerequisite.
All api's from your server should carry the following header in the HTTP request!
Backend Api's (called from the server) always use Private Keys, Frontend api's (called from browser) always use Public key.
Hence it should carry public_api_key in the header
Hence it should carry private_api_key in the header