Skip to main content

Topup History

Method : GET URL : https://open.revenuemonster.my/v3/wallet/transaction Sandbox URL : https://sb-open.revenuemonster.my/v3/wallet/transaction

Retrieve the merchant wallet top-up history — successful and in-process top-up transactions.

When to Use

Use this endpoint when:

  • Displaying merchant wallet activity in a dashboard
  • Auditing top-ups against your bank statements

How to Use

Method: GET URL: https://open.revenuemonster.my/v3/wallet/transaction Sandbox URL: https://sb-open.revenuemonster.my/v3/wallet/transaction

GET the endpoint with signed authentication headers. Iterate items for each top-up record. Use cursor for pagination.


Request Parameters

Example Request
JSON
1curl --location --request GET "{{open_base_path}}/v3/wallet/transaction" \
2--header "Content-Type: application/json" \
3--header "Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjIwMTgtMy0xOCIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiYXBpX2NsaWVudEBFaGNLQzA5QmRYUm9RMnhwWlc1MEVQZUEyYXJ4dk1PSUZnIl0sImV4cCI6MTU5MzU4MDY0NSwiaWF0IjoxNTkwOTg4NjQ1LCJpc3MiOiJodHRwczovL29hdXRoLnJldmVudWVtb25zdGVyLm15IiwianRpIjoiRWh3S0VFOUJkWFJvUVdOalpYTnpWRzlyWlc0UXMtNnI5LVgzbElvVyIsIm5iZiI6MTU5MDk4ODY0NSwic3ViIjoiRWhRS0NFMWxjbU5vWVc1MEVMUF9wNlNKNnFQN0ZSSVFDZ1JWYzJWeUVPaXZfb1dKNnFQN0ZRIn0.RKtXykw3y0ov3mKKa_K2h5FZB2jXtqf3gNRwwnzzA4xTMdY09mEHlFupMeUmchFW2XHYK254LdMYbF4ZhjxK9K51UUdQBYH-zZpo0WWtPSZqrPGtT-c4z_sEO73EDVcek3rDwyWiXvjSKDpsZM7NOdKRm5tvT3qNK-7C7WMUjSXDcBzbTFhwfOAOO1n-wMR9H_w0DuIE-yMjEZkOdt7GUIBC8F5izATlZH0FRTx4VAwQWY4gjjQ9-3PbUbHx-NKiFXwCOAsxu-79PiF0HDEHb6ZOCGywNmKuanEXqLonli0caZiUZfrdT53y3Xnd3W2SEr6s7ZQxWnQO5PeOU7BQYA" \
4--header "X-Signature: sha256 bFGc2JOEFqdI91DE5VXYBUllr+9DHcrrylRFU3i1r72aPmJreljn0dU+nwPSwTH/dTQUiZ9C2aQSF8AuT959EW4WEyEZ6VWgt9gCyZaU/bcOQ/ZIhKc06+uwzivVhAzpbUtG5tm5/sBp4ig6Sk7L6SE0Ecu6Tm0FhYl0qdgZvrTh4EEpLs3kHIuYL9QXKJILfKlu4gTX1Exrt7nNyEr8ndeUMaKYrj3FckMbRtmCwc829SsVp6FAgvoDPnguUJ+VjLF1e9NXhar2JwYjuqMkwsmUWRDbittqCgCCfaPF8anarlLsoXbdYEa7bp9BYp2U/Dw3Xd2MlamEZSR8H+Dosw==" \
5--header "X-Nonce-Str: VYNknZohxwicZMaWbNdBKUrnrxDtaRhN" \
6--header "X-Timestamp: 1528450585" \

Response Parameters

itemsARRAY

Transaction history records

idSTRING

Transaction History ID

Example: "1598969381529317751"

walletIdSTRING

Wallet ID

Example: "1585119930335618836"

referenceIdSTRING

Reference ID usually it's merchant id

Example: "4118165203679668885"

adminIdSTRING

Admin ID

Example: "1610358903738245784"

detailSTRING

Transaction Detail

Example: "online payment gateway topup"

