All requests to the Paysquad API must include an API secret key and your MerchantId to authenticate the transaction. Your secret key is unique to your organisation & project implementation and should be kept secure.
The key and developer account will be provided to you by Paysquad. Contact us at paysquad.co to request an API Key.
If you've been provided access to the merchant dashboard the key can also be found there.
The API key header is included in the API examples and is implemented via the addition of a
Authorization: Basic {MerchantId:ApiSecretKey} header to a request.
NOTE - the merchant Id and key between the brackets should be base 64 encoded (without including the brackets), eg Authorization: Basic MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwOlNFQ1JFVEtFWQ==