v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Tax Payments

Pay all your direct and indirect taxes using this service. Streamline your tax payments with Instantpay's Tax Payments API solution. This service lets you conveniently pay all your direct and indirect taxes, ensuring compliance and efficiency in your financial transactions.

Whether you're handling personal or business taxes, this API offers a secure and straightforward solution, making the tax payment process hassle-free and reducing the burden of manual transactions.

post/payments

Response

200

statuscodestring
{"stackTrail":"paths:/payments:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
internalCodestring

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "externalRef": "PROD1",
    "poolReferenceId": "1231214070644TLWAP",
    "txnValue": "10.00",
    "txnReferenceId": "00",
    "pool": {
      "account": "7428585742",
      "openingBal": "3722.21",
      "mode": "DR",
      "amount": "10.00",
      "closingBal": "3712.21"
    },
    "payer": {
      "account": "7428585742",
      "name": "Instantpay India Limited"
    },
    "payee": {
      "account": "0174398765544",
      "name": "Sample Name"
    }
  },
  "timestamp": "2022-04-02 09:45:52",
  "ipay_uuid": "h00595f6d0a7-7fc3-4dfc-8c9b-50457ba29eca",
  "orderid": "1220402094551TVWXW",
  "environment": "LIVE",
  "internalCode": "Request submitted to bank"
}