methodSTRING

Payment Method (ONLINE, MANUAL, BANK_IN)

Example: "ONLINE"

statusSTRING

Transaction Status (IN_PROCESS, SUCCESS)

Example: "IN_PROCESS"

creditINTEGER

Credit amount

Example: 10

createdAtDATETIME

Transaction time

Example: "2021-01-11T09:55:03Z"

cursorSTRING

Cursor for next page

Example Response
JSON
1{
2"cursor": "EhB0b3B1cHRyYW5zYWN0aW9uGOOiw6Cp3q6IFg",
3"items": [
4 {
5 "id": "1610358903738245784",
6 "walletId": "1585119930335618836",
7 "referenceId": "4118165203679668885",
8 "adminId": "",
9 "detail": "online payment gateway topup",
10 "method": "ONLINE",
11 "status": "IN_PROCESS",
12 "credit": 10,
13 "createdAt": "2021-01-11T09:55:03Z"
14 },
15 {
16 "id": "1610358886697825817",
17 "walletId": "1585119930335618836",
18 "referenceId": "4118165203679668885",
19 "adminId": "",
20 "detail": "online payment gateway topup",
21 "method": "ONLINE",
22 "status": "IN_PROCESS",
23 "credit": 10,
24 "createdAt": "2021-01-11T09:54:46Z"
25 },
26 {
27 "id": "1608265844473557156",
28 "walletId": "1585119930335618836",
29 "referenceId": "4118165203679668885",
30 "adminId": "",
31 "detail": "online payment gateway topup",
32 "method": "ONLINE",
33 "status": "IN_PROCESS",
34 "credit": 10,
35 "createdAt": "2020-12-18T04:30:44Z"
36 },
37 {
38 "id": "1606715783856819424",
39 "walletId": "1585119930335618836",
40 "referenceId": "4118165203679668885",
41 "adminId": "",
42 "detail": "online payment gateway topup",
43 "method": "ONLINE",
44 "status": "IN_PROCESS",
45 "credit": 100,
46 "createdAt": "2020-11-30T05:56:23Z"
47 },
48 {
49 "id": "1601284416420740159",
50 "walletId": "1585119930335618836",
51 "referenceId": "4118165203679668885",
52 "adminId": "",
53 "detail": "online payment gateway topup",
54 "method": "ONLINE",
55 "status": "IN_PROCESS",
56 "credit": 10,
57 "createdAt": "2020-09-28T09:13:36Z"
58 },
59 {
60 "id": "1600767812731888504",
61 "walletId": "1585119930335618836",
62 "referenceId": "4118165203679668885",
63 "adminId": "",
64 "detail": "online payment gateway topup",
65 "method": "ONLINE",
66 "status": "IN_PROCESS",
67 "credit": 10,
68 "createdAt": "2020-09-22T09:43:32Z"
69 },
70 {
71 "id": "1599322934290573511",
72 "walletId": "1585119930335618836",
73 "referenceId": "4118165203679668885",
74 "adminId": "",
75 "detail": "online payment gateway topup",
76 "method": "ONLINE",
77 "status": "IN_PROCESS",
78 "credit": 10,
79 "createdAt": "2020-09-05T16:22:14Z"
80 },
81 {
82 "id": "1598969316445167528",
83 "walletId": "1585119930335618836",
84 "referenceId": "4118165203679668885",
85 "adminId": "",
86 "detail": "online payment gateway topup",
87 "method": "ONLINE",
88 "status": "SUCCESS",
89 "credit": 10,
90 "createdAt": "2020-09-01T14:08:36Z"
91 },
92 {
93 "id": "1598968817666361543",
94 "walletId": "1585119930335618836",
95 "referenceId": "4118165203679668885",
96 "adminId": "",
97 "detail": "online payment gateway topup",
98 "method": "ONLINE",
99 "status": "IN_PROCESS",
100 "credit": 100,
101 "createdAt": "2020-09-01T14:00:17Z"
102 },
103 {
104 "id": "1598968790237499773",
105 "walletId": "1585119930335618836",
106 "referenceId": "4118165203679668885",
107 "adminId": "",
108 "detail": "online payment gateway topup",
109 "method": "ONLINE",
110 "status": "IN_PROCESS",
111 "credit": 10,
112 "createdAt": "2020-09-01T13:59:51Z"
113 },
114 {
115 "id": "1598547453611414512",
116 "walletId": "1585119930335618836",
117 "referenceId": "4118165203679668885",
118 "adminId": "",
119 "detail": "online payment gateway topup",
120 "method": "ONLINE",
121 "status": "IN_PROCESS",
122 "credit": 10,
123 "createdAt": "2020-08-27T16:57:33Z"
124 },
125 {
126 "id": "1598547443206063414",
127 "walletId": "1585119930335618836",
128 "referenceId": "4118165203679668885",
129 "adminId": "",
130 "detail": "online payment gateway topup",
131 "method": "ONLINE",
132 "status": "IN_PROCESS",
133 "credit": 10,
134 "createdAt": "2020-08-27T16:57:23Z"
135 },
136 {
137 "id": "1598237166252470682",
138 "walletId": "1585119930335618836",
139 "referenceId": "4118165203679668885",
140 "adminId": "6855324897421142801",
141 "detail": "test",
142 "method": "BANK_IN",
143 "status": "SUCCESS",
144 "credit": 1200,
145 "createdAt": "2020-08-24T02:46:06Z"
146 },
147 {
148 "id": "1598237110634689248",
149 "walletId": "1585119930335618836",
150 "referenceId": "4118165203679668885",
151 "adminId": "",
152 "detail": "online payment gateway topup",
153 "method": "ONLINE",
154 "status": "IN_PROCESS",
155 "credit": 10000,
156 "createdAt": "2020-08-24T02:45:10Z"
157 },
158 {
159 "id": "1596081463672087379",
160 "walletId": "1585119930335618836",
161 "referenceId": "4118165203679668885",
162 "adminId": "",
163 "detail": "online payment gateway topup",
164 "method": "ONLINE",
165 "status": "IN_PROCESS",
166 "credit": 10,
167 "createdAt": "2020-07-30T03:57:43Z"
168 },
169 {
170 "id": "1596081443720817054",
171 "walletId": "1585119930335618836",
172 "referenceId": "4118165203679668885",
173 "adminId": "",
174 "detail": "online payment gateway topup",
175 "method": "ONLINE",
176 "status": "IN_PROCESS",
177 "credit": 10,
178 "createdAt": "2020-07-30T03:57:23Z"
179 },
180 {
181 "id": "1595413037839967771",
182 "walletId": "1585119930335618836",
183 "referenceId": "4118165203679668885",
184 "adminId": "",
185 "detail": "online payment gateway topup",
186 "method": "ONLINE",
187 "status": "IN_PROCESS",
188 "credit": 10,
189 "createdAt": "2020-07-22T10:17:17Z"
190 },
191 {
192 "id": "1593070654482816850",
193 "walletId": "1585119930335618836",
194 "referenceId": "4118165203679668885",
195 "adminId": "",
196 "detail": "online payment gateway topup",
197 "method": "ONLINE",
198 "status": "IN_PROCESS",
199 "credit": 10,
200 "createdAt": "2020-06-25T07:37:34Z"
201 },
202 {
203 "id": "1589976273661708284",
204 "walletId": "1585119930335618836",
205 "referenceId": "4118165203679668885",
206 "adminId": "",
207 "detail": "online payment gateway topup",
208 "method": "ONLINE",
209 "status": "IN_PROCESS",
210 "credit": 10,
211 "createdAt": "2020-05-20T12:04:33Z"
212 },
213 {
214 "id": "1589976219490767203",
215 "walletId": "1585119930335618836",
216 "referenceId": "4118165203679668885",
217 "adminId": "",
218 "detail": "online payment gateway topup",
219 "method": "ONLINE",
220 "status": "IN_PROCESS",
221 "credit": 10,
222 "createdAt": "2020-05-20T12:03:39Z"
223 }
224]
225}