Authentication
💡
Prerequisites
SECRET_KEY
for encrypting payloads in Hosted Form payments.API_KEY
for authenticating API calls such as refunds, transfers, and other operations.WEBHOOK_SECRET_KEY
to validate the authenticity of incoming webhook events.PUBLIC_KEY
for onboarding workflows (with additional use cases planned in the future).Secret Key
SK****************
Used for encrypting sensitive data before initiating hosted form payments. This key ensures that the payload is securely passed from your client-side integration to our platform.
API Key
`AK****************``
Used to authenticate all direct API requests made from your server to our endpoints. These include transactional operations that require secure authorization.
Webhook Secret Key
WSK****************
Validates the authenticity of webhook events received from our platform. Each webhook will include a signature header that must be verified using this key.
1.
2.
WEBHOOK_SECRET_KEY
.3.
Public Key
*******
Used during the onboarding flow for identification and routing.