⁍ MatchMove Banking Operating System

Sections

Theme switcher

Get Wallet Transactions

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Query Parameters

limitstring

Number of transactions return per page (Default 5)

Max length
2
Default value
5
typestring

Filter transactions according to transaction types. Values can be: [debit , credit].

Enum values:
debitcredit
date_rangestring

Limit transactions based on date range. Example: date_range=20141220,20150131.

Max length
21
sortstring

Comma delimited sorting of the result according to amount, date.added and date.expiry. Example: sort=+amount,-date.added,-date.expiry.

Max length
32
channelstring

Channel

display_account_transactionsstring

To return all the user's wallet and card transactions

Path Parameters

pagestring Required

the one-based page number (maximum value of 99) to be displayed.

Response

200
Object
OK

Response Attributes

transactionsarray

List of transactions

Show child attributes

linksarray

Pagination links

Max items
2
Allow unique items
true

Show child attributes

records_per_pageinteger

Records per page returned. Echoed back from the request param

pageinteger

Page number of the transactions returned

total_recordsinteger

Total number of records for the query params

400
Object
Bad Request | Code | Description | | :--- | :---------- | | resource_query_limit_exceeded | Parameter `limit` must not exceed [max] | | resource_user_start_date_invalid | Start date is invalid. Please make sure it is in ISO 8601 format | | resource_user_date_invalid | [type] date is invalid. | | resource_user_date_range_exceeded | Date range interval should not be greater than 90 days. | | resource_transactions_settlement_transaction_type_invalid | Parameter `transaction_type` is missing or invalid | | resource_user_wallet_fund_no_wallet | A wallet resource is missing | | display_account_transactions_only_for_inhouse | Display all account transactions is only allowed for inhouse balance products | | transaction_history_page_invalid | Invalid Transaction History page value | | resource_event_code_invalid | Event code is invalid or not found |

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
401
Object
Unauthorized request

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
403
Object
Forbidden

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
404
Object
Resource not found

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
500
Object
Internal server Error

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
502
Object
Bad Gateway

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
503
Object
External Service Error | Code | Description | | :--- | :---------- | | error_code_9002 | Server was not able process your request. |

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
504
Object
Gateway timeout

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?