⁍ MatchMove Banking Operating System

Sections

Theme switcher

Get transaction details

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Path Parameters

idstring Required

Unique transaction reference id

Response

200
Object
OK

Response Attributes

idstring

Represents the transaction id.

statusstring

Status of transaction.

Default value
INITIATED
Enum values:
INITIATEDPROCESSINGSUBMITTEDPENDINGSUCCESSREJECTEDCANCELLEDFAILEDUNDER_REVIEWREVERSED
... 1 other enums
sub_statusstring

Transaction Sub Status

Enum values:
DOCUMENT_REQUIREDUSER_STATUS_ACTIVEUSER_STATUS_INACTIVEUSER_STATUS_CHECK_FAILEDRECIPIENT_RISK_PENDINGRECIPIENT_RISK_REJECTEDRECIPIENT_RISK_CHECK_COMPLETEFUNDS_DEBIT_SUCCESSFUNDS_DEBIT_FAILEDFUNDS_REVERSED
... 14 other enums
document_required_typesarray

Types of documents to be uploaded when document is required

Enum values:
INVOICE

Show child attributes

messagestring

Displays the message of a transaction.

Default value
Request Received, Processing Started
sourcestring

Contains service provider validation source after submission in JSON. This field can be empty and may be omitted if no validation errors provided for a transaction.

Show child attributes

userobject

Represents the user object who has initiated a remittance transaction

Show child attributes

recipientobject

Represents the user object.

Show child attributes

quoteobject

Represents the fee details applied on transaction. These values are referred from quotes.

Show child attributes

charged_amountobject

Represents the amount charged to user.

Show child attributes

converted_amountobject

Represents the amount which is sent to beneficiary after fee deduction.

Show child attributes

recipient_amountobject

Represents the amount the recipient would receive.

Show child attributes

receiving_institutionobject

Object represents receiving institution of recipient to which remittance has been performed.

Show child attributes

additional_dataobject

Additional data required to initiate transaction.

Show child attributes

tosobject

Terms of Service Acceptance

Show child attributes

created_bystring

User id of transaction initiator.

Pattern
^[a-zA-Z0-9]*
created_atstring

Date and time of transaction initiation.

expected_deliverystring

Expected date and time of transaction get success.

updated_atstring

Date and time of the latest update on transaction.

remarksstring

Represents the remittance remarks entered by user while initiating a remittance.

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?