Parameter Name | Type | Description | Mandatory |
---|
size | integer | No. of txn to be shown | Yes |
qrCodeId | string | QrCodeId to be passed against which payment was made | Yes |
amount | long | Amount in paisa | Yes |
last4Digits | string | Last 4 digits of PhonePe txnid. If payment was made by the external apps then last 4 digits of utr no./reference id | No |
startTimestamp | long | Time in milliseconds | No |
Parameter Name | Type | Description |
---|
success | Boolean | Success status of the request |
code | Enum | Status Codes of request |
message | String | Short message about code |
data | JSON Object | Data JSON Object |
Parameter Name | Type | Description |
---|
resultCount | Integer | count of the transactions found in the list |
startTimestamp | long | timestamp from which the transactions are fetched |
endTimestamp | long | timestamp till which the transactions are fetched |
qrCodeId | String | QR code Id passed in the transaction request |
transactions | Array object | Transaction array object |
Parameter Name | Type | Description |
---|
transactionId | String | Unique TransactionID generated by the merchant to track request to PhonePe
transactionId length should be less than 38 characters |
providerReferenceId | String | PhonePe ReferenceId |
amount | Long | Transaction amount in paise |
paymentState | String | Please ignore this. Use "code" parameter to get latest status of transaction |
transactionDate | long | Transaction timestamp |
payResponseCode | String | PhonePe internal status code. Please note this is a string value and new codes are likely to be added in the future. (Please don't do the marshalling/unmarshalling into an enum for this at your side). This is an informative value |
mobileNumber | String | Masked mobile number of the user |
phoneNumber | String | Masked phone number of the user |
name | String | Name of the customer |
paymentModes | JSON Object | PaymentModes JSON Object |
transactionContext | JSON Object | TransactionContext JSON Object |
Parameter Name | Type | Description |
---|
type | String | Payment instrument used for transaction |
amount | Long | Amount in paisa |
Parameter Name | Type | Description |
---|
qrCodeId | String | QR code Id against which payment is made |
posDeviceId | String | pos Device Id against which payment is made |
storeId | String | Store Id against which payment is made |
terminalId | String | Terminal Id against which payment is made |