Build scalable fintech products with Numero's robust infrastructure.
Create virtual accounts, manage transfers, and automate payouts with just a few lines of code.
Authentication#
The Numero API uses API keys to authenticate requests. You can view and manage your API keys in the Merchant Dashboard.Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, etc.Authentication to the API is performed via the x-api-key header.x-api-key: NUMERO_SECRET_KEY
Request Signature#
For security, all POST requests (like Transfers) also require a signature in the x-signature-key header. You can read the full guide on generating signatures in the Security & Webhooks section.
Base URLs#
All API requests should be made to one of the following base URLs:Modified at 2025-11-29 16:13:27