Skip to main content
Version: 4.6.0

SmartPay Subscription API


The SmartPay Subscription API-Reference documents the available endpoints to manage recurring MIT payments, subscription plans, billing cycles, retries and payment series.

This reference enables merchants to programmatically create, update, and track subscriptions via a standardized and secure API layer.

Each method includes detailed descriptions, data schema definitions, and example payloads.

Authentication

Requires Merchant key (username) and Authorization key (password).

Example Header: Authorization: Basic <base64(merchantKey:authenticationKey)>

Security Scheme Type:

http

HTTP Authorization Scheme:

basic