Getting Customer Transactions

Description

Gets the list of Customer transactions.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
payment-type-id Integer Required Id for payment type.
transaction-ids Array Of Integer Optional The Transaction IDs.
customer-ids Array Of Integer Optional The Customer IDs for which you want to get the details.
transaction-type String Required Transaction type. Values can be addfund, payment.
start-date String Optional Start date of transaction.
end-date String Optional End date of transaction.
status Array of Strings Optional Status of the transaction. Values can be AuthCancelled, AuthFailed, AuthPending, AuthStarted, FailedByCron, Refunded, Settled.
no-of-records Integer Required Number of Records to be returned.
page-no Integer Required Page Number for which records are required.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/pg/customer-transactions.xml?auth-userid=0&api-key=key&payment-type-id=1&transaction-type=addfund&no-of-records=10&page-no=1

Response

Returns a Map of the result.