InfyDigi Merchant APIs
  1. Payments
InfyDigi Merchant APIs
  • Introduction
  • Process Flow
  • Error Codes
  • Authentication
    • Generate Token
      POST
  • Account
    • Get Account Status
      GET
    • Save Profile Image
      POST
  • Payments
    • Fund Transfer
      POST
    • Fetch Transaction Details
      GET
  • Utilities
    • Check IFSC Code
      GET
  1. Payments

Fetch Transaction Details

GET
https://api.infydigi.com//v1/merchant-api-cms/fetch-txn-bank-fund-transfer
This API can be used to get the transaction details

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.infydigi.com//v1/merchant-api-cms/fetch-txn-bank-fund-transfer?from=2024-12-05T00:56:00&to=2024-12-05T23:56:10&merchantId=88127750' \
--header 'Authorization;'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-01-18 18:10:06
Previous
Fund Transfer
Next
Check IFSC Code
Built with