API Documentation

Developer Resources

Welcome to the SikaRemit API documentation. Here you'll find everything you need to integrate with our platform and build amazing financial applications.

Getting Started

Our RESTful API allows you to integrate SikaRemit's payment and remittance services into your applications. Get started with our comprehensive documentation and examples.

Key Features

  • • Secure authentication with JWT tokens
  • • Real-time exchange rates
  • • Payment processing and transfers
  • • User management and KYC
  • • Transaction history and reporting
  • • Webhook notifications

Authentication

All API requests require authentication using JWT tokens. Include your access token in the Authorization header:
Authorization: Bearer <token>

Base URL

Production API:
https://sikaremit.onrender.com/api/v1/

Popular Endpoints

Authentication

  • POST /auth/login/
  • POST /auth/register/
  • POST /auth/refresh/

Payments

  • GET /payments/currencies/
  • GET /payments/exchange-rates/
  • POST /payments/transfer/

Interactive API Documentation:Visit /api/docs/ for interactive testing

Need Help?

Our developer support team is here to help you integrate with our API. Contact us at developers@sikaremit.com for technical assistance.