GET
/
pg
/
vba
/
payments
/
{utr}
curl --request GET \
  --url https://sandbox.cashfree.com/pg/vba/payments/{utr} \
  --header 'x-api-version: <x-api-version>' \
  --header 'x-client-id: <x-client-id>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "payment_details": [
    {
      "virtual_account_id": "User01",
      "utr": "912345678912",
      "remitter_account": "026291800001191",
      "remitter_name": "Doe John",
      "amount": "10",
      "reference_id": "001",
      "credit_ref_number": "2382053846",
      "txtime": "2007-06-28 15:28:08",
      "is_settled": "1",
      "txstatus": "SUCCESS"
    }
  ]
}

Headers

x-client-id
string
required

client id generated from the merchant dashboard

x-client-secret
string
required

client secret generated from the merchant dashboard

x-api-version
enum<string>
required

API version to be used. The accepted format is YYYY-MM-DD.

Available options:
2024-07-10T00:00:00.000Z
x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree Payments.

Example:

"4dfb9780-46fe-11ee-be56-0242ac120002"

Path Parameters

utr
string
required

It is the unique transaction reference (UTR) number generated after the payment transfer.

Response

200
application/json
Success Response.
payment_details
object[]