⁍ MatchMove Banking Operating System

Sections

Theme switcher

Closed Loop Transactions

Header Parameters

Authorizationstring

Query Parameters

typestring

Acceptable Transaction Type:

  • Topup - all top up transactions
  • Transfer - all wallet to wallet money transfer transactions
  • Load - all wallet to card transfer transactions
  • Unload - all card to wallet transfer transactions
  • Reversal - all transactions
  • Refund - all card to wallet transfer transactions
  • All - all transactions above
Default value
All
Enum values:
TopupTransferLoadUnloadReversalRefundAll
user_hash_idstring

User Hash ID; get all transactions done by the given user_hash_id

emailstring

User Email; get all transactions done by the given email

mobilestring

User Full mobile; get all transactions done by the given mobile

card_identifierstring

Card Identifier:

  • proxy - Card/Wallet Proxy number to search
  • mask - Masked card number to search
  • full - Full(actual) card number to search
Enum values:
proxymaskfull
card_identifier_valuestring

Value is dependent on the card_identifier parameter; get all transactions done by the given card_identifier_value

transaction_ref_hashstring

Transaction Reference; get all transactions given the reference hash

transaction_statusstring

Transaction Status; get all transactions given the status:

  • hold - all withholding transaction
  • active - all success transaction
  • failed - all failed transaction
Enum values:
holdactivefailed
added_datestring

Transaction Date Added (YYYY-MM-DD); get all transactions added on the given date

updated_datestring

Transaction Date Updated (YYYY-MM-DD); get all transactions updaed on the given date

reversal_datestring

Transaction Date Reversal (YYYY-MM-DD); get all transactions reversed on the given date

refund_datestring

Transaction Date Refund (YYYY-MM-DD); get all transactions refunded on the given date

Response

200
Object
OK

Response Attributes

total_recordsinteger
records_per_pageinteger
total_pagesinteger
linksarray

Show child attributes

transactionsarray

Transaction information

Show child attributes

400
Object
Bad Request

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
403
Object
Forbidden

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
404
Object
Not Found

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
500
Object
Internal Server Error

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
503
Object
Service Unavailable

Response Attributes

codeinteger Required
descriptionstring Required
linkstring Required
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?