v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Chargeback

Transaction Search

This resource is used to query for transaction data

An issuer uses this endpoint to search for information about an original transaction. An issuer may use this information to take an action on the original transaction, such as creating a claim

post/pws/pws_mc_txn_search/

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

acquirerRefNumberstring

CONDITIONAL: Acquirer Reference Number. If provided bankNetRefNumber may not be used. This field is required and applicable if primaryAccountNum is not provided.

bankNetRefNumberstring

CONDITIONAL: Banknet Reference Number. If provided acquirerRefNumber may not be used.

primaryNumberinteger

CONDITIONAL: Public token or pan number.If length is equal to 16 digit or greater than 16 digit,it will be considered as pan number. If less than 16 digit it will be considered as public token . This field is required and applicable if acquirerRefNum is not provided

transAmountFromnumber

Transaction amount lower limit value to be searched.

Format : Numeric

transAmountTonumber

Transaction amount upper limit value to be searched.

Format : Numeric

referenceSetIdinteger

Unique identifier for clearing summary (settlement). This field will be used if authorisation or clearing is internal Format : Numeric

tranStartDatestring

Transaction Date min search range. The search range is a maximum of 30 days, and searches can be completed for up to 730 days of history.

Format : Date (yyyy-MM-dd)

tranEndDatestring

Transaction Date max search range. The search range is a maximum of 30 days, and searches can be completed for up to 730 days of history.

Format : Date (yyyy-MM-dd)

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "acquirerRefNumber": "05436847276000293995738",
  "primaryNumber": 5488888888887192,
  "transAmountFrom": 10000,
  "transAmountTo": 20050,
  "referenceSetId": 20050,
  "tranStartDate": "2021-02-17",
  "tranEndDate": "2021-03-17"
}

Response

Successful Response