⁍ MatchMove Banking Operating System

Sections

Theme switcher

Get transaction status

Header Parameters

X-Auth-User-IDstring Required

MatchMove provided ID for the user.

Authorizationstring

Path Parameters

idstring Required

Transaction Identifier Reference

Response

200
Object
OK

Response Attributes

idstring

Transaction Identifier Reference

recipient_idstring

Recipient id used in remittance transaction

recipient_typestring

Recipient Type used in transaction

Enum values:
INDIVIDUALBUSINESS
user_idstring

User who initiated remittance transaction

user_typestring

Type of user who initiated remittance transaction.

Enum values:
INDIVIDUALBUSINESS
quote_idstring

Id of quote used in remittance transaction

statusstring

Status of the transaction

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

Transaction sub status. Learn more about transaction sub_status at [Link](docs/Guides/Payouts/Cross Border Payouts/Cross Border Payout Transaction.md) under section Handle Transaction Statuses

Enum values:
USER_STATUS_ACTIVEUSER_STATUS_INACTIVEUSER_STATUS_CHECK_FAILEDRECIPIENT_RISK_PENDINGRECIPIENT_RISK_REJECTEDRECIPIENT_RISK_CHECK_COMPLETEFUNDS_DEBIT_SUCCESSFUNDS_DEBIT_FAILEDFUNDS_REVERSEDTRANSACTION_INITIATED
... 13 other enums
messagestring

Transaction Message

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

created_atstring

Date and time of remittance transaction initiated.

created_bystring

Id of user who initiated remittance transaction.

updated_atstring

Date and time of update happened on remittance transaction.

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?