Fetch Payment by Merchant Transaction ID
Fetch details of a specific payment associated with a given merchant transaction ID.
GET
Headers
Client ID provided by Cashfree.
Example:
"<x-client-id>"
Client Secret provided by Cashfree.
Example:
"<x-client-secret>"
Path Parameters
The merchant transaction ID whose payment details are to be fetched.
Example:
"test-txn-id-4"
Response
200
application/json
Successful retrieval of the payment details.
The response is of type any
.