Account Activation
Portal access, merchant profile, and when staging API keys are issued.
After KYC approval, DigetPay activates your merchant account. You gain access to the merchant dashboard and receive credentials to start integration on Fin staging.
What gets activated
| Item | Staging | Production |
|---|---|---|
| Dashboard login | https://fin-admin.digetpay.com | https://admin.digetpay.com |
API key (x-api-key) | Issued for Fin | Issued at go-live |
| Webhook configuration | Available in staging | Enabled at go-live |
| SDK tokens | Fin environment | Production environment |
Reference: See Environments Overview documentation for URL details.
First login
- Open the dashboard URL for your environment
- Sign in with credentials from the DigetPay onboarding email
- Complete merchant profile (business name, contact, settlement details if prompted)
- Navigate to Settings → API Credentials — Reference: See Dashboard: API Credentials documentation
Store your API key securely when first displayed. Masked keys cannot be retrieved in plain text after rotation without generating a new key.
Staging API key issuance
| Channel | When |
|---|---|
| Onboarding email | Key may be included after activation |
| Dashboard | Settings → API Credentials → view or rotate |
| Integration team | Manual issuance for partners |
Your staging key works only against:
https://fin-api.digetpay.com/v1Verify activation
Run a test payment link creation (replace YOUR_STAGING_KEY):
curl -s -X POST "https://fin-api.digetpay.com/v1/payment/checkout/intiate" \
-H "x-api-key: YOUR_STAGING_KEY" \
-H "Content-Type: application/json" \
-d '{"merchantOrderId":"ACTIVATION-TEST","amount":0.20,"customerPhone":"501223324","successUrl":"https://fin-admin.digetpay.com/pay/checkout/success","failureUrl":"https://fin-admin.digetpay.com/pay/checkout/failure"}'A 201 response with redirectUrl confirms activation.
Next steps
- Sandbox setup — Technical onboarding to configure your dev environment.
- Dashboard guide — Learn the merchant portal UI and features.
Updated 20 days ago
Did this page help you?
