All messages must be authorized using following the standard ‘Basic’ authorization model of the web. The HTTP header Authorization should be set to the base 64 encoded value of the client_id (Register and obtain your client-id from https://developer.interswitchng.com).
The Authorization value is as follows:
InterswitchAuth Base64(client_id) |