Introduction
The Niftipay Partner API lets a partner accept card and crypto payments on behalf of its own customers, through a merchant’s payment rails. This site documents every partner endpoint.
Base URL
https://www.niftipay.com/api/v1/partner
All paths below are relative to that base. The current API version is
2026-08-01 and is returned on every response as api_version.
Before you start
- Obtain a partner API key (see Authentication).
- Understand idempotency — every write
requires an
Idempotency-Key. - Read the error model.