OrdersList Orders

List Orders

curl -X GET "https://sandbox-api.aparatech.io/v1/public/orders?limit=42&page=25&status=example_string&orderType=payin" \
  -H "Content-Type: application/json" \
  -H "MID: example_string"
{
  "status": "success",
  "data": {
    "transfers": [
      {
        "id": "OR-2605141118506969532",
        "status": "fund_processing",
        "orderType": "payin",
        "source": {
          "currency": "VND",
          "amount": "170010"
        },
        "destination": {
          "currency": "VND",
          "amount": "170010"
        },
        "userId": "OCUX-17784812248037343",
        "purposeCode": "company_expenses",
        "mid": "OXEHXW_NA_NA",
        "senderName": {
          "firstName": "dharam"
        },
        "fees": {
          "networkFee": 0,
          "rrFee": 0,
          "processingFee": 0,
          "fixedFee": {
            "fixedFeesCurrency": "VND"
          }
        },
        "createdAt": "2026-05-14T11:18:50.804Z",
        "updatedAt": "2026-05-14T11:18:50.880Z"
      }
    ]
  }
}
GET
/v1/public/orders
GET
Base URLstring

Target server for requests. Edit to use your own host.

Request Preview
Response

Response will appear here after sending the request

Query Parameters

orderTypestring
Allowed values:payingaming

Headers

Responses

statusstring
dataobject