⁍ MatchMove Banking Operating System

Sections

Theme switcher

Get Card transactions

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Query Parameters

limitstring

Number of transactions return per page

typestring

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

transaction_typestring

Type of transaction (ex. PURCHASE)

channelstring

Channel where the transaction took place

date_rangestring

Limit transactions based on date range

sortstring

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

Path Parameters

card_idstring Required

The card_id for which the information is being retrieved.

pagestring Required

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

Response

200
Object
OK

Response Attributes

transactionsarray
Max items
10
Allow unique items
true

Show child attributes

linksarray
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

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

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?