Welcome to Pokea Pay APIs.

This guide will help you get started with Pokea Pay Web Checkout and REST APIs!

All the important stuff is documented here, but should you have any questions, always feel free to reach out to

In this release, we have exposed API endpoints for accessing all our services; we have C2B APIs, B2B APIs,B2C APIs. Our APIs are built on REST; data entities are represented as HTTP resources and are accessed using HTTP verbs, majorly GET and POST. API request parameters and responses - including errors - are encoded in JSON.

Our APIs response status codes and error codes comply with HTTP status codes as defined in RFC 2616. You can invoke our API endpoints using REST clients like Postman or command line tools like Curl and Node.js

Also available in the documentation is our web payment gateway to help your ecommerce site receive payment online from your customers.