InstiFi Logo
  • Home
  • About
  • Press
  • Contact
  • Demo
  • DevStudio
  • API Docs
LogIn
Instifi logo
Har Payment Digital
Instanow Info Systems Private Limited (InstiFi) is an RBI-authorized payment aggregator, ensuring trust, compliance, and efficiency in every transaction through PCI Compliant Certification.
GST/CIN: 30AAGCI8747M1Z6/U74999GA2022PTC015558
GST: 30AAGCI8747M1Z6
CIN: U74999GA2022PTC015558
Certificate of Authorization: 283/2026
PCI logo
Quick LinksAbout UsContact UsOur ProductsSupportApi Docs
CompanyTerms Of UsePrivacy PolicyGrievance RedressalCancellation & Refund PolicyMerchant Terms & ConditionsCompany Information
Corporate Office
Office #325, 2nd floor, Casa-del-Sol, Miramar, Panaji, Goa - 403001.
+919175819104

(Charges applicable as per the service provider)

[email protected]
Social Links
v1.2.0
API Documentation

Payments

Introduction

Payment Gateway

Web Integration
AuthorizationCreate OrderGet Status
WordPress Plugin

Authorization API

POST
/api/v1/Instify/Authorization

Click to copy

Use this endpoint to generate an authorization token required to access protected API endpoints.

Request Parameters

orderIdstring

A unique identifier for the order or request used while generating the authorization token.

Response Parameters

responseCodestring

HTTP-style response code indicating the result of the request.

responseMessagestring

Human-readable message describing the response status.

data.tokenstring

Authorization token to be included in the header of subsequent API requests.

Curl