Skip to main content

Get API Key

Step 1: Get Your API Credentials

To get started, contact our team with your business name and the permissions you need (typically payment:create and payment:read). We'll provision a key for you and share your credentials securely.

You'll receive a response shaped like this:

{
"status": true,
"message": "API key created successfully. Save the secretKey - it will not be shown again.",
"data": {
"apiKey": {
"keyId": "pk_abc123...",
"permissions": ["payment:create", "payment:read"]
},
"secretKey": "sk_xyz789..."
}
}

Important: Save the secretKey immediately - it cannot be retrieved later!