⁍ MatchMove Banking Operating System

Sections

Theme switcher

Get transactions history

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Query Parameters

pagenumber

Page number

Default value
1
records_per_pagenumber

Number of records per page. Supported max value is 100

Default value
10
conditionstring

Getting the results based on the condition of the full match or any one match

Default value
AND
Enum values:
ANDOR
sort_orderstring

Sorting the results in order by asc or desc

Default value
DESC
Enum values:
ASCDESC
updated_at_fromstring

Updated at from should be always lesser than updated_at_to field. Format: YYYY-MM-DD

updated_at_tostring

Updated at to should be always greater than updated_at_from field. Format: YYYY-MM-DD

statusstring

Search history of transaction by its status.

Enum values:
INITIATEDPROCESSINGSUBMITTEDPENDINGSUCCESSFAILEDREJECTEDREVERSEDUNDER_REVIEWCANCELLED
... 1 other enums

Path Parameters

idstring Required

Transaction ID

Response

200
Object
OK

Response Attributes

idstring

Represents histories for given remittance transaction id.

historystring

Show child attributes

400
Object
Bad Request | **Code** | **Title** | **Detail** | | ---------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | invalid_user_id | Invalid User ID | User does not exist. Please provide a valid user id. | | invalid_transaction | Invalid Transaction | Transaction not found. |

Response Attributes

idstring Required

Unique hash-id for the error message

statusinteger Required

Error response status code

codestring Required

Error response code

titlestring Required

Error response title

detailstring Required

Error response detail

sourcearray,string

Source defines the multiple error messages

Show child attributes

timestampstring Required

Response timestamp

401
Object
Unauthorized Request | **Code** | **Title** | **Detail** | | ---------------------------| ----------------------| ---------------------------------------------------| | token_required | Token Required | Access denied due to invalid token on header. | | invalid_tenant | Invalid Tenant | Access denied due to invalid tenant code. |

Response Attributes

idstring Required

Unique hash-id for the error message

statusinteger Required

Error response status code

codestring Required

Error response code

titlestring Required

Error response title

detailstring Required

Error response detail

sourcearray,string

Source defines the multiple error messages

Show child attributes

timestampstring Required

Response timestamp

403
Object
Forbidden | **Code** | **Title** | **Detail** | | ---------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | restricted_resource | Restricted Resource | Access denied to the resource. If your access key and source IP is correct, it would be because of `X-Auth-User-ID` is not passed on header. | | unauthorized_access | Unauthorized Access | Transaction does not belong to user. |

Response Attributes

idstring Required

Unique hash-id for the error message

statusinteger Required

Error response status code

codestring Required

Error response code

titlestring Required

Error response title

detailstring Required

Error response detail

sourcearray,string

Source defines the multiple error messages

Show child attributes

timestampstring Required

Response timestamp

404
Object
Not Found | **Code** | **Title** | **Detail** | | --------------------------| ---------------------- | -------------------------------------| | resource_not_found | Resource Not Found | The requested URL was not found. |

Response Attributes

idstring Required

Unique hash-id for the error message

statusinteger Required

Error response status code

codestring Required

Error response code

titlestring Required

Error response title

detailstring Required

Error response detail

sourcearray,string

Source defines the multiple error messages

Show child attributes

timestampstring Required

Response timestamp

500
Object
Internal Server Error | **Code** | **Title** | **Detail** | | --------------------------| -----------------------| -----------------------------------------------------| | generic_error | Generic Error | General application error. |

Response Attributes

idstring Required

Unique hash-id for the error message

statusinteger Required

Error response status code

codestring Required

Error response code

titlestring Required

Error response title

detailstring Required

Error response detail

sourcearray,string

Source defines the multiple error messages

Show child attributes

timestampstring Required

Response timestamp

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?