Authentication
Some API requests require some authorization to either access data or send fund
Authorization
APIs that return an error: Unauthorized API access requires you to include the secret key in the header.
Collection of funds API requests only require the public key. The secret key should not be included in the header.
Sending of funds API requests require both the public and secret key. The secret key must be included in the header.
API Keys
Applications keys are the unique identifiers of your merchant account when integrating. Service delivery and issue resolution are all dependent on these keys.
When you create a Netwallet account, you are given two kinds of keys:
Primary Key: This is a unique identifier of your merchant account. It is required to make every API request to the platform
Secondary Key: This is a unique identifier of your merchant account. It is complementary to the primary key
The Primary Key has to be included in the API request where authentication is mandatory.
Primary and Secondary keys can be found on the dashboard of your account.
Each account or subaccount has separate key.
Last updated