Get group transactions

Retrieves the transactions of a specific group. You can also get transactions of a group member using query parameters.

Query Params
string
enum

Type of the transaction to retrieve.

Allowed:
int32

Unique ID of the user group to fetch transactions.

string

External ID of the group.

string

User ID of the primary member of the group.

string
enum

Identifier used for the primary user of the group. Required to get transactions of the group member.

Allowed:
string

Value of the specified identifier type.

string
enum

Source in which the identifier is available.

string

Account ID for sources with multiple accounts such as FACEBOOK, WEBENGAGE, WHATSAPP. Applicable to fetch member transactions.

int32

Fetch details of a specific transaction by transaction ID.

string

Fetch details of a specific transaction by bill number.

int64

Unique ID of the group member to fetch group transactions made by the customer.

date

Filter results where transaction_date >= startDate. Pass ISO standard date format.

string

Filter results where transaction_date < end_date. Pass ISO standard date format.

string
enum

Additional details to be fetched. You can pass multiple values each separated by a comma. PAYMENTDETAILS is supported only for regular transaction.

Allowed:
boolean

Pass true to fetch transactions across all programs data (future use case).

int32

Offset of the first entry in the result. This should be positive. If offset is less than 0, then 0 default offset will be used.

int32
Defaults to 20

Maximum number of results to show. This should be positive. if limit is less <=0, then the default limit 20 is considered.

string
enum
Defaults to DESC

Arranges the transactions based on the value set in sort in an ascending (asc) or descending order (desc). By default, results are shown in the descending order of transactionDate.

Allowed:
boolean

Pass true to fetch credit notes details.

string

Roles associated with the user.

Responses

Language
Credentials
Basic
base64
:
URL
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json