Authentication and API keys

GreenBanana authenticates your API requests using your account’s API keys. Each account has two API keys for authentication:

KeyExampleWhen to Use
Secret key (API-key)snd_c69***Used to authenticate API requests from your merchant server. Don’t expose this key on a website or embed it in a mobile application.
Publishable keypk_snd_3b3***Used to authenticate API requests from your app’s client. Can be publicly-accessible in your web or mobile app’s client-side code.