Getting Your API Key
Upon registration, you'll automatically receive a unique API key displayed on your dashboard. This key authenticates all API requests and should be kept secure.
pk_1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t
Upon registration, you'll automatically receive a unique API key displayed on your dashboard. This key authenticates all API requests and should be kept secure.
Your API key is permanent, unique, and tied to your account. It's automatically generated and cannot be changed for security reasons.
Each shortcode you onboard for C2B collections gets a unique tracking code. This identifies which shortcode receives payments in API calls.
When you onboard a shortcode, our system automatically generates a tracking code. This maps to your shortcode and ensures payments go to the correct paybill.
You can onboard multiple shortcodes, each with its own tracking code. Use different tracking codes to route payments to different paybills.
All API requests must include both authentication headers. Missing or invalid headers will result in 401 Unauthorized response.
Our system validates both headers on every request. The API key must belong to an active user, and the tracking code must belong to an active shortcode owned by that user.
Invalid or missing authentication headers return specific error codes to help you troubleshoot integration issues.