logo

Security Best Practices

security illustration
  • Keep your api-key secret and never expose it in client-side code.
  • IP Whitelisting (Mandatory): Configure allowed IP addresses in Account Management → Generate API Key
    IP Whitelisting
    Add the IP addresses or CIDR ranges from where your server requests will be initiated
    This restricts API access to only your authorized server IPs
    Required: You must configure at least one IP address to use the API
  • Webhook Configuration (Mandatory): Configure your webhook URL in Account Management → Generate API Key → Webhooks
    Required: You must configure a webhook URL to receive payment notifications
  • Use HTTPS for all requests.
  • Validate and verify webhook signatures when receiving callbacks.
  • Implement proper error handling and logging without exposing sensitive information.