You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3021 lines
108 KiB

  1. {
  2. "info": {
  3. "_postman_id": "bf27160b-d2b4-4912-b93a-84ef985c1991",
  4. "name": "RemitonPartner.API",
  5. "description": "Documentation was updated on February 12, 2024\n\nBase URL:\n\nDev: [https://test.remiton.pro/api](https://test.remiton.pro/api) \nProd: [https://remiton.pro/api](https://remiton.pro/api)",
  6. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  7. "_exporter_id": "15414569"
  8. },
  9. "item": [
  10. {
  11. "name": "Auth",
  12. "item": [
  13. {
  14. "name": "Get Access Token",
  15. "event": [
  16. {
  17. "listen": "prerequest",
  18. "script": {
  19. "exec": [
  20. ""
  21. ],
  22. "type": "text/javascript",
  23. "packages": {}
  24. }
  25. },
  26. {
  27. "listen": "test",
  28. "script": {
  29. "exec": [
  30. "var jsonData = JSON.parse(responseBody);\r",
  31. "pm.collectionVariables.set(\"accessToken\", jsonData.accessToken);\r",
  32. "pm.collectionVariables.set(\"refreshToken\", jsonData.refreshToken);\r",
  33. ""
  34. ],
  35. "type": "text/javascript",
  36. "packages": {}
  37. }
  38. }
  39. ],
  40. "request": {
  41. "method": "POST",
  42. "header": [],
  43. "body": {
  44. "mode": "raw",
  45. "raw": "{\r\n \"clientId\": \"<your-clientId>\",\r\n \"secretKey\": \"<your-secretKey>\"\r\n}",
  46. "options": {
  47. "raw": {
  48. "language": "json"
  49. }
  50. }
  51. },
  52. "url": {
  53. "raw": "{{baseUrl}}/v2/auth",
  54. "host": [
  55. "{{baseUrl}}"
  56. ],
  57. "path": [
  58. "v2",
  59. "auth"
  60. ]
  61. },
  62. "description": "This request is used for user authentication, allowing them to verify their identity and obtain an access token and a refresh token. The access token can be used to access protected resources, while the refresh token can be used to obtain a new access token when the current one expires.\n\nEnter the \"ClientId\" and \"SecretKey\" that you take from the dashboard to get the access token\n\nThis is the time that the token will be active.\n\nDev environment: \naccessToken - 30 min \nrefreshToken - 120 min\n\nProd environment: \naccessToken - 5 min \nrefreshToken - 15 min"
  63. },
  64. "response": [
  65. {
  66. "name": "200 - OK",
  67. "originalRequest": {
  68. "method": "POST",
  69. "header": [],
  70. "body": {
  71. "mode": "raw",
  72. "raw": "{\r\n \"clientId\": \"16ba6bf52a347d58bdb17170c1c44155759952ec\",\r\n \"secretKey\": \"9a202b771c78bc3452aa1cf719413ffb46120d14fc\"\r\n}",
  73. "options": {
  74. "raw": {
  75. "language": "json"
  76. }
  77. }
  78. },
  79. "url": {
  80. "raw": "https://test.remiton.pro/api/v2/auth",
  81. "protocol": "https",
  82. "host": [
  83. "test",
  84. "remiton",
  85. "pro"
  86. ],
  87. "path": [
  88. "api",
  89. "v2",
  90. "auth"
  91. ]
  92. }
  93. },
  94. "status": "OK",
  95. "code": 200,
  96. "_postman_previewlanguage": "json",
  97. "header": [
  98. {
  99. "key": "Transfer-Encoding",
  100. "value": "chunked"
  101. },
  102. {
  103. "key": "Content-Type",
  104. "value": "application/json; charset=utf-8"
  105. },
  106. {
  107. "key": "Server",
  108. "value": "Microsoft-IIS/10.0"
  109. },
  110. {
  111. "key": "X-Powered-By",
  112. "value": "ASP.NET"
  113. },
  114. {
  115. "key": "Date",
  116. "value": "Wed, 13 Dec 2023 08:56:22 GMT"
  117. }
  118. ],
  119. "cookie": [],
  120. "body": "{\n \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOi1xMTU5IiwibmFtZSI6Ik5pY2F0IEJBIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAyNDU3NzgyLCJleHAiOjE3MDI0NTk1ODIsImlhdCI6MTcwMjQ1Nzc4Mn0.X6Ck-SPRVcXEEojg0TVOOGgig6tZ_c0VTUc8ipvYvWY\",\n \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiIxMTU5IiwibmFtZSI6Ik5pY2F0IEJBIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAyNDU3NzgyLCJleHAiOjE3MDI0NjQ5ODIsImlhdCI6MTcwMjQ1Nzc4Mn0.9whhMewvBPOTsg6cQ3ALHkkNh5yyQhaWd-bE_xCLEbs\"\n}"
  121. },
  122. {
  123. "name": "400 - INVALID",
  124. "originalRequest": {
  125. "method": "POST",
  126. "header": [],
  127. "body": {
  128. "mode": "raw",
  129. "raw": "{\r\n \"clientId\": \"121212121212121212\",\r\n \"secretKey\": \"32323232323232323232323\"\r\n}",
  130. "options": {
  131. "raw": {
  132. "language": "json"
  133. }
  134. }
  135. },
  136. "url": {
  137. "raw": "{{baseUrl}}/v2/auth",
  138. "host": [
  139. "{{baseUrl}}"
  140. ],
  141. "path": [
  142. "v2",
  143. "auth"
  144. ]
  145. }
  146. },
  147. "status": "Bad Request",
  148. "code": 400,
  149. "_postman_previewlanguage": "json",
  150. "header": [
  151. {
  152. "key": "Content-Type",
  153. "value": "application/json",
  154. "name": "Content-Type",
  155. "description": "",
  156. "type": "text"
  157. }
  158. ],
  159. "cookie": [],
  160. "body": "{\n \"code\": \"invalid.credentials\",\n \"message\": \"Invalid credentials\"\n}"
  161. }
  162. ]
  163. },
  164. {
  165. "name": "Refresh Token",
  166. "event": [
  167. {
  168. "listen": "test",
  169. "script": {
  170. "exec": [
  171. "var jsonData = JSON.parse(responseBody);\r",
  172. "pm.collectionVariables.set(\"accessToken\", jsonData.token);\r",
  173. "pm.collectionVariables.set(\"refreshToken\", jsonData.refreshToken);\r",
  174. ""
  175. ],
  176. "type": "text/javascript"
  177. }
  178. }
  179. ],
  180. "protocolProfileBehavior": {
  181. "disableBodyPruning": true
  182. },
  183. "request": {
  184. "auth": {
  185. "type": "noauth"
  186. },
  187. "method": "GET",
  188. "header": [
  189. {
  190. "key": "refresh-token",
  191. "value": "{{refreshToken}}",
  192. "type": "text"
  193. }
  194. ],
  195. "body": {
  196. "mode": "raw",
  197. "raw": "",
  198. "options": {
  199. "raw": {
  200. "language": "json"
  201. }
  202. }
  203. },
  204. "url": {
  205. "raw": "{{baseUrl}}/v2/auth/refresh",
  206. "host": [
  207. "{{baseUrl}}"
  208. ],
  209. "path": [
  210. "v2",
  211. "auth",
  212. "refresh"
  213. ]
  214. },
  215. "description": "This request allows users to refresh an access token by providing a valid refresh token.\n\nWrite in Headers, Key - \"refresh-token\" and value - \"refreshToken\" to get Refresh Token"
  216. },
  217. "response": [
  218. {
  219. "name": "200 OK",
  220. "originalRequest": {
  221. "method": "GET",
  222. "header": [
  223. {
  224. "key": "refresh-token",
  225. "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiI4Iiw1bmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAxMDg5NTkxLCJleHAiOjE3MDEwOTA0OTEsImlhdCI6MTcwMTA4OTU5MX0.yw2pE7jwV5ZSzGYGpFoJmY8M9X85XyiT0vS6O4aZAqs",
  226. "type": "text"
  227. }
  228. ],
  229. "url": {
  230. "raw": "https://test.remiton.pro/api/v2/auth/refresh",
  231. "protocol": "https",
  232. "host": [
  233. "test",
  234. "remiton",
  235. "pro"
  236. ],
  237. "path": [
  238. "api",
  239. "v2",
  240. "auth",
  241. "refresh"
  242. ]
  243. }
  244. },
  245. "status": "OK",
  246. "code": 200,
  247. "_postman_previewlanguage": "json",
  248. "header": [
  249. {
  250. "key": "Transfer-Encoding",
  251. "value": "chunked"
  252. },
  253. {
  254. "key": "Content-Type",
  255. "value": "application/json; charset=utf-8"
  256. },
  257. {
  258. "key": "Server",
  259. "value": "Microsoft-IIS/10.0"
  260. },
  261. {
  262. "key": "X-Powered-By",
  263. "value": "ASP.NET"
  264. },
  265. {
  266. "key": "Date",
  267. "value": "Wed, 13 Dec 2023 08:56:55 GMT"
  268. }
  269. ],
  270. "cookie": [],
  271. "body": "{\n \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiI4IiwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAyNDU3ODE1LCJleHAiOjE3MDI0NTk2MTUsImlhdCI6MTcwMjQ1NzgxNX0.HyK9YJ_jUbegvvyF9HIEtr24tupMKXechosAI1fmFlA\",\n \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiI4IiwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAyNDU3ODE1LCJleHAiOjE3MDI0NjUwMTUsImlhdCI6MTcwMjQ1NzgxNX0.eqDfYl6ji0vp4XcoZC0D3a1c46QP8OpTdBMvVsBYDGE\"\n}"
  272. },
  273. {
  274. "name": "400 - INVALID",
  275. "originalRequest": {
  276. "method": "GET",
  277. "header": [
  278. {
  279. "key": "refresh-token",
  280. "value": "1211212",
  281. "type": "text"
  282. }
  283. ],
  284. "url": {
  285. "raw": "{{baseUrl}}/v2/auth/refresh",
  286. "host": [
  287. "{{baseUrl}}"
  288. ],
  289. "path": [
  290. "v2",
  291. "auth",
  292. "refresh"
  293. ]
  294. }
  295. },
  296. "status": "Bad Request",
  297. "code": 400,
  298. "_postman_previewlanguage": "json",
  299. "header": [
  300. {
  301. "key": "Content-Type",
  302. "value": "application/json",
  303. "name": "Content-Type",
  304. "description": "",
  305. "type": "text"
  306. }
  307. ],
  308. "cookie": [],
  309. "body": "{\n \"code\": \"invalid.token\",\n \"message\": \"Access Token is invalid\"\n}"
  310. }
  311. ]
  312. }
  313. ],
  314. "description": "To get an access token, you need to:\n\n1. Go to the dashboard\n2. Select \"Api Key\" at the bottom of the page\n3. click Generate button to get \"ClientId\" and \"SecretKey\" which by entering into the endpoint \"Get Access Token\" you will get access token."
  315. },
  316. {
  317. "name": "Transaction",
  318. "item": [
  319. {
  320. "name": "Payment",
  321. "item": [
  322. {
  323. "name": "Two Phase",
  324. "item": [
  325. {
  326. "name": "Cash Payment (PreCreate)",
  327. "request": {
  328. "method": "POST",
  329. "header": [],
  330. "body": {
  331. "mode": "raw",
  332. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"phone\": \"994556984869\",\r\n \"address\": \"London, black st 154\",\r\n \"birthDate\": \"1996-01-01\",\r\n \"zipCode\": \"1B 1BB\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"C034548754\",\r\n \"documentIssuedCountry\": \"USA\",\r\n \"documentIssuedDate\": \"2015-05-01\",\r\n \"documentEndDate\": \"2025-05-01\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Marcus\",\r\n \"lastName\": \"Lincoln\",\r\n \"phone\": \"994556904869\"\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"UBL\",\r\n \"amount\": 1000,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  333. "options": {
  334. "raw": {
  335. "language": "json"
  336. }
  337. }
  338. },
  339. "url": {
  340. "raw": "{{baseUrl}}/v2/payments/cash/pre-create",
  341. "host": [
  342. "{{baseUrl}}"
  343. ],
  344. "path": [
  345. "v2",
  346. "payments",
  347. "cash",
  348. "pre-create"
  349. ]
  350. },
  351. "description": "This request allows users to initiate a cash withdrawal transaction, enabling them to receive the funds in cash at a specified cash point."
  352. },
  353. "response": [
  354. {
  355. "name": "200 - OK",
  356. "originalRequest": {
  357. "method": "POST",
  358. "header": [],
  359. "body": {
  360. "mode": "raw",
  361. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"phone\": \"994556984869\",\r\n \"address\": \"London, black st 154\",\r\n \"birthDate\": \"1996-01-01\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"C034548754\",\r\n \"documentIssuedCountry\": \"USA\",\r\n \"documentIssuedDate\": \"2015-05-01\",\r\n \"documentEndDate\": \"2025-05-01\"\r\n },\r\n \"zipCode\": \"1B 1BB\"\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Marcus\",\r\n \"lastName\": \"Lincoln\",\r\n \"phone\": \"994556904869\"\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"UBL\",\r\n \"amount\": 10,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  362. "options": {
  363. "raw": {
  364. "language": "json"
  365. }
  366. }
  367. },
  368. "url": {
  369. "raw": "https://test.remiton.pro/api/v2/payments/cash",
  370. "protocol": "https",
  371. "host": [
  372. "test",
  373. "remiton",
  374. "pro"
  375. ],
  376. "path": [
  377. "api",
  378. "v2",
  379. "payments",
  380. "cash"
  381. ]
  382. }
  383. },
  384. "status": "OK",
  385. "code": 200,
  386. "_postman_previewlanguage": "json",
  387. "header": [
  388. {
  389. "key": "Transfer-Encoding",
  390. "value": "chunked"
  391. },
  392. {
  393. "key": "Content-Type",
  394. "value": "application/json; charset=utf-8"
  395. },
  396. {
  397. "key": "Server",
  398. "value": "Microsoft-IIS/10.0"
  399. },
  400. {
  401. "key": "X-Powered-By",
  402. "value": "ASP.NET"
  403. },
  404. {
  405. "key": "Date",
  406. "value": "Wed, 13 Dec 2023 08:57:07 GMT"
  407. }
  408. ],
  409. "cookie": [],
  410. "body": "{\n \"id\": \"5dcb7029-c817-4d4e-b1cd-9bd9a651e749\",\n \"expireDate\": \"2024-02-21T12:33:39+00\",\n \"fee\": 0\n}"
  411. }
  412. ]
  413. },
  414. {
  415. "name": "Account Transfer (PreCreate)",
  416. "request": {
  417. "method": "POST",
  418. "header": [],
  419. "body": {
  420. "mode": "raw",
  421. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"USMAN\",\r\n \"lastName\": \"MAHMOOD\",\r\n \"phone\": \"447944466646\",\r\n \"address\": \"LONDON E7 0AP\",\r\n \"birthDate\": \"1990-09-28\",\r\n \"zipCode\": \"1B 1BB\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"MAHMO909280U99XE65\",\r\n \"documentIssuedCountry\": \"GBR\",\r\n \"documentIssuedDate\": \"2023-05-17\",\r\n \"documentEndDate\": \"2033-05-16\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"MAQSOOD AHMAD\",\r\n \"lastName\": \"AHAD\",\r\n \"phone\": \"923218787698\",\r\n \"documentInfo\": {\r\n \"documentNumber\": \"5555555555\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PK24MEZN0002180105429465\",\r\n \"bankName\": \"MEEZAN BANK LIMITED\"\r\n }\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"MeezanBank\",\r\n \"amount\": 1000,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  422. "options": {
  423. "raw": {
  424. "language": "json"
  425. }
  426. }
  427. },
  428. "url": {
  429. "raw": "{{baseUrl}}/v2/payments/account/pre-create",
  430. "host": [
  431. "{{baseUrl}}"
  432. ],
  433. "path": [
  434. "v2",
  435. "payments",
  436. "account",
  437. "pre-create"
  438. ]
  439. },
  440. "description": "This request allows users to initiate a bank transfer, enabling them to transfer funds directly to bank account."
  441. },
  442. "response": [
  443. {
  444. "name": "200 - OK",
  445. "originalRequest": {
  446. "method": "POST",
  447. "header": [],
  448. "body": {
  449. "mode": "raw",
  450. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"USMAN\",\r\n \"lastName\": \"MAHMOOD\",\r\n \"phone\": \"447944466646\",\r\n \"address\": \"LONDON E7 0AP\",\r\n \"birthDate\": \"1990-09-28\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"MAHMO909280U99XE65\",\r\n \"documentIssuedCountry\": \"GBR\",\r\n \"documentIssuedDate\": \"2023-05-17\",\r\n \"documentEndDate\": \"2033-05-16\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"MAQSOOD AHMAD\",\r\n \"lastName\": \"AHAD\",\r\n \"phone\": \"923218787698\",\r\n \"documentInfo\": {\r\n \"documentNumber\": \"5555555555\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PK24MEZN0002180105429465\",\r\n \"bankName\": \"MEEZAN BANK LIMITED\"\r\n }\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"MeezanBank\",\r\n \"amount\": \"10\",\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"[auto-generated]\",\r\n \"callbackUrl\": \"\"\r\n}",
  451. "options": {
  452. "raw": {
  453. "language": "json"
  454. }
  455. }
  456. },
  457. "url": {
  458. "raw": "https://test.remiton.pro/api/v2/payments/account/pre-create",
  459. "protocol": "https",
  460. "host": [
  461. "test",
  462. "remiton",
  463. "pro"
  464. ],
  465. "path": [
  466. "api",
  467. "v2",
  468. "payments",
  469. "account",
  470. "pre-create"
  471. ]
  472. }
  473. },
  474. "status": "OK",
  475. "code": 200,
  476. "_postman_previewlanguage": "json",
  477. "header": [
  478. {
  479. "key": "Transfer-Encoding",
  480. "value": "chunked"
  481. },
  482. {
  483. "key": "Content-Type",
  484. "value": "application/json; charset=utf-8"
  485. },
  486. {
  487. "key": "Server",
  488. "value": "Microsoft-IIS/10.0"
  489. },
  490. {
  491. "key": "X-Powered-By",
  492. "value": "ASP.NET"
  493. },
  494. {
  495. "key": "Date",
  496. "value": "Thu, 21 Dec 2023 09:54:02 GMT"
  497. }
  498. ],
  499. "cookie": [],
  500. "body": "{\n \"id\": \"5d1b7029-c817-4d4e-b1cd-9bd9a651e749\",\n \"expireDate\": \"2024-02-21T12:33:39+00\",\n \"fee\": 2.5\n}"
  501. }
  502. ]
  503. },
  504. {
  505. "name": "Execute Payment",
  506. "request": {
  507. "method": "POST",
  508. "header": [],
  509. "body": {
  510. "mode": "raw",
  511. "raw": "{\r\n \"id\": \"2b1b6893-c60f-46d9-a595-39c0a026eebe\"\r\n}",
  512. "options": {
  513. "raw": {
  514. "language": "json"
  515. }
  516. }
  517. },
  518. "url": {
  519. "raw": "{{baseUrl}}/v2/payments/execute",
  520. "host": [
  521. "{{baseUrl}}"
  522. ],
  523. "path": [
  524. "v2",
  525. "payments",
  526. "execute"
  527. ]
  528. },
  529. "description": "This request allows users to initiate a cash withdrawal transaction, enabling them to receive the funds in cash at a specified cash point."
  530. },
  531. "response": [
  532. {
  533. "name": "200 - OK",
  534. "originalRequest": {
  535. "method": "POST",
  536. "header": [],
  537. "body": {
  538. "mode": "raw",
  539. "raw": "{\r\n \"id\": \"5dcb7029-c817-4d4e-b1cd-9bd9a651e749\"\r\n}",
  540. "options": {
  541. "raw": {
  542. "language": "json"
  543. }
  544. }
  545. },
  546. "url": {
  547. "raw": "https://test.remiton.pro/api/v2/payments/cash",
  548. "protocol": "https",
  549. "host": [
  550. "test",
  551. "remiton",
  552. "pro"
  553. ],
  554. "path": [
  555. "api",
  556. "v2",
  557. "payments",
  558. "cash"
  559. ]
  560. }
  561. },
  562. "status": "OK",
  563. "code": 200,
  564. "_postman_previewlanguage": "json",
  565. "header": [
  566. {
  567. "key": "Transfer-Encoding",
  568. "value": "chunked"
  569. },
  570. {
  571. "key": "Content-Type",
  572. "value": "application/json; charset=utf-8"
  573. },
  574. {
  575. "key": "Server",
  576. "value": "Microsoft-IIS/10.0"
  577. },
  578. {
  579. "key": "X-Powered-By",
  580. "value": "ASP.NET"
  581. },
  582. {
  583. "key": "Date",
  584. "value": "Wed, 13 Dec 2023 08:57:07 GMT"
  585. }
  586. ],
  587. "cookie": [],
  588. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP240100012953\",\n \"fee\": 0.00,\n \"rate\": 335.4500\n}"
  589. }
  590. ]
  591. }
  592. ]
  593. },
  594. {
  595. "name": "Cash Payment",
  596. "request": {
  597. "method": "POST",
  598. "header": [],
  599. "body": {
  600. "mode": "raw",
  601. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"phone\": \"994556984869\",\r\n \"address\": \"London, black st 154\",\r\n \"birthDate\": \"1996-01-01\",\r\n \"zipCode\": \"1B 1BB\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"C034548754\",\r\n \"documentIssuedCountry\": \"USA\",\r\n \"documentIssuedDate\": \"2015-05-01\",\r\n \"documentEndDate\": \"2025-05-01\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Marcus\",\r\n \"lastName\": \"Lincoln\",\r\n \"phone\": \"994556904869\"\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"UBL\",\r\n \"amount\": 100,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  602. "options": {
  603. "raw": {
  604. "language": "json"
  605. }
  606. }
  607. },
  608. "url": {
  609. "raw": "{{baseUrl}}/v2/payments/cash",
  610. "host": [
  611. "{{baseUrl}}"
  612. ],
  613. "path": [
  614. "v2",
  615. "payments",
  616. "cash"
  617. ]
  618. },
  619. "description": "This request allows users to initiate a cash withdrawal transaction, enabling them to receive the funds in cash at a specified cash point."
  620. },
  621. "response": [
  622. {
  623. "name": "200 - OK",
  624. "originalRequest": {
  625. "method": "POST",
  626. "header": [],
  627. "body": {
  628. "mode": "raw",
  629. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"phone\": \"994556984869\",\r\n \"address\": \"London, black st 154\",\r\n \"birthDate\": \"1996-01-01\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"C034548754\",\r\n \"documentIssuedCountry\": \"USA\",\r\n \"documentIssuedDate\": \"2015-05-01\",\r\n \"documentEndDate\": \"2025-05-01\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Marcus\",\r\n \"lastName\": \"Lincoln\",\r\n \"phone\": \"994556904869\"\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"UBL\",\r\n \"amount\": 10,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  630. "options": {
  631. "raw": {
  632. "language": "json"
  633. }
  634. }
  635. },
  636. "url": {
  637. "raw": "https://test.remiton.pro/api/v2/payments/cash",
  638. "protocol": "https",
  639. "host": [
  640. "test",
  641. "remiton",
  642. "pro"
  643. ],
  644. "path": [
  645. "api",
  646. "v2",
  647. "payments",
  648. "cash"
  649. ]
  650. }
  651. },
  652. "status": "OK",
  653. "code": 200,
  654. "_postman_previewlanguage": "json",
  655. "header": [
  656. {
  657. "key": "Transfer-Encoding",
  658. "value": "chunked"
  659. },
  660. {
  661. "key": "Content-Type",
  662. "value": "application/json; charset=utf-8"
  663. },
  664. {
  665. "key": "Server",
  666. "value": "Microsoft-IIS/10.0"
  667. },
  668. {
  669. "key": "X-Powered-By",
  670. "value": "ASP.NET"
  671. },
  672. {
  673. "key": "Date",
  674. "value": "Wed, 13 Dec 2023 08:57:07 GMT"
  675. }
  676. ],
  677. "cookie": [],
  678. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP34702438149\",\n \"fee\": 2.00,\n \"rate\": 370.5600\n}"
  679. }
  680. ]
  681. },
  682. {
  683. "name": "Account Transfer",
  684. "request": {
  685. "method": "POST",
  686. "header": [],
  687. "body": {
  688. "mode": "raw",
  689. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"USMAN\",\r\n \"lastName\": \"MAHMOOD\",\r\n \"phone\": \"447944466646\",\r\n \"address\": \"LONDON E7 0AP\",\r\n \"birthDate\": \"1990-09-28\",\r\n \"zipCode\": \"1B 1BB\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"MAHMO909280U99XE65\",\r\n \"documentIssuedCountry\": \"GBR\",\r\n \"documentIssuedDate\": \"2023-05-17\",\r\n \"documentEndDate\": \"2033-05-16\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"MAQSOOD AHMAD\",\r\n \"lastName\": \"AHAD\",\r\n \"phone\": \"923218787698\",\r\n \"documentInfo\": {\r\n \"documentNumber\": \"5555555555\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PK24MEZN0002180105429465\",\r\n \"bankName\": \"MEEZAN BANK LIMITED\"\r\n }\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"MeezanBank\",\r\n \"amount\": 1,\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  690. "options": {
  691. "raw": {
  692. "language": "json"
  693. }
  694. }
  695. },
  696. "url": {
  697. "raw": "{{baseUrl}}/v2/payments/account",
  698. "host": [
  699. "{{baseUrl}}"
  700. ],
  701. "path": [
  702. "v2",
  703. "payments",
  704. "account"
  705. ]
  706. },
  707. "description": "This request allows users to initiate a bank transfer, enabling them to transfer funds directly to bank account."
  708. },
  709. "response": [
  710. {
  711. "name": "200 - OK",
  712. "originalRequest": {
  713. "method": "POST",
  714. "header": [],
  715. "body": {
  716. "mode": "raw",
  717. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"USMAN\",\r\n \"lastName\": \"MAHMOOD\",\r\n \"phone\": \"447944466646\",\r\n \"address\": \"LONDON E7 0AP\",\r\n \"birthDate\": \"1990-09-28\",\r\n \"documentInfo\": {\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"MAHMO909280U99XE65\",\r\n \"documentIssuedCountry\": \"GBR\",\r\n \"documentIssuedDate\": \"2023-05-17\",\r\n \"documentEndDate\": \"2033-05-16\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"MAQSOOD AHMAD\",\r\n \"lastName\": \"AHAD\",\r\n \"phone\": \"923218787698\",\r\n \"documentInfo\": {\r\n \"documentNumber\": \"5555555555\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PK24MEZN0002180105429465\",\r\n \"bankName\": \"MEEZAN BANK LIMITED\"\r\n }\r\n },\r\n \"country\": \"PAK\",\r\n \"agentName\": \"MeezanBank\",\r\n \"amount\": \"10\",\r\n \"currency\": \"PKR\",\r\n \"agentTransactionId\": \"[auto-generated]\",\r\n \"callbackUrl\": \"\"\r\n}",
  718. "options": {
  719. "raw": {
  720. "language": "json"
  721. }
  722. }
  723. },
  724. "url": {
  725. "raw": "https://test.remiton.pro/api/v2/payments/account",
  726. "protocol": "https",
  727. "host": [
  728. "test",
  729. "remiton",
  730. "pro"
  731. ],
  732. "path": [
  733. "api",
  734. "v2",
  735. "payments",
  736. "account"
  737. ]
  738. }
  739. },
  740. "status": "OK",
  741. "code": 200,
  742. "_postman_previewlanguage": "json",
  743. "header": [
  744. {
  745. "key": "Transfer-Encoding",
  746. "value": "chunked"
  747. },
  748. {
  749. "key": "Content-Type",
  750. "value": "application/json; charset=utf-8"
  751. },
  752. {
  753. "key": "Server",
  754. "value": "Microsoft-IIS/10.0"
  755. },
  756. {
  757. "key": "X-Powered-By",
  758. "value": "ASP.NET"
  759. },
  760. {
  761. "key": "Date",
  762. "value": "Thu, 21 Dec 2023 09:54:02 GMT"
  763. }
  764. ],
  765. "cookie": [],
  766. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP35509008931\",\n \"fee\": 0,\n \"rate\": 370\n}"
  767. }
  768. ]
  769. },
  770. {
  771. "name": "SEPA",
  772. "request": {
  773. "method": "POST",
  774. "header": [],
  775. "body": {
  776. "mode": "raw",
  777. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Lexa\",\r\n \"lastName\": \"Clarke\",\r\n \"address\": {\r\n \"country\": \"POL\",\r\n \"city\": \"Warsaw\",\r\n \"address\": \"Mr Ronan House 066\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PL24101014010013972231000000\"\r\n }\r\n },\r\n \"country\": \"POL\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  778. "options": {
  779. "raw": {
  780. "language": "json"
  781. }
  782. }
  783. },
  784. "url": {
  785. "raw": "{{baseUrl}}/v2/payments/sepa",
  786. "host": [
  787. "{{baseUrl}}"
  788. ],
  789. "path": [
  790. "v2",
  791. "payments",
  792. "sepa"
  793. ]
  794. },
  795. "description": "This request allows users to initiate a SEPA transfer, enabling them to transfer funds directly to bank account in EUR (The list of countries can be found in the Get Sepa Countries endpoint)."
  796. },
  797. "response": [
  798. {
  799. "name": "200 - OK",
  800. "originalRequest": {
  801. "method": "POST",
  802. "header": [],
  803. "body": {
  804. "mode": "raw",
  805. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Lexa\",\r\n \"lastName\": \"Clarke\",\r\n \"address\": {\r\n \"country\": \"GBR\",\r\n \"city\": \"London\",\r\n \"address\": \"Ivory House 206\"\r\n },\r\n \"accountInfo\": {\r\n \"accountNumber\": \"PL24101014010013972231000000\"\r\n }\r\n },\r\n \"country\": \"POL\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  806. "options": {
  807. "raw": {
  808. "language": "json"
  809. }
  810. }
  811. },
  812. "url": {
  813. "raw": "https://test.remiton.pro/api/v2/payments/sepa",
  814. "protocol": "https",
  815. "host": [
  816. "test",
  817. "remiton",
  818. "pro"
  819. ],
  820. "path": [
  821. "api",
  822. "v2",
  823. "payments",
  824. "sepa"
  825. ]
  826. }
  827. },
  828. "status": "OK",
  829. "code": 200,
  830. "_postman_previewlanguage": "json",
  831. "header": [
  832. {
  833. "key": "Transfer-Encoding",
  834. "value": "chunked"
  835. },
  836. {
  837. "key": "Content-Type",
  838. "value": "application/json; charset=utf-8"
  839. },
  840. {
  841. "key": "Server",
  842. "value": "Microsoft-IIS/10.0"
  843. },
  844. {
  845. "key": "X-Powered-By",
  846. "value": "ASP.NET"
  847. },
  848. {
  849. "key": "Date",
  850. "value": "Wed, 13 Dec 2023 08:58:45 GMT"
  851. }
  852. ],
  853. "cookie": [],
  854. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP34707744071\",\n \"fee\": 0\n}"
  855. }
  856. ]
  857. },
  858. {
  859. "name": "FPS",
  860. "request": {
  861. "method": "POST",
  862. "header": [],
  863. "body": {
  864. "mode": "raw",
  865. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Lexa\",\r\n \"lastName\": \"Clarke\",\r\n \"accountInfo\": {\r\n \"accountNumber\": \"00057085\",\r\n \"sortCode\": \"041356\"\r\n }\r\n },\r\n \"amount\": 1,\r\n \"currency\": \"GBP\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  866. "options": {
  867. "raw": {
  868. "language": "json"
  869. }
  870. }
  871. },
  872. "url": {
  873. "raw": "{{baseUrl}}/v2/payments/fps",
  874. "host": [
  875. "{{baseUrl}}"
  876. ],
  877. "path": [
  878. "v2",
  879. "payments",
  880. "fps"
  881. ]
  882. },
  883. "description": "This request allows users to initiate a Faster Payment transfers, enabling them to transfer funds directly to bank account in GBP (only for UK).EndFragment"
  884. },
  885. "response": [
  886. {
  887. "name": "200 - OK",
  888. "originalRequest": {
  889. "method": "POST",
  890. "header": [],
  891. "body": {
  892. "mode": "raw",
  893. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Lexa\",\r\n \"lastName\": \"Clarke\",\r\n \"accountInfo\": {\r\n \"accountNumber\": \"00057085\",\r\n \"sortCode\": \"041356\"\r\n }\r\n },\r\n \"amount\": 1,\r\n \"currency\": \"GBP\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  894. "options": {
  895. "raw": {
  896. "language": "json"
  897. }
  898. }
  899. },
  900. "url": {
  901. "raw": "https://test.remiton.pro/api/v2/payments/fps",
  902. "protocol": "https",
  903. "host": [
  904. "test",
  905. "remiton",
  906. "pro"
  907. ],
  908. "path": [
  909. "api",
  910. "v2",
  911. "payments",
  912. "fps"
  913. ]
  914. }
  915. },
  916. "status": "OK",
  917. "code": 200,
  918. "_postman_previewlanguage": "json",
  919. "header": [
  920. {
  921. "key": "Transfer-Encoding",
  922. "value": "chunked"
  923. },
  924. {
  925. "key": "Content-Type",
  926. "value": "application/json; charset=utf-8"
  927. },
  928. {
  929. "key": "Server",
  930. "value": "Microsoft-IIS/10.0"
  931. },
  932. {
  933. "key": "X-Powered-By",
  934. "value": "ASP.NET"
  935. },
  936. {
  937. "key": "Date",
  938. "value": "Wed, 13 Dec 2023 08:59:15 GMT"
  939. }
  940. ],
  941. "cookie": [],
  942. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP34707342141\",\n \"fee\": 0\n}"
  943. }
  944. ]
  945. },
  946. {
  947. "name": "Card Payout - B2C",
  948. "request": {
  949. "method": "POST",
  950. "header": [],
  951. "body": {
  952. "mode": "raw",
  953. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Clarke\",\r\n \"lastName\": \"Lexa\",\r\n \"accountInfo\": {\r\n \"pan\": \"5186150310000045\"\r\n }\r\n },\r\n \"paymentType\": \"B2C\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  954. "options": {
  955. "raw": {
  956. "language": "json"
  957. }
  958. }
  959. },
  960. "url": {
  961. "raw": "{{baseUrl}}/v2/payments/card",
  962. "host": [
  963. "{{baseUrl}}"
  964. ],
  965. "path": [
  966. "v2",
  967. "payments",
  968. "card"
  969. ]
  970. },
  971. "description": "This endpoint allows users to initiate transactions between business (corporate) and individual customers, allowing companies to send money directly to an individual's Visa or MasterCard.\n\nDistinct from P2P transfers, this B2C process simplifies transactions without requiring sender (company) details, facilitating a simple and efficient payment flow from business (corporate) to individuals."
  972. },
  973. "response": [
  974. {
  975. "name": "B2C - 200 OK",
  976. "originalRequest": {
  977. "method": "POST",
  978. "header": [],
  979. "body": {
  980. "mode": "raw",
  981. "raw": "{\r\n \"receiverClient\": {\r\n \"firstName\": \"Clarke\",\r\n \"lastName\": \"Lexa\",\r\n \"accountInfo\": {\r\n \"pan\": \"5186150310000045\"\r\n }\r\n },\r\n \"paymentType\": \"B2C\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  982. "options": {
  983. "raw": {
  984. "language": "json"
  985. }
  986. }
  987. },
  988. "url": {
  989. "raw": "https://test.remiton.pro/api/v2/payments/card",
  990. "protocol": "https",
  991. "host": [
  992. "test",
  993. "remiton",
  994. "pro"
  995. ],
  996. "path": [
  997. "api",
  998. "v2",
  999. "payments",
  1000. "card"
  1001. ]
  1002. }
  1003. },
  1004. "status": "OK",
  1005. "code": 200,
  1006. "_postman_previewlanguage": "json",
  1007. "header": [
  1008. {
  1009. "key": "Transfer-Encoding",
  1010. "value": "chunked"
  1011. },
  1012. {
  1013. "key": "Content-Type",
  1014. "value": "application/json; charset=utf-8"
  1015. },
  1016. {
  1017. "key": "Server",
  1018. "value": "Microsoft-IIS/10.0"
  1019. },
  1020. {
  1021. "key": "X-Powered-By",
  1022. "value": "ASP.NET"
  1023. },
  1024. {
  1025. "key": "Date",
  1026. "value": "Wed, 13 Dec 2023 08:59:28 GMT"
  1027. }
  1028. ],
  1029. "cookie": [],
  1030. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP34705302495\",\n \"fee\": 0\n}"
  1031. }
  1032. ]
  1033. },
  1034. {
  1035. "name": "Card Payout - P2P",
  1036. "request": {
  1037. "method": "POST",
  1038. "header": [],
  1039. "body": {
  1040. "mode": "raw",
  1041. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"address\": {\r\n \"country\": \"GBR\",\r\n \"city\": \"London\",\r\n \"address\": \"Ivory House 066\",\r\n \"zipCode\": \"SW11 3F\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Clarke\",\r\n \"lastName\": \"Lexa\",\r\n \"accountInfo\": {\r\n \"pan\": \"5186150310000045\"\r\n }\r\n },\r\n \"paymentType\": \"P2P\",\r\n \"amount\": 5,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"{{uuid}}\",\r\n \"callbackUrl\": \"{{callbackUrl}}\"\r\n}",
  1042. "options": {
  1043. "raw": {
  1044. "language": "json"
  1045. }
  1046. }
  1047. },
  1048. "url": {
  1049. "raw": "{{baseUrl}}/v2/payments/card",
  1050. "host": [
  1051. "{{baseUrl}}"
  1052. ],
  1053. "path": [
  1054. "v2",
  1055. "payments",
  1056. "card"
  1057. ]
  1058. },
  1059. "description": "This endpoint allows users to initiate person-to-person (P2P) Card Payout transfers, allowing individuals to send money directly to each other's Visa or MasterCard.\n\nWhen sending to Visa cards, it's crucial to include a \"zipCode\" with exactly 5 characters. Although the \"zipCode\" is also required for MasterCard transfers, the 5-character restriction applies only to Visa."
  1060. },
  1061. "response": [
  1062. {
  1063. "name": "P2P - 200 OK",
  1064. "originalRequest": {
  1065. "method": "POST",
  1066. "header": [],
  1067. "body": {
  1068. "mode": "raw",
  1069. "raw": "{\r\n \"senderClient\": {\r\n \"firstName\": \"Claudius\",\r\n \"lastName\": \"Ronan\",\r\n \"address\": {\r\n \"country\": \"GBR\",\r\n \"city\": \"London\",\r\n \"address\": \"Ivory House 206\",\r\n \"zipCode\": \"SW11 3F\"\r\n }\r\n },\r\n \"receiverClient\": {\r\n \"firstName\": \"Clarke\",\r\n \"lastName\": \"Lexa\",\r\n \"accountInfo\": {\r\n \"pan\": \"5186150310000045\"\r\n }\r\n },\r\n \"paymentType\": \"P2P\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"agentTransactionId\": \"TRN100000000\",\r\n \"callbackUrl\": \"https://your-domain.com/api/v1/webhook/receive\"\r\n}",
  1070. "options": {
  1071. "raw": {
  1072. "language": "json"
  1073. }
  1074. }
  1075. },
  1076. "url": {
  1077. "raw": "https://test.remiton.pro/api/v2/payments/card",
  1078. "protocol": "https",
  1079. "host": [
  1080. "test",
  1081. "remiton",
  1082. "pro"
  1083. ],
  1084. "path": [
  1085. "api",
  1086. "v2",
  1087. "payments",
  1088. "card"
  1089. ]
  1090. }
  1091. },
  1092. "status": "OK",
  1093. "code": 200,
  1094. "_postman_previewlanguage": "json",
  1095. "header": [
  1096. {
  1097. "key": "Transfer-Encoding",
  1098. "value": "chunked"
  1099. },
  1100. {
  1101. "key": "Content-Type",
  1102. "value": "application/json; charset=utf-8"
  1103. },
  1104. {
  1105. "key": "Server",
  1106. "value": "Microsoft-IIS/10.0"
  1107. },
  1108. {
  1109. "key": "X-Powered-By",
  1110. "value": "ASP.NET"
  1111. },
  1112. {
  1113. "key": "Date",
  1114. "value": "Wed, 13 Dec 2023 08:59:28 GMT"
  1115. }
  1116. ],
  1117. "cookie": [],
  1118. "body": "{\n \"status\": \"UNDER_PROCESS\",\n \"statusDescription\": \"Transaction under processing\",\n \"rrn\": \"GP34715802495\",\n \"fee\": 0\n}"
  1119. }
  1120. ]
  1121. }
  1122. ],
  1123. "description": "Mandatory Fields table for different remittance types.\n\nSpecial Mandatory fields for individual banks can be viewed at the \"Get Mandatories\" endpoint\n\n| Field name | Validation | **Reqired for Transaction** |\n| --- | --- | --- |\n| firstName | Validation Rules: Letters, length: 1-50 <br> <br>Example Values: \"Ali\", \"Jack\" | All Remittance Types |\n| lastName | Validation Rules: Letters, length: 1-50 <br> <br>Example Values: \"Quliyev\", \"Smith\" | All Remittance Types |\n| phone | Validation Rules: Numbers, length: 1-50 <br> <br>Example Values: \"44123456789\", \"994123456789\" | Cash, Account |\n| address | Validation Rules: Letters, numbers, length: 1-200 <br> <br>Example Values: \"Salisbury House, 29 Finsbury Circus\", \"Suite 500 - 439 University Avenue\" | Cash, Account, SEPA, Card Payout |\n| birthDate | Validation Rules: Numbers, length: 10 <br> <br>Example Values: \"1997-05-25\", \"1965-01-27\" | Cash, Account |\n| country | Validation Rules: Letters (ISO Format), length: 3 <br> <br>Example Values: \"PAK\", \"POL\" | Cash, Account, SEPA |\n| agentName | Validation Rules: Letters, numbers, length: 1-50 <br> <br>Example Values: \"UBL\", \"MeezanBank\" | Cash, Account |\n| amount | Validation Rules: Numbers, length: 1-100000 <br> <br>Example Values: \"15000\", \"15.58\" | All Remittance Types |\n| currency | Validation Rules: Letters (ISO Format), length: 3 <br> <br>Example Values: \"EUR\", \"USD\" | All Remittance Types |\n| agentTransactionId | Validation Rules: Letters, numbers, length: 1-50 <br> <br>Example Values: \"123Z45X78C\", \"1234567890\" | All Remittance Types |\n| documentType | ENUM => PASSPORT, NATIONAL_ID, DRIVING_LICENSE | Cash and account, when sending more than 1000 GBP |\n| documentNumber | Validation Rules: Letters, numbers, length: 1-50 <br> <br>Example Values: \"123456789, \"ABC123456789\" | Cash and account, when sending more than 1000 GBP |\n| documentIssuedCountry | Validation Rules: Letters, length: 1-50 <br> <br>Example Values: \"United Kingdom, \"Azerbaijan\" | Cash and account, when sending more than 1000 GBP |\n| documentIssuedDate | Validation Rules: Numbers, length: 10 <br> <br>Example Values: \"2020-05-28\", \"2017-10-24\" | Cash and account, when sending more than 1000 GBP |\n| documentEndDate | Validation Rules: Numbers, length: 10 <br> <br>Example Values: \"2030-01-27\", \"2027-11-25\" | Cash and account, when sending more than 1000 GBP |\n| accountNumber | Validation Rules: Letters, numbers, length: 1-50 (8 for SEPA Transfers) <br> <br>Example Values: \"GB456789123AB47\", \"12345678\" | Account, SEPA, FPS |\n| bankName | Validation Rules: Letters, numbers, length: 1-50 <br> <br>Example Values: \"Guavapay LTD\", \"Meezan Bank Limited\" | Account |\n| city | Validation Rules: Letters, length: 1-50 <br> <br>Example Values: \"London\", \"Paris\" | SEPA |\n| sortCode | Validation Rules: Numbers, length: 6 <br> <br>Example Values: \"123456\", \"147369\" | FPS |\n| pan | Validation Rules: Numbers, length: 16 or 19 <br> <br>Example Values: \"1234567890123456\", \"1234567890123456789\" | Card Payout |"
  1124. },
  1125. {
  1126. "name": "Pay Money",
  1127. "item": [
  1128. {
  1129. "name": "Get by ReferenceCode",
  1130. "request": {
  1131. "method": "GET",
  1132. "header": [],
  1133. "url": {
  1134. "raw": "{{baseUrl}}/v2/transactions/code/{{referenceCode}}",
  1135. "host": [
  1136. "{{baseUrl}}"
  1137. ],
  1138. "path": [
  1139. "v2",
  1140. "transactions",
  1141. "code",
  1142. "{{referenceCode}}"
  1143. ]
  1144. },
  1145. "description": "Using this endpoint, you can get information about the transaction so that you can later pay money to the receiver\n\nIf you want to pay the receiver use the endpoint \"Pay\""
  1146. },
  1147. "response": []
  1148. },
  1149. {
  1150. "name": "Pay",
  1151. "request": {
  1152. "method": "POST",
  1153. "header": [],
  1154. "body": {
  1155. "mode": "raw",
  1156. "raw": "{\r\n \"documentType\": \"PASSPORT\",\r\n \"documentNumber\": \"AA4547845\",\r\n \"address\": \"Mr Ronan street 54/57\"\r\n}",
  1157. "options": {
  1158. "raw": {
  1159. "language": "json"
  1160. }
  1161. }
  1162. },
  1163. "url": {
  1164. "raw": "{{baseUrl}}/v2/transactions/code/{{referenceCode}}/pay",
  1165. "host": [
  1166. "{{baseUrl}}"
  1167. ],
  1168. "path": [
  1169. "v2",
  1170. "transactions",
  1171. "code",
  1172. "{{referenceCode}}",
  1173. "pay"
  1174. ]
  1175. },
  1176. "description": "Using this endpoint you can pay money to the receivers, for this purpose after receiving the transaction data from the 1st endpoint (\"Get by ReferenceCode\"), you have to provide the receiver data such as \"documentType\", \"documentNumber\" and \"address\" in the body of this endpoint."
  1177. },
  1178. "response": []
  1179. }
  1180. ]
  1181. },
  1182. {
  1183. "name": "Get Transactions",
  1184. "request": {
  1185. "method": "GET",
  1186. "header": [],
  1187. "url": {
  1188. "raw": "{{baseUrl}}/v2/transactions?pageSize=10&pageIndex=0&dateFrom=2023-12-01&dateTo=2024-05-01&sortField=amount&sortType=asc&remittanceType=ACCOUNT&rrn=GP22803144408&referenceCode=GP22803144408&country=PAK&currency=PKR&provider=UBL&status=PAID",
  1189. "host": [
  1190. "{{baseUrl}}"
  1191. ],
  1192. "path": [
  1193. "v2",
  1194. "transactions"
  1195. ],
  1196. "query": [
  1197. {
  1198. "key": "pageSize",
  1199. "value": "10"
  1200. },
  1201. {
  1202. "key": "pageIndex",
  1203. "value": "0"
  1204. },
  1205. {
  1206. "key": "dateFrom",
  1207. "value": "2023-12-01"
  1208. },
  1209. {
  1210. "key": "dateTo",
  1211. "value": "2024-05-01"
  1212. },
  1213. {
  1214. "key": "sortField",
  1215. "value": "amount"
  1216. },
  1217. {
  1218. "key": "sortType",
  1219. "value": "asc"
  1220. },
  1221. {
  1222. "key": "remittanceType",
  1223. "value": "ACCOUNT"
  1224. },
  1225. {
  1226. "key": "rrn",
  1227. "value": "GP22803144408"
  1228. },
  1229. {
  1230. "key": "referenceCode",
  1231. "value": "GP22803144408"
  1232. },
  1233. {
  1234. "key": "country",
  1235. "value": "PAK"
  1236. },
  1237. {
  1238. "key": "currency",
  1239. "value": "PKR"
  1240. },
  1241. {
  1242. "key": "provider",
  1243. "value": "UBL"
  1244. },
  1245. {
  1246. "key": "status",
  1247. "value": "PAID"
  1248. }
  1249. ]
  1250. },
  1251. "description": "This request allows users to retrieve a list of completed transactions as well as search for them by entering one or more of the field belowEndFragment"
  1252. },
  1253. "response": [
  1254. {
  1255. "name": "200 - OK",
  1256. "originalRequest": {
  1257. "method": "GET",
  1258. "header": [],
  1259. "url": {
  1260. "raw": "https://test.remiton.pro/api/v2/transactions?pageSize=10&pageIndex=0&dateFrom=2023-12-13&dateTo=2024-05-01&remittanceType=ACCOUNT&country=PAK",
  1261. "protocol": "https",
  1262. "host": [
  1263. "test",
  1264. "remiton",
  1265. "pro"
  1266. ],
  1267. "path": [
  1268. "api",
  1269. "v2",
  1270. "transactions"
  1271. ],
  1272. "query": [
  1273. {
  1274. "key": "pageSize",
  1275. "value": "10"
  1276. },
  1277. {
  1278. "key": "pageIndex",
  1279. "value": "0"
  1280. },
  1281. {
  1282. "key": "dateFrom",
  1283. "value": "2023-12-13"
  1284. },
  1285. {
  1286. "key": "dateTo",
  1287. "value": "2024-05-01"
  1288. },
  1289. {
  1290. "key": "sortField",
  1291. "value": "amount",
  1292. "disabled": true
  1293. },
  1294. {
  1295. "key": "sortType",
  1296. "value": "",
  1297. "disabled": true
  1298. },
  1299. {
  1300. "key": "remittanceType",
  1301. "value": "ACCOUNT"
  1302. },
  1303. {
  1304. "key": "rrn",
  1305. "value": "GP22803144408",
  1306. "disabled": true
  1307. },
  1308. {
  1309. "key": "referenceCode",
  1310. "value": "GP22803144408",
  1311. "disabled": true
  1312. },
  1313. {
  1314. "key": "country",
  1315. "value": "PAK"
  1316. },
  1317. {
  1318. "key": "currency",
  1319. "value": "PKR",
  1320. "disabled": true
  1321. },
  1322. {
  1323. "key": "provider",
  1324. "value": "UBL",
  1325. "disabled": true
  1326. },
  1327. {
  1328. "key": "status",
  1329. "value": "PAID",
  1330. "disabled": true
  1331. }
  1332. ]
  1333. }
  1334. },
  1335. "status": "OK",
  1336. "code": 200,
  1337. "_postman_previewlanguage": "json",
  1338. "header": [
  1339. {
  1340. "key": "Transfer-Encoding",
  1341. "value": "chunked"
  1342. },
  1343. {
  1344. "key": "Content-Type",
  1345. "value": "application/json; charset=utf-8"
  1346. },
  1347. {
  1348. "key": "Server",
  1349. "value": "Microsoft-IIS/10.0"
  1350. },
  1351. {
  1352. "key": "X-Powered-By",
  1353. "value": "ASP.NET"
  1354. },
  1355. {
  1356. "key": "Date",
  1357. "value": "Wed, 13 Dec 2023 09:00:52 GMT"
  1358. }
  1359. ],
  1360. "cookie": [],
  1361. "body": "{\n \"list\": [\n {\n \"senderClient\": \"USMAN MAHMOOD\",\n \"receiverClient\": \"MAQSOOD AHMAD AHAD\",\n \"remittanceType\": \"ACCOUNT\",\n \"rrn\": \"GP3470753582\",\n \"referenceCode\": \"GP3470753582\",\n \"transactionDate\": \"2023-12-13T08:57:48+00\",\n \"status\": \"IN_PROGRESS\",\n \"statusDescription\": \"Request in progress\",\n \"country\": \"PAK\",\n \"provider\": \"MeezanBank\",\n \"bank\": \"\",\n \"billingAmount\": 0.03,\n \"billingCurrency\": \"GBP\",\n \"amount\": 10,\n \"currency\": \"PKR\",\n \"rate\": 370,\n \"fee\": 0,\n \"agentProfit\": 0\n },\n {\n \"senderClient\": \"USMAN MAHMOOD\",\n \"receiverClient\": \"MAQSOOD AHMAD AHAD\",\n \"remittanceType\": \"ACCOUNT\",\n \"rrn\": \"GP34705069078\",\n \"referenceCode\": \"GP34705069078\",\n \"transactionDate\": \"2023-12-13T08:57:30+00\",\n \"status\": \"IN_PROGRESS\",\n \"statusDescription\": \"Request in progress\",\n \"country\": \"PAK\",\n \"provider\": \"MeezanBank\",\n \"bank\": \"\",\n \"billingAmount\": 0.03,\n \"billingCurrency\": \"GBP\",\n \"amount\": 10,\n \"currency\": \"PKR\",\n \"rate\": 370,\n \"fee\": 0,\n \"agentProfit\": 0\n }\n ],\n \"totalCount\": 2\n}"
  1362. }
  1363. ]
  1364. },
  1365. {
  1366. "name": "Check Status",
  1367. "request": {
  1368. "method": "GET",
  1369. "header": [],
  1370. "url": {
  1371. "raw": "{{baseUrl}}/v2/transactions/GP34702438149/status",
  1372. "host": [
  1373. "{{baseUrl}}"
  1374. ],
  1375. "path": [
  1376. "v2",
  1377. "transactions",
  1378. "GP34702438149",
  1379. "status"
  1380. ]
  1381. },
  1382. "description": "This request allows users to retrieve transaction details and check the status of a transaction by providing the RRN) associated with the transaction."
  1383. },
  1384. "response": [
  1385. {
  1386. "name": "200 - OK",
  1387. "originalRequest": {
  1388. "method": "GET",
  1389. "header": [],
  1390. "url": {
  1391. "raw": "https://test.remiton.pro/api/v2/transactions/GP3450952506/status",
  1392. "protocol": "https",
  1393. "host": [
  1394. "test",
  1395. "remiton",
  1396. "pro"
  1397. ],
  1398. "path": [
  1399. "api",
  1400. "v2",
  1401. "transactions",
  1402. "GP3450952506",
  1403. "status"
  1404. ]
  1405. }
  1406. },
  1407. "status": "OK",
  1408. "code": 200,
  1409. "_postman_previewlanguage": "json",
  1410. "header": [
  1411. {
  1412. "key": "Transfer-Encoding",
  1413. "value": "chunked"
  1414. },
  1415. {
  1416. "key": "Content-Type",
  1417. "value": "application/json; charset=utf-8"
  1418. },
  1419. {
  1420. "key": "Server",
  1421. "value": "Microsoft-IIS/10.0"
  1422. },
  1423. {
  1424. "key": "X-Powered-By",
  1425. "value": "ASP.NET"
  1426. },
  1427. {
  1428. "key": "Date",
  1429. "value": "Wed, 13 Dec 2023 09:02:00 GMT"
  1430. }
  1431. ],
  1432. "cookie": [],
  1433. "body": "{\n \"referenceCode\": \"GP3450952506\",\n \"status\": \"PAID\",\n \"statusDescription\": \"Successfully completed\"\n}"
  1434. },
  1435. {
  1436. "name": "404 - NOT FOUND",
  1437. "originalRequest": {
  1438. "method": "GET",
  1439. "header": [],
  1440. "url": {
  1441. "raw": "{{baseUrl}}/v2/transactions/GP10000000001/status",
  1442. "host": [
  1443. "{{baseUrl}}"
  1444. ],
  1445. "path": [
  1446. "v2",
  1447. "transactions",
  1448. "GP10000000001",
  1449. "status"
  1450. ]
  1451. }
  1452. },
  1453. "status": "Not Found",
  1454. "code": 404,
  1455. "_postman_previewlanguage": "json",
  1456. "header": [
  1457. {
  1458. "key": "Content-Type",
  1459. "value": "application/json",
  1460. "name": "Content-Type",
  1461. "description": "",
  1462. "type": "text"
  1463. }
  1464. ],
  1465. "cookie": [],
  1466. "body": "{\n \"code\": \"data.not.found\",\n \"message\": \"Data not found\"\n}"
  1467. }
  1468. ]
  1469. },
  1470. {
  1471. "name": "Get Transaction",
  1472. "request": {
  1473. "method": "GET",
  1474. "header": [],
  1475. "url": {
  1476. "raw": "{{baseUrl}}/v2/transactions/{{RRN}}",
  1477. "host": [
  1478. "{{baseUrl}}"
  1479. ],
  1480. "path": [
  1481. "v2",
  1482. "transactions",
  1483. "{{RRN}}"
  1484. ]
  1485. },
  1486. "description": "This request allows users to retrieve transaction details by providing the RRN associated with transaction."
  1487. },
  1488. "response": [
  1489. {
  1490. "name": "200 - OK",
  1491. "originalRequest": {
  1492. "method": "GET",
  1493. "header": [],
  1494. "url": {
  1495. "raw": "https://test.remiton.pro/api/v2/transactions/GP3450952506",
  1496. "protocol": "https",
  1497. "host": [
  1498. "test",
  1499. "remiton",
  1500. "pro"
  1501. ],
  1502. "path": [
  1503. "api",
  1504. "v2",
  1505. "transactions",
  1506. "GP3450952506"
  1507. ]
  1508. }
  1509. },
  1510. "status": "OK",
  1511. "code": 200,
  1512. "_postman_previewlanguage": "json",
  1513. "header": [
  1514. {
  1515. "key": "Transfer-Encoding",
  1516. "value": "chunked"
  1517. },
  1518. {
  1519. "key": "Content-Type",
  1520. "value": "application/json; charset=utf-8"
  1521. },
  1522. {
  1523. "key": "Server",
  1524. "value": "Microsoft-IIS/10.0"
  1525. },
  1526. {
  1527. "key": "X-Powered-By",
  1528. "value": "ASP.NET"
  1529. },
  1530. {
  1531. "key": "Date",
  1532. "value": "Wed, 13 Dec 2023 09:02:52 GMT"
  1533. }
  1534. ],
  1535. "cookie": [],
  1536. "body": "{\n \"receiverClient\": {\n \"firstName\": \"a\",\n \"middleName\": \"\",\n \"lastName\": \"a\",\n \"motherName\": \"\",\n \"birthDate\": null,\n \"phone\": \"+3559787984\",\n \"address\": \"\",\n \"addressCountry\": \"\",\n \"occupation\": \"\",\n \"patornymic\": \"\",\n \"documentInfo\": {\n \"documentSeries\": \"121\",\n \"documentNumber\": \"2121\",\n \"documentType\": null,\n \"documentIssuedCity\": \"12121\",\n \"documentIssuedCountry\": \"Albanie\",\n \"documentIssuedDate\": \"2021-04-07T00:00:00+01\",\n \"documentEndDate\": \"2021-04-21T00:00:00+01\"\n },\n \"receiverRequisite\": {\n \"accountNumber\": \"\"\n }\n },\n \"senderClient\": {\n \"name\": \"Tagi\",\n \"middleName\": \"\",\n \"lastName\": \"Asad\",\n \"motherName\": \"\",\n \"birthDate\": \"1993-11-11T00:00:00+00\",\n \"phone\": \"+93434324\",\n \"address\": \"dqdwd\",\n \"addressCountry\": \"\",\n \"currency\": \"GBP\",\n \"occupation\": \"\",\n \"patornymic\": \"\",\n \"documentInfo\": {\n \"documentSeries\": \"AZE\",\n \"documentNumber\": \"13000000000\",\n \"documentType\": \"NATIONAL_ID\",\n \"documentIssuedCity\": \"AZER\",\n \"documentIssuedCountry\": \"Turkey\",\n \"documentIssuedDate\": \"2021-01-21T03:00:00+00\",\n \"documentEndDate\": \"2029-10-10T01:00:00+01\",\n \"files\": [\n {\n \"DocumentId\": 1275,\n \"DocumentType\": \"FRONT_SIDE\"\n },\n {\n \"DocumentId\": 1276,\n \"DocumentType\": \"BACK_SIDE\"\n }\n ]\n }\n },\n \"remittanceType\": \"CASH\",\n \"rrn\": \"GP3450952506\",\n \"referenceCode\": \"GP3450952506\",\n \"country\": \"PAK\",\n \"status\": \"PAID\",\n \"statusDescription\": \"Successfully completed\",\n \"transactionDate\": \"2023-12-11T13:22:08+00\",\n \"accountNumber\": \"\",\n \"pan\": \"\",\n \"integrationType\": \"\",\n \"purpose\": \"\",\n \"provider\": \"TestProductionAgent\",\n \"bank\": \"\",\n \"billingAmount\": 1,\n \"billingCurrency\": \"GBP\",\n \"amount\": 350,\n \"currency\": \"PKR\",\n \"rate\": 350,\n \"fee\": 2,\n \"agentProfit\": 3\n}"
  1537. },
  1538. {
  1539. "name": "404 - NOT FOUND",
  1540. "originalRequest": {
  1541. "method": "GET",
  1542. "header": [],
  1543. "url": {
  1544. "raw": "{{baseUrl}}/v2/transactions/GP10000001",
  1545. "host": [
  1546. "{{baseUrl}}"
  1547. ],
  1548. "path": [
  1549. "v2",
  1550. "transactions",
  1551. "GP10000001"
  1552. ]
  1553. }
  1554. },
  1555. "status": "Not Found",
  1556. "code": 404,
  1557. "_postman_previewlanguage": "json",
  1558. "header": [
  1559. {
  1560. "key": "Content-Type",
  1561. "value": "application/json",
  1562. "name": "Content-Type",
  1563. "description": "",
  1564. "type": "text"
  1565. }
  1566. ],
  1567. "cookie": [],
  1568. "body": "{\n \"code\": \"data.not.found\",\n \"message\": \"Data not found\"\n}"
  1569. }
  1570. ]
  1571. },
  1572. {
  1573. "name": "Get Transaction By Agent Transaction Id",
  1574. "request": {
  1575. "method": "GET",
  1576. "header": [],
  1577. "url": {
  1578. "raw": "{{baseUrl}}/v2/transactions/agentTransactionId/{{agentTransactionId}}",
  1579. "host": [
  1580. "{{baseUrl}}"
  1581. ],
  1582. "path": [
  1583. "v2",
  1584. "transactions",
  1585. "agentTransactionId",
  1586. "{{agentTransactionId}}"
  1587. ]
  1588. },
  1589. "description": "This request allows users to retrieve transaction details by providing the Agent Transaction ID associated with transaction."
  1590. },
  1591. "response": [
  1592. {
  1593. "name": "200 - OK",
  1594. "originalRequest": {
  1595. "method": "GET",
  1596. "header": [],
  1597. "url": {
  1598. "raw": "https://test.remiton.pro/api/v2/transactions/agentTransactionId/78945631258",
  1599. "protocol": "https",
  1600. "host": [
  1601. "test",
  1602. "remiton",
  1603. "pro"
  1604. ],
  1605. "path": [
  1606. "api",
  1607. "v2",
  1608. "transactions",
  1609. "agentTransactionId",
  1610. "78945631258"
  1611. ]
  1612. }
  1613. },
  1614. "status": "OK",
  1615. "code": 200,
  1616. "_postman_previewlanguage": "json",
  1617. "header": [
  1618. {
  1619. "key": "Transfer-Encoding",
  1620. "value": "chunked"
  1621. },
  1622. {
  1623. "key": "Content-Type",
  1624. "value": "application/json; charset=utf-8"
  1625. },
  1626. {
  1627. "key": "Server",
  1628. "value": "Microsoft-IIS/10.0"
  1629. },
  1630. {
  1631. "key": "X-Powered-By",
  1632. "value": "ASP.NET"
  1633. },
  1634. {
  1635. "key": "Date",
  1636. "value": "Wed, 13 Dec 2023 09:04:36 GMT"
  1637. }
  1638. ],
  1639. "cookie": [],
  1640. "body": "{\n \"receiverClient\": {\n \"firstName\": \"Marcus\",\n \"middleName\": \"\",\n \"lastName\": \"Lincoln\",\n \"motherName\": \"\",\n \"birthDate\": null,\n \"phone\": \"994556904869\",\n \"address\": \"\",\n \"addressCountry\": \"\",\n \"occupation\": \"\",\n \"patornymic\": \"\",\n \"documentInfo\": {\n \"documentSeries\": \"\",\n \"documentNumber\": \"\",\n \"documentType\": null,\n \"documentIssuedCity\": \"\",\n \"documentIssuedCountry\": \"\",\n \"documentIssuedDate\": null,\n \"documentEndDate\": null\n },\n \"receiverRequisite\": {\n \"accountNumber\": \"\"\n }\n },\n \"senderClient\": {\n \"name\": \"Claudius\",\n \"middleName\": \"\",\n \"lastName\": \"Ronan\",\n \"motherName\": \"\",\n \"birthDate\": \"1996-01-01T00:00:00+00\",\n \"phone\": \"994556984869\",\n \"address\": \"London, black st 154\",\n \"addressCountry\": \"\",\n \"currency\": \"GBP\",\n \"occupation\": \"\",\n \"patornymic\": \"\",\n \"documentInfo\": {\n \"documentSeries\": \"\",\n \"documentNumber\": \"C034548754\",\n \"documentType\": null,\n \"documentIssuedCity\": \"\",\n \"documentIssuedCountry\": \"USA\",\n \"documentIssuedDate\": \"2015-05-01T00:00:00+01\",\n \"documentEndDate\": \"2025-05-01T00:00:00+01\",\n \"files\": []\n }\n },\n \"remittanceType\": \"CASH\",\n \"rrn\": \"GP34704725552\",\n \"referenceCode\": \"GP34704725552\",\n \"country\": \"PAK\",\n \"status\": \"IN_PROGRESS\",\n \"statusDescripton\": \"Request in progress\",\n \"transactionDate\": \"2023-12-13T09:04:27+00\",\n \"accountNumber\": \"\",\n \"pan\": \"\",\n \"integrationType\": \"\",\n \"purpose\": \"\",\n \"provider\": \"UBL\",\n \"bank\": \"\",\n \"billingAmount\": 0.03,\n \"billingCurrency\": \"GBP\",\n \"amount\": 10,\n \"currency\": \"PKR\",\n \"rate\": 370.56,\n \"fee\": 0,\n \"agentProfit\": 0\n}"
  1641. },
  1642. {
  1643. "name": "404 - NOT FOUND",
  1644. "originalRequest": {
  1645. "method": "GET",
  1646. "header": [],
  1647. "url": {
  1648. "raw": "{{baseUrl}}/v2/transactions/agentTransactionId/TRN100000000001",
  1649. "host": [
  1650. "{{baseUrl}}"
  1651. ],
  1652. "path": [
  1653. "v2",
  1654. "transactions",
  1655. "agentTransactionId",
  1656. "TRN100000000001"
  1657. ]
  1658. }
  1659. },
  1660. "status": "Not Found",
  1661. "code": 404,
  1662. "_postman_previewlanguage": "json",
  1663. "header": [
  1664. {
  1665. "key": "Content-Type",
  1666. "value": "application/json",
  1667. "name": "Content-Type",
  1668. "description": "",
  1669. "type": "text"
  1670. }
  1671. ],
  1672. "cookie": [],
  1673. "body": "{\n \"code\": \"data.not.found\",\n \"message\": \"Data not found\"\n}"
  1674. }
  1675. ]
  1676. },
  1677. {
  1678. "name": "Get Document",
  1679. "request": {
  1680. "method": "GET",
  1681. "header": [],
  1682. "url": {
  1683. "raw": "{{baseUrl}}/v2/transactions/documents/{{documentId}}",
  1684. "host": [
  1685. "{{baseUrl}}"
  1686. ],
  1687. "path": [
  1688. "v2",
  1689. "transactions",
  1690. "documents",
  1691. "{{documentId}}"
  1692. ]
  1693. },
  1694. "description": "This request allows users to retrieve client document details, including the side of the document and the file containing the document photo, by providing the \nDocument ID associated with the document."
  1695. },
  1696. "response": []
  1697. },
  1698. {
  1699. "name": "Upload Document",
  1700. "request": {
  1701. "method": "POST",
  1702. "header": [],
  1703. "body": {
  1704. "mode": "formdata",
  1705. "formdata": [
  1706. {
  1707. "key": "Files[0].DocumentType",
  1708. "value": "PASSPORT",
  1709. "type": "text"
  1710. },
  1711. {
  1712. "key": "Files[0].File",
  1713. "type": "file",
  1714. "src": "/C:/Users/TAGI/Desktop/fake-pass-back.jpg"
  1715. }
  1716. ]
  1717. },
  1718. "url": {
  1719. "raw": "{{baseUrl}}/v2/transactions/{{RRN}}/upload",
  1720. "host": [
  1721. "{{baseUrl}}"
  1722. ],
  1723. "path": [
  1724. "v2",
  1725. "transactions",
  1726. "{{RRN}}",
  1727. "upload"
  1728. ]
  1729. },
  1730. "description": "In this request you must upload the document and the RRN number in order to attach the document to the RRN number of the transaction you made"
  1731. },
  1732. "response": []
  1733. },
  1734. {
  1735. "name": "Amend",
  1736. "request": {
  1737. "method": "POST",
  1738. "header": [],
  1739. "body": {
  1740. "mode": "raw",
  1741. "raw": "{\r\n \"name\": \"Claudius\",\r\n \"middleName\": \"Federico\",\r\n \"lastName\": \"Ronan\",\r\n \"phoneNumber\": \"+9945555555\"\r\n}",
  1742. "options": {
  1743. "raw": {
  1744. "language": "json"
  1745. }
  1746. }
  1747. },
  1748. "url": {
  1749. "raw": "{{baseUrl}}/v2/transactions/{{RRN}}/amend",
  1750. "host": [
  1751. "{{baseUrl}}"
  1752. ],
  1753. "path": [
  1754. "v2",
  1755. "transactions",
  1756. "{{RRN}}",
  1757. "amend"
  1758. ]
  1759. },
  1760. "description": "This endpoint allows for modifying the recipient's details of a transaction.\n\nBy entering the transaction's RRN in the endpoint, you can update the recipient's first name, middle name, last name, and phone number."
  1761. },
  1762. "response": []
  1763. },
  1764. {
  1765. "name": "Cancel",
  1766. "request": {
  1767. "method": "POST",
  1768. "header": [],
  1769. "body": {
  1770. "mode": "raw",
  1771. "raw": "{\r\n \"content\": \"Canceled by customer request\"\r\n}",
  1772. "options": {
  1773. "raw": {
  1774. "language": "json"
  1775. }
  1776. }
  1777. },
  1778. "url": {
  1779. "raw": "{{baseUrl}}/v2/transactions/{{RRN}}/cancel",
  1780. "host": [
  1781. "{{baseUrl}}"
  1782. ],
  1783. "path": [
  1784. "v2",
  1785. "transactions",
  1786. "{{RRN}}",
  1787. "cancel"
  1788. ]
  1789. },
  1790. "description": "This endpoint is used to cancel a transaction.\n\nBy providing the transaction's RRN in the endpoint and including the required content in the body of the request, the transaction will be canceled."
  1791. },
  1792. "response": []
  1793. }
  1794. ]
  1795. },
  1796. {
  1797. "name": "Agent",
  1798. "item": [
  1799. {
  1800. "name": "Get Accounts",
  1801. "request": {
  1802. "method": "GET",
  1803. "header": [],
  1804. "url": {
  1805. "raw": "{{baseUrl}}/v2/accounts",
  1806. "host": [
  1807. "{{baseUrl}}"
  1808. ],
  1809. "path": [
  1810. "v2",
  1811. "accounts"
  1812. ]
  1813. },
  1814. "description": "This request allows you to get a list of accounts associated with the client, including account balances in different currencies."
  1815. },
  1816. "response": [
  1817. {
  1818. "name": "200 - OK",
  1819. "originalRequest": {
  1820. "method": "GET",
  1821. "header": [],
  1822. "url": {
  1823. "raw": "{{baseUrl}}/v2/accounts",
  1824. "host": [
  1825. "{{baseUrl}}"
  1826. ],
  1827. "path": [
  1828. "v2",
  1829. "accounts"
  1830. ]
  1831. }
  1832. },
  1833. "status": "OK",
  1834. "code": 200,
  1835. "_postman_previewlanguage": "json",
  1836. "header": [
  1837. {
  1838. "key": "Transfer-Encoding",
  1839. "value": "chunked"
  1840. },
  1841. {
  1842. "key": "Content-Type",
  1843. "value": "application/json; charset=utf-8"
  1844. },
  1845. {
  1846. "key": "Server",
  1847. "value": "Microsoft-IIS/10.0"
  1848. },
  1849. {
  1850. "key": "X-Powered-By",
  1851. "value": "ASP.NET"
  1852. },
  1853. {
  1854. "key": "Date",
  1855. "value": "Wed, 13 Dec 2023 09:06:13 GMT"
  1856. }
  1857. ],
  1858. "cookie": [],
  1859. "body": "[\n {\n \"accountNumber\": \"GB07GUAV00993200002174\",\n \"currency\": \"USD\",\n \"availableAmount\": 6.01\n },\n {\n \"accountNumber\": \"GB09GUAV00993200006406\",\n \"currency\": \"EUR\",\n \"availableAmount\": 99917.00\n },\n {\n \"accountNumber\": \"GB87GUAV04135600057221\",\n \"currency\": \"GBP\",\n \"availableAmount\": 385865.20\n }\n]"
  1860. }
  1861. ]
  1862. },
  1863. {
  1864. "name": "Get Rates",
  1865. "request": {
  1866. "method": "GET",
  1867. "header": [],
  1868. "url": {
  1869. "raw": "{{baseUrl}}/v2/rates?sourceCurrency=GBP&targetCurrency=PKR&remittanceType=ACCOUNT&agent=UBL",
  1870. "host": [
  1871. "{{baseUrl}}"
  1872. ],
  1873. "path": [
  1874. "v2",
  1875. "rates"
  1876. ],
  1877. "query": [
  1878. {
  1879. "key": "sourceCurrency",
  1880. "value": "GBP"
  1881. },
  1882. {
  1883. "key": "targetCurrency",
  1884. "value": "PKR"
  1885. },
  1886. {
  1887. "key": "remittanceType",
  1888. "value": "ACCOUNT"
  1889. },
  1890. {
  1891. "key": "agent",
  1892. "value": "UBL"
  1893. }
  1894. ]
  1895. },
  1896. "description": "This request allows users to retrieve currency exchange rates between different currencies."
  1897. },
  1898. "response": [
  1899. {
  1900. "name": "200 - OK",
  1901. "originalRequest": {
  1902. "method": "GET",
  1903. "header": [],
  1904. "url": {
  1905. "raw": "{{baseUrl}}/v2/rates?sourceCurrency=GBP&targetCurrency=PKR&remittanceType=ACCOUNT&agent=UBL",
  1906. "host": [
  1907. "{{baseUrl}}"
  1908. ],
  1909. "path": [
  1910. "v2",
  1911. "rates"
  1912. ],
  1913. "query": [
  1914. {
  1915. "key": "sourceCurrency",
  1916. "value": "GBP"
  1917. },
  1918. {
  1919. "key": "targetCurrency",
  1920. "value": "PKR"
  1921. },
  1922. {
  1923. "key": "remittanceType",
  1924. "value": "ACCOUNT"
  1925. },
  1926. {
  1927. "key": "agent",
  1928. "value": "UBL"
  1929. }
  1930. ]
  1931. }
  1932. },
  1933. "status": "OK",
  1934. "code": 200,
  1935. "_postman_previewlanguage": "json",
  1936. "header": [
  1937. {
  1938. "key": "Transfer-Encoding",
  1939. "value": "chunked"
  1940. },
  1941. {
  1942. "key": "Content-Type",
  1943. "value": "application/json; charset=utf-8"
  1944. },
  1945. {
  1946. "key": "Server",
  1947. "value": "Microsoft-IIS/10.0"
  1948. },
  1949. {
  1950. "key": "X-Powered-By",
  1951. "value": "ASP.NET"
  1952. },
  1953. {
  1954. "key": "Date",
  1955. "value": "Wed, 13 Dec 2023 09:07:58 GMT"
  1956. }
  1957. ],
  1958. "cookie": [],
  1959. "body": "[\n {\n \"sourceCurrency\": \"GBP\",\n \"targetCurrency\": \"PKR\",\n \"rate\": 370.5600,\n \"remittanceType\": \"CASH\",\n \"agent\": \"UBL\"\n },\n {\n \"sourceCurrency\": \"GBP\",\n \"targetCurrency\": \"PKR\",\n \"rate\": 377.7700,\n \"remittanceType\": \"ACCOUNT\",\n \"agent\": \"UBL\"\n },\n {\n \"sourceCurrency\": \"GBP\",\n \"targetCurrency\": \"PKR\",\n \"rate\": 208.5000,\n \"remittanceType\": \"CASH\",\n \"agent\": \"MeezanBank\"\n },\n {\n \"sourceCurrency\": \"GBP\",\n \"targetCurrency\": \"PKR\",\n \"rate\": 370.0000,\n \"remittanceType\": \"ACCOUNT\",\n \"agent\": \"MeezanBank\"\n }\n]"
  1960. }
  1961. ]
  1962. },
  1963. {
  1964. "name": "Get Agents",
  1965. "request": {
  1966. "method": "GET",
  1967. "header": [],
  1968. "url": {
  1969. "raw": "{{baseUrl}}/v2/agents?country=PAK&currency=PKR",
  1970. "host": [
  1971. "{{baseUrl}}"
  1972. ],
  1973. "path": [
  1974. "v2",
  1975. "agents"
  1976. ],
  1977. "query": [
  1978. {
  1979. "key": "country",
  1980. "value": "PAK"
  1981. },
  1982. {
  1983. "key": "currency",
  1984. "value": "PKR"
  1985. }
  1986. ]
  1987. },
  1988. "description": "This request allows users to retrieve the names of agents available for currency exchange in a specific country and currency."
  1989. },
  1990. "response": [
  1991. {
  1992. "name": "200 - OK",
  1993. "originalRequest": {
  1994. "method": "GET",
  1995. "header": [],
  1996. "url": {
  1997. "raw": "{{baseUrl}}/v2/agents?country=PAK&currency=PKR",
  1998. "host": [
  1999. "{{baseUrl}}"
  2000. ],
  2001. "path": [
  2002. "v2",
  2003. "agents"
  2004. ],
  2005. "query": [
  2006. {
  2007. "key": "country",
  2008. "value": "PAK"
  2009. },
  2010. {
  2011. "key": "currency",
  2012. "value": "PKR"
  2013. }
  2014. ]
  2015. }
  2016. },
  2017. "status": "OK",
  2018. "code": 200,
  2019. "_postman_previewlanguage": "json",
  2020. "header": [
  2021. {
  2022. "key": "Transfer-Encoding",
  2023. "value": "chunked"
  2024. },
  2025. {
  2026. "key": "Content-Type",
  2027. "value": "application/json; charset=utf-8"
  2028. },
  2029. {
  2030. "key": "Server",
  2031. "value": "Microsoft-IIS/10.0"
  2032. },
  2033. {
  2034. "key": "X-Powered-By",
  2035. "value": "ASP.NET"
  2036. },
  2037. {
  2038. "key": "Date",
  2039. "value": "Wed, 13 Dec 2023 09:08:30 GMT"
  2040. }
  2041. ],
  2042. "cookie": [],
  2043. "body": "[\n {\n \"name\": \"JSBL\"\n },\n {\n \"name\": \"MeezanBank\"\n },\n {\n \"name\": \"UBL\"\n }\n]"
  2044. }
  2045. ]
  2046. },
  2047. {
  2048. "name": "Get Banks",
  2049. "request": {
  2050. "method": "GET",
  2051. "header": [],
  2052. "url": {
  2053. "raw": "{{baseUrl}}/v2/agents/{{agentName}}/banks",
  2054. "host": [
  2055. "{{baseUrl}}"
  2056. ],
  2057. "path": [
  2058. "v2",
  2059. "agents",
  2060. "{{agentName}}",
  2061. "banks"
  2062. ]
  2063. },
  2064. "description": "This request allows users to retrieve a list of banks associated with a specific agent."
  2065. },
  2066. "response": [
  2067. {
  2068. "name": "200 - OK",
  2069. "originalRequest": {
  2070. "method": "GET",
  2071. "header": [],
  2072. "url": {
  2073. "raw": "{{baseUrl}}/v2/agents/UBL/banks",
  2074. "host": [
  2075. "{{baseUrl}}"
  2076. ],
  2077. "path": [
  2078. "v2",
  2079. "agents",
  2080. "UBL",
  2081. "banks"
  2082. ]
  2083. }
  2084. },
  2085. "status": "OK",
  2086. "code": 200,
  2087. "_postman_previewlanguage": "json",
  2088. "header": [
  2089. {
  2090. "key": "Transfer-Encoding",
  2091. "value": "chunked"
  2092. },
  2093. {
  2094. "key": "Content-Type",
  2095. "value": "application/json; charset=utf-8"
  2096. },
  2097. {
  2098. "key": "Server",
  2099. "value": "Microsoft-IIS/10.0"
  2100. },
  2101. {
  2102. "key": "X-Powered-By",
  2103. "value": "ASP.NET"
  2104. },
  2105. {
  2106. "key": "Date",
  2107. "value": "Wed, 13 Dec 2023 09:09:05 GMT"
  2108. }
  2109. ],
  2110. "cookie": [],
  2111. "body": "[\n {\n \"bankName\": \"UBL\"\n },\n {\n \"bankName\": \"JSBL\"\n }\n]"
  2112. }
  2113. ]
  2114. },
  2115. {
  2116. "name": "Get Cash Payout Banks",
  2117. "request": {
  2118. "method": "GET",
  2119. "header": [],
  2120. "url": {
  2121. "raw": "{{baseUrl}}/v2/agents/{{agentName}}/banks/cash",
  2122. "host": [
  2123. "{{baseUrl}}"
  2124. ],
  2125. "path": [
  2126. "v2",
  2127. "agents",
  2128. "{{agentName}}",
  2129. "banks",
  2130. "cash"
  2131. ]
  2132. },
  2133. "description": "This request allows users to retrieve a list of banks associated with a specific agent."
  2134. },
  2135. "response": [
  2136. {
  2137. "name": "200 - OK",
  2138. "originalRequest": {
  2139. "method": "GET",
  2140. "header": [],
  2141. "url": {
  2142. "raw": "{{baseUrl}}/v2/agents/NECMoney/banks/cash",
  2143. "host": [
  2144. "{{baseUrl}}"
  2145. ],
  2146. "path": [
  2147. "v2",
  2148. "agents",
  2149. "NECMoney",
  2150. "banks",
  2151. "cash"
  2152. ]
  2153. }
  2154. },
  2155. "status": "OK",
  2156. "code": 200,
  2157. "_postman_previewlanguage": "json",
  2158. "header": [
  2159. {
  2160. "key": "Transfer-Encoding",
  2161. "value": "chunked"
  2162. },
  2163. {
  2164. "key": "Content-Type",
  2165. "value": "application/json; charset=utf-8"
  2166. },
  2167. {
  2168. "key": "Server",
  2169. "value": "Microsoft-IIS/10.0"
  2170. },
  2171. {
  2172. "key": "X-Powered-By",
  2173. "value": "ASP.NET"
  2174. },
  2175. {
  2176. "key": "Date",
  2177. "value": "Wed, 13 Dec 2023 09:09:05 GMT"
  2178. }
  2179. ],
  2180. "cookie": [],
  2181. "body": "[\n {\n \"bankName\": \"UBL\"\n },\n {\n \"bankName\": \"JSBL\"\n }\n]"
  2182. }
  2183. ]
  2184. },
  2185. {
  2186. "name": "Get Branch Code by City",
  2187. "request": {
  2188. "method": "GET",
  2189. "header": [],
  2190. "url": {
  2191. "raw": "{{baseUrl}}/v2/agents/banks/cities/{{city}}/branches",
  2192. "host": [
  2193. "{{baseUrl}}"
  2194. ],
  2195. "path": [
  2196. "v2",
  2197. "agents",
  2198. "banks",
  2199. "cities",
  2200. "{{city}}",
  2201. "branches"
  2202. ]
  2203. },
  2204. "description": "In this request you will get Branch name, Branch code and RoutingNo by city."
  2205. },
  2206. "response": [
  2207. {
  2208. "name": "Get Branch Code by City",
  2209. "originalRequest": {
  2210. "method": "GET",
  2211. "header": [],
  2212. "url": {
  2213. "raw": "{{baseUrl}}/v2/agents/banks/cities/Chittagong/branches",
  2214. "host": [
  2215. "{{baseUrl}}"
  2216. ],
  2217. "path": [
  2218. "v2",
  2219. "agents",
  2220. "banks",
  2221. "cities",
  2222. "Chittagong",
  2223. "branches"
  2224. ]
  2225. }
  2226. },
  2227. "status": "OK",
  2228. "code": 200,
  2229. "_postman_previewlanguage": "json",
  2230. "header": [
  2231. {
  2232. "key": "Transfer-Encoding",
  2233. "value": "chunked"
  2234. },
  2235. {
  2236. "key": "Content-Type",
  2237. "value": "application/json; charset=utf-8"
  2238. },
  2239. {
  2240. "key": "Server",
  2241. "value": "Microsoft-IIS/10.0"
  2242. },
  2243. {
  2244. "key": "X-Powered-By",
  2245. "value": "ASP.NET"
  2246. },
  2247. {
  2248. "key": "Date",
  2249. "value": "Wed, 13 Dec 2023 09:10:18 GMT"
  2250. }
  2251. ],
  2252. "cookie": [],
  2253. "body": "[\n {\n \"branchName\": \"C.E.P.Z.\",\n \"branchCode\": \"10928\",\n \"routingNo\": \"095151577\"\n },\n {\n \"branchName\": \"LOHA GARA\",\n \"branchCode\": \"10929\",\n \"routingNo\": \"095154666\"\n },\n {\n \"branchName\": \"NAZIR HAT\",\n \"branchCode\": \"10887\",\n \"routingNo\": \"095155599\"\n },\n {\n \"branchName\": \"MEHDIBAGH\",\n \"branchCode\": \"10855\",\n \"routingNo\": \"095154961\"\n },\n {\n \"branchName\": \"HATHAZARI\",\n \"branchCode\": \"10746\",\n \"routingNo\": \"095153225\"\n },\n {\n \"branchName\": \"JAMAL KHAN\",\n \"branchCode\": \"11406\",\n \"routingNo\": \"095150178\"\n },\n {\n \"branchName\": \"DOHAZARI\",\n \"branchCode\": \"12271\",\n \"routingNo\": \"095152563\"\n },\n {\n \"branchName\": \"MURADPUR\",\n \"branchCode\": \"12272\",\n \"routingNo\": \"095155328\"\n },\n {\n \"branchName\": \"KHULSHI\",\n \"branchCode\": \"11905\",\n \"routingNo\": \"095154361\"\n },\n {\n \"branchName\": \"CHANDGAON\",\n \"branchCode\": \"9013\",\n \"routingNo\": \"095151485\"\n },\n {\n \"branchName\": \"PANCHLAISH\",\n \"branchCode\": \"8889\",\n \"routingNo\": \"095156048\"\n },\n {\n \"branchName\": \"RAOZAN\",\n \"branchCode\": \"8675\",\n \"routingNo\": \"095156493\"\n },\n {\n \"branchName\": \"BHATIARY\",\n \"branchCode\": \"7748\",\n \"routingNo\": \"095151214\"\n },\n {\n \"branchName\": \"HALISHAHAR\",\n \"branchCode\": \"7869\",\n \"routingNo\": \"095153162\"\n },\n {\n \"branchName\": \"SIRAJWODDOULA ROAD\",\n \"branchCode\": \"9646\",\n \"routingNo\": \"095157368\"\n },\n {\n \"branchName\": \"O.R. NIZAM ROAD\",\n \"branchCode\": \"3481\",\n \"routingNo\": \"095155807\"\n },\n {\n \"branchName\": \"AGRABAD\",\n \"branchCode\": \"3514\",\n \"routingNo\": \"095150136\"\n },\n {\n \"branchName\": \"JUBILEE ROAD\",\n \"branchCode\": \"3515\",\n \"routingNo\": \"095153641\"\n },\n {\n \"branchName\": \"STATION ROAD\",\n \"branchCode\": \"3516\",\n \"routingNo\": \"095157513\"\n },\n {\n \"branchName\": \"KHATUNGANJ\",\n \"branchCode\": \"3517\",\n \"routingNo\": \"095154279\"\n }\n]"
  2254. }
  2255. ]
  2256. },
  2257. {
  2258. "name": "Get City by Bank Name",
  2259. "request": {
  2260. "method": "GET",
  2261. "header": [],
  2262. "url": {
  2263. "raw": "{{baseUrl}}/v2/agents/banks/{{bankName}}/cities",
  2264. "host": [
  2265. "{{baseUrl}}"
  2266. ],
  2267. "path": [
  2268. "v2",
  2269. "agents",
  2270. "banks",
  2271. "{{bankName}}",
  2272. "cities"
  2273. ]
  2274. },
  2275. "description": "In this request, you will get the cities by Bank Name"
  2276. },
  2277. "response": [
  2278. {
  2279. "name": "200 - OK",
  2280. "originalRequest": {
  2281. "method": "GET",
  2282. "header": [],
  2283. "url": {
  2284. "raw": "{{baseUrl}}/v2/agents/banks/NRB Global Bank Ltd/cities",
  2285. "host": [
  2286. "{{baseUrl}}"
  2287. ],
  2288. "path": [
  2289. "v2",
  2290. "agents",
  2291. "banks",
  2292. "NRB Global Bank Ltd",
  2293. "cities"
  2294. ]
  2295. }
  2296. },
  2297. "status": "OK",
  2298. "code": 200,
  2299. "_postman_previewlanguage": "json",
  2300. "header": [
  2301. {
  2302. "key": "Transfer-Encoding",
  2303. "value": "chunked"
  2304. },
  2305. {
  2306. "key": "Content-Type",
  2307. "value": "application/json; charset=utf-8"
  2308. },
  2309. {
  2310. "key": "Server",
  2311. "value": "Microsoft-IIS/10.0"
  2312. },
  2313. {
  2314. "key": "X-Powered-By",
  2315. "value": "ASP.NET"
  2316. },
  2317. {
  2318. "key": "Date",
  2319. "value": "Wed, 13 Dec 2023 09:11:26 GMT"
  2320. }
  2321. ],
  2322. "cookie": [],
  2323. "body": "[\n {\n \"cityName\": \"Bandarban\"\n },\n {\n \"cityName\": \"Barisal\"\n },\n {\n \"cityName\": \"Bogra\"\n },\n {\n \"cityName\": \"Chandpur\"\n },\n {\n \"cityName\": \"CHAPAI NAWABGANJ\"\n },\n {\n \"cityName\": \"Chittagong\"\n },\n {\n \"cityName\": \"Comilla\"\n },\n {\n \"cityName\": \"COXS BAZAR\"\n },\n {\n \"cityName\": \"Dhaka\"\n },\n {\n \"cityName\": \"Faridpur\"\n },\n {\n \"cityName\": \"Feni\"\n },\n {\n \"cityName\": \"Gazipur\"\n },\n {\n \"cityName\": \"JESSORE\"\n },\n {\n \"cityName\": \"Khulna\"\n },\n {\n \"cityName\": \"KISHOREGANJ\"\n },\n {\n \"cityName\": \"KUSHTIA\"\n },\n {\n \"cityName\": \"MADARIPUR\"\n },\n {\n \"cityName\": \"MUNSHIGANJ\"\n },\n {\n \"cityName\": \"MYMENSINGH\"\n },\n {\n \"cityName\": \"Narail\"\n },\n {\n \"cityName\": \"NARAYANGANJ\"\n },\n {\n \"cityName\": \"NARSHINGDI\"\n },\n {\n \"cityName\": \"Natore\"\n },\n {\n \"cityName\": \"Noakhali\"\n },\n {\n \"cityName\": \"Pabna\"\n },\n {\n \"cityName\": \"Rajshahi\"\n },\n {\n \"cityName\": \"Rangpur\"\n },\n {\n \"cityName\": \"SATKHIRA\"\n },\n {\n \"cityName\": \"SIRAJGANJ\"\n },\n {\n \"cityName\": \"Sylhet\"\n }\n]"
  2324. }
  2325. ]
  2326. },
  2327. {
  2328. "name": "Get Branch Code by Bank Name",
  2329. "request": {
  2330. "method": "GET",
  2331. "header": [],
  2332. "url": {
  2333. "raw": "{{baseUrl}}/v2/agents/banks/{{bankName}}/branches",
  2334. "host": [
  2335. "{{baseUrl}}"
  2336. ],
  2337. "path": [
  2338. "v2",
  2339. "agents",
  2340. "banks",
  2341. "{{bankName}}",
  2342. "branches"
  2343. ]
  2344. },
  2345. "description": "In this request, you will get the Branch code by Bank Name"
  2346. },
  2347. "response": [
  2348. {
  2349. "name": "200 - OK",
  2350. "originalRequest": {
  2351. "method": "GET",
  2352. "header": [],
  2353. "url": {
  2354. "raw": "{{baseUrl}}/v2/agents/banks/BANCO DO BRASIL S.A./branches",
  2355. "host": [
  2356. "{{baseUrl}}"
  2357. ],
  2358. "path": [
  2359. "v2",
  2360. "agents",
  2361. "banks",
  2362. "BANCO DO BRASIL S.A.",
  2363. "branches"
  2364. ]
  2365. }
  2366. },
  2367. "status": "OK",
  2368. "code": 200,
  2369. "_postman_previewlanguage": "json",
  2370. "header": [
  2371. {
  2372. "key": "Transfer-Encoding",
  2373. "value": "chunked"
  2374. },
  2375. {
  2376. "key": "Content-Type",
  2377. "value": "application/json; charset=utf-8"
  2378. },
  2379. {
  2380. "key": "Server",
  2381. "value": "Microsoft-IIS/10.0"
  2382. },
  2383. {
  2384. "key": "X-Powered-By",
  2385. "value": "ASP.NET"
  2386. },
  2387. {
  2388. "key": "Date",
  2389. "value": "Wed, 13 Dec 2023 09:12:02 GMT"
  2390. }
  2391. ],
  2392. "cookie": [],
  2393. "body": "[\n {\n \"branchName\": \"MANAUS \",\n \"branchCode\": \"0002\"\n },\n {\n \"branchName\": \"PRESIDENTE VARGAS \",\n \"branchCode\": \"0003\"\n },\n {\n \"branchName\": \"SANTOS \",\n \"branchCode\": \"0004\"\n },\n {\n \"branchName\": \"CAMPOS GOYTACAZES \",\n \"branchCode\": \"0005\"\n },\n {\n \"branchName\": \"SALVADOR \",\n \"branchCode\": \"0006\"\n },\n {\n \"branchName\": \"RECIFE \",\n \"branchCode\": \"0007\"\n }\n]"
  2394. }
  2395. ]
  2396. },
  2397. {
  2398. "name": "Get Mandatories",
  2399. "request": {
  2400. "method": "GET",
  2401. "header": [],
  2402. "url": {
  2403. "raw": "{{baseUrl}}/v2/agents/mandatories?provider=UBL&remittanceType=ACCOUNT",
  2404. "host": [
  2405. "{{baseUrl}}"
  2406. ],
  2407. "path": [
  2408. "v2",
  2409. "agents",
  2410. "mandatories"
  2411. ],
  2412. "query": [
  2413. {
  2414. "key": "provider",
  2415. "value": "UBL"
  2416. },
  2417. {
  2418. "key": "remittanceType",
  2419. "value": "ACCOUNT"
  2420. }
  2421. ]
  2422. }
  2423. },
  2424. "response": [
  2425. {
  2426. "name": "200 - OK",
  2427. "originalRequest": {
  2428. "method": "GET",
  2429. "header": [],
  2430. "url": {
  2431. "raw": "https://test.remiton.pro/api/v2/agents/mandatories?provider=UBL&remittanceType=ACCOUNT",
  2432. "protocol": "https",
  2433. "host": [
  2434. "test",
  2435. "remiton",
  2436. "pro"
  2437. ],
  2438. "path": [
  2439. "api",
  2440. "v2",
  2441. "agents",
  2442. "mandatories"
  2443. ],
  2444. "query": [
  2445. {
  2446. "key": "provider",
  2447. "value": "UBL"
  2448. },
  2449. {
  2450. "key": "remittanceType",
  2451. "value": "ACCOUNT"
  2452. }
  2453. ]
  2454. }
  2455. },
  2456. "status": "OK",
  2457. "code": 200,
  2458. "_postman_previewlanguage": "json",
  2459. "header": [
  2460. {
  2461. "key": "Content-Type",
  2462. "value": "application/json",
  2463. "name": "Content-Type",
  2464. "description": "",
  2465. "type": "text"
  2466. }
  2467. ],
  2468. "cookie": [],
  2469. "body": "{\n \"receiverClient\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"phone\": \"\",\n \"documentInfo\": {},\n \"accountInfo\": {\n \"accountNumber\": \"\"\n }\n },\n \"senderClient\": {\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"birthDate\": \"\",\n \"phone\": \"\",\n \"senderAddress\": \"\",\n \"documentInfo\": {\n \"documentNumber\": \"\",\n \"documentType\": \"\",\n \"documentIssuedCountry\": \"\",\n \"documentIssuedDate\": \"\",\n \"documentEndDate\": \"\"\n }\n },\n \"amount\": 0,\n \"agentName\": \"\",\n \"country\": \"\",\n \"currency\": \"\",\n \"agentTransactionId\": \"\"\n}"
  2470. }
  2471. ]
  2472. }
  2473. ]
  2474. },
  2475. {
  2476. "name": "Dictionary",
  2477. "item": [
  2478. {
  2479. "name": "Get Countries",
  2480. "request": {
  2481. "method": "GET",
  2482. "header": [],
  2483. "url": {
  2484. "raw": "{{baseUrl}}/v2/dictionaries/countries",
  2485. "host": [
  2486. "{{baseUrl}}"
  2487. ],
  2488. "path": [
  2489. "v2",
  2490. "dictionaries",
  2491. "countries"
  2492. ]
  2493. },
  2494. "description": "In this request you will receive the available countries"
  2495. },
  2496. "response": [
  2497. {
  2498. "name": "200 - OK",
  2499. "originalRequest": {
  2500. "method": "GET",
  2501. "header": [],
  2502. "url": {
  2503. "raw": "https://test.remiton.pro/api/v2/dictionaries/countries",
  2504. "protocol": "https",
  2505. "host": [
  2506. "test",
  2507. "remiton",
  2508. "pro"
  2509. ],
  2510. "path": [
  2511. "api",
  2512. "v2",
  2513. "dictionaries",
  2514. "countries"
  2515. ]
  2516. }
  2517. },
  2518. "status": "OK",
  2519. "code": 200,
  2520. "_postman_previewlanguage": "json",
  2521. "header": [
  2522. {
  2523. "key": "Transfer-Encoding",
  2524. "value": "chunked"
  2525. },
  2526. {
  2527. "key": "Content-Type",
  2528. "value": "application/json; charset=utf-8"
  2529. },
  2530. {
  2531. "key": "Server",
  2532. "value": "Microsoft-IIS/10.0"
  2533. },
  2534. {
  2535. "key": "X-Powered-By",
  2536. "value": "ASP.NET"
  2537. },
  2538. {
  2539. "key": "Date",
  2540. "value": "Wed, 13 Dec 2023 09:12:24 GMT"
  2541. }
  2542. ],
  2543. "cookie": [],
  2544. "body": "[\n {\n \"code\": \"ALB\",\n \"name\": \"Albania\"\n },\n {\n \"code\": \"AUT\",\n \"name\": \"Austria\"\n },\n {\n \"code\": \"AZE\",\n \"name\": \"Azerbaijan\"\n },\n {\n \"code\": \"BGD\",\n \"name\": \"Bangladesh\"\n },\n {\n \"code\": \"BEL\",\n \"name\": \"Belgium\"\n },\n {\n \"code\": \"BRA\",\n \"name\": \"Brazil\"\n },\n {\n \"code\": \"CYP\",\n \"name\": \"Cyprus\"\n },\n {\n \"code\": \"DNK\",\n \"name\": \"Denmark\"\n },\n {\n \"code\": \"EGY\",\n \"name\": \"Egypt\"\n },\n {\n \"code\": \"EST\",\n \"name\": \"Estonia\"\n },\n {\n \"code\": \"FIN\",\n \"name\": \"Finland\"\n },\n {\n \"code\": \"FRA\",\n \"name\": \"France\"\n },\n {\n \"code\": \"DEU\",\n \"name\": \"Germany\"\n },\n {\n \"code\": \"GRC\",\n \"name\": \"Greece\"\n },\n {\n \"code\": \"IND\",\n \"name\": \"India\"\n },\n {\n \"code\": \"IDN\",\n \"name\": \"Indonesia\"\n },\n {\n \"code\": \"ISR\",\n \"name\": \"Israel\"\n },\n {\n \"code\": \"JPN\",\n \"name\": \"Japan\"\n },\n {\n \"code\": \"KZK\",\n \"name\": \"Kazakhstan\"\n },\n {\n \"code\": \"KEN\",\n \"name\": \"Kenya\"\n },\n {\n \"code\": \"KYR\",\n \"name\": \"Kyrgyzstan\"\n },\n {\n \"code\": \"LTV\",\n \"name\": \"Latvia\"\n },\n {\n \"code\": \"LTU\",\n \"name\": \"Lithuania\"\n },\n {\n \"code\": \"LUX\",\n \"name\": \"Luxembourg\"\n },\n {\n \"code\": \"MYS\",\n \"name\": \"Malaysia\"\n },\n {\n \"code\": \"MLT\",\n \"name\": \"Malta\"\n },\n {\n \"code\": \"MMR\",\n \"name\": \"Myanmar\"\n },\n {\n \"code\": \"NPL\",\n \"name\": \"Nepal\"\n },\n {\n \"code\": \"NLD\",\n \"name\": \"Netherlands\"\n },\n {\n \"code\": \"NOR\",\n \"name\": \"Norway\"\n },\n {\n \"code\": \"PAK\",\n \"name\": \"Pakistan\"\n },\n {\n \"code\": \"POL\",\n \"name\": \"Poland\"\n },\n {\n \"code\": \"PRT\",\n \"name\": \"Portugal\"\n },\n {\n \"code\": \"ROU\",\n \"name\": \"Romania\"\n },\n {\n \"code\": \"SGP\",\n \"name\": \"Singapore\"\n },\n {\n \"code\": \"SVK\",\n \"name\": \"Slovakia\"\n },\n {\n \"code\": \"SVN\",\n \"name\": \"Slovenia\"\n },\n {\n \"code\": \"KOR\",\n \"name\": \"South Korea\"\n },\n {\n \"code\": \"ESP\",\n \"name\": \"Spain\"\n },\n {\n \"code\": \"LKA\",\n \"name\": \"SriLanka\"\n },\n {\n \"code\": \"SWE\",\n \"name\": \"Sweden\"\n },\n {\n \"code\": \"CHE\",\n \"name\": \"Switzerland\"\n },\n {\n \"code\": \"TZA\",\n \"name\": \"Tanzania\"\n },\n {\n \"code\": \"TGO\",\n \"name\": \"Togo\"\n },\n {\n \"code\": \"TUR\",\n \"name\": \"Turkey\"\n },\n {\n \"code\": \"GBR\",\n \"name\": \"United Kingdom\"\n },\n {\n \"code\": \"VNM\",\n \"name\": \"Vietnam\"\n }\n]"
  2545. }
  2546. ]
  2547. },
  2548. {
  2549. "name": "Get SEPA Countries",
  2550. "request": {
  2551. "method": "GET",
  2552. "header": [],
  2553. "url": {
  2554. "raw": "{{baseUrl}}/v2/dictionaries/countries/sepa",
  2555. "host": [
  2556. "{{baseUrl}}"
  2557. ],
  2558. "path": [
  2559. "v2",
  2560. "dictionaries",
  2561. "countries",
  2562. "sepa"
  2563. ]
  2564. },
  2565. "description": "From this endpoint you can get a list of countries for SEPA transfers"
  2566. },
  2567. "response": [
  2568. {
  2569. "name": "200 - OK",
  2570. "originalRequest": {
  2571. "method": "GET",
  2572. "header": [],
  2573. "url": {
  2574. "raw": "https://test.remiton.pro/api/v2/dictionaries/countries/sepa",
  2575. "protocol": "https",
  2576. "host": [
  2577. "test",
  2578. "remiton",
  2579. "pro"
  2580. ],
  2581. "path": [
  2582. "api",
  2583. "v2",
  2584. "dictionaries",
  2585. "countries",
  2586. "sepa"
  2587. ]
  2588. }
  2589. },
  2590. "status": "OK",
  2591. "code": 200,
  2592. "_postman_previewlanguage": "json",
  2593. "header": [
  2594. {
  2595. "key": "Transfer-Encoding",
  2596. "value": "chunked"
  2597. },
  2598. {
  2599. "key": "Content-Type",
  2600. "value": "application/json; charset=utf-8"
  2601. },
  2602. {
  2603. "key": "Server",
  2604. "value": "Microsoft-IIS/10.0"
  2605. },
  2606. {
  2607. "key": "X-Powered-By",
  2608. "value": "ASP.NET"
  2609. },
  2610. {
  2611. "key": "Date",
  2612. "value": "Wed, 13 Dec 2023 09:12:54 GMT"
  2613. }
  2614. ],
  2615. "cookie": [],
  2616. "body": "[\n {\n \"code\": \"FRA\"\n },\n {\n \"code\": \"GBR\"\n },\n {\n \"code\": \"ITA\"\n },\n {\n \"code\": \"LTV\"\n },\n {\n \"code\": \"BRA\"\n },\n {\n \"code\": \"TST\"\n },\n {\n \"code\": \"POL\"\n },\n {\n \"code\": \"NLD\"\n },\n {\n \"code\": \"LTU\"\n },\n {\n \"code\": \"DEU\"\n },\n {\n \"code\": \"BEL\"\n },\n {\n \"code\": \"EST\"\n },\n {\n \"code\": \"CYP\"\n },\n {\n \"code\": \"NOR\"\n },\n {\n \"code\": \"PRT\"\n },\n {\n \"code\": \"CHE\"\n },\n {\n \"code\": \"SVK\"\n },\n {\n \"code\": \"LUX\"\n },\n {\n \"code\": \"SWE\"\n },\n {\n \"code\": \"ROU\"\n },\n {\n \"code\": \"SVN\"\n },\n {\n \"code\": \"MLT\"\n },\n {\n \"code\": \"DNK\"\n },\n {\n \"code\": \"AUT\"\n },\n {\n \"code\": \"GRC\"\n },\n {\n \"code\": \"ESP\"\n },\n {\n \"code\": \"FIN\"\n }\n]"
  2617. }
  2618. ]
  2619. },
  2620. {
  2621. "name": "Get Remittance Types",
  2622. "request": {
  2623. "method": "GET",
  2624. "header": [],
  2625. "url": {
  2626. "raw": "{{baseUrl}}/v2/dictionaries/countries/{{country}}/remittance-types",
  2627. "host": [
  2628. "{{baseUrl}}"
  2629. ],
  2630. "path": [
  2631. "v2",
  2632. "dictionaries",
  2633. "countries",
  2634. "{{country}}",
  2635. "remittance-types"
  2636. ]
  2637. },
  2638. "description": "From this endpoint you can get a list of available Remittance Types for a country."
  2639. },
  2640. "response": [
  2641. {
  2642. "name": "200 - OK",
  2643. "originalRequest": {
  2644. "method": "GET",
  2645. "header": [],
  2646. "url": {
  2647. "raw": "https://test.remiton.pro/api/v2/dictionaries/countries/PAK/remittance-types",
  2648. "protocol": "https",
  2649. "host": [
  2650. "test",
  2651. "remiton",
  2652. "pro"
  2653. ],
  2654. "path": [
  2655. "api",
  2656. "v2",
  2657. "dictionaries",
  2658. "countries",
  2659. "PAK",
  2660. "remittance-types"
  2661. ]
  2662. }
  2663. },
  2664. "status": "OK",
  2665. "code": 200,
  2666. "_postman_previewlanguage": "json",
  2667. "header": [
  2668. {
  2669. "key": "Transfer-Encoding",
  2670. "value": "chunked"
  2671. },
  2672. {
  2673. "key": "Content-Type",
  2674. "value": "application/json; charset=utf-8"
  2675. },
  2676. {
  2677. "key": "Server",
  2678. "value": "Microsoft-IIS/10.0"
  2679. },
  2680. {
  2681. "key": "X-Powered-By",
  2682. "value": "ASP.NET"
  2683. },
  2684. {
  2685. "key": "Date",
  2686. "value": "Wed, 13 Dec 2023 09:13:39 GMT"
  2687. }
  2688. ],
  2689. "cookie": [],
  2690. "body": "[\n {\n \"name\": \"ACCOUNT\"\n },\n {\n \"name\": \"CASH\"\n }\n]"
  2691. }
  2692. ]
  2693. }
  2694. ]
  2695. },
  2696. {
  2697. "name": "Additional",
  2698. "item": [
  2699. {
  2700. "name": "Calculate Fee",
  2701. "request": {
  2702. "method": "GET",
  2703. "header": [],
  2704. "url": {
  2705. "raw": "{{baseUrl}}/v2/additional/calculate?remittanceType=ACCOUNT&billingCurrency=GBP&country=PAK&currency=PKR&agentName=UBL&amount=5000",
  2706. "host": [
  2707. "{{baseUrl}}"
  2708. ],
  2709. "path": [
  2710. "v2",
  2711. "additional",
  2712. "calculate"
  2713. ],
  2714. "query": [
  2715. {
  2716. "key": "remittanceType",
  2717. "value": "ACCOUNT"
  2718. },
  2719. {
  2720. "key": "billingCurrency",
  2721. "value": "GBP"
  2722. },
  2723. {
  2724. "key": "country",
  2725. "value": "PAK"
  2726. },
  2727. {
  2728. "key": "currency",
  2729. "value": "PKR"
  2730. },
  2731. {
  2732. "key": "agentName",
  2733. "value": "UBL"
  2734. },
  2735. {
  2736. "key": "amount",
  2737. "value": "5000"
  2738. },
  2739. {
  2740. "key": "billingAmount",
  2741. "value": "10",
  2742. "disabled": true
  2743. }
  2744. ]
  2745. }
  2746. },
  2747. "response": [
  2748. {
  2749. "name": "200 - OK",
  2750. "originalRequest": {
  2751. "method": "GET",
  2752. "header": [],
  2753. "url": {
  2754. "raw": "https://test.remiton.pro/api/v2/additional/calculate?remittanceType=ACCOUNT&billingCurrency=GBP&country=PAK&currency=PKR&agentName=UBL&billingAmount=0.03",
  2755. "protocol": "https",
  2756. "host": [
  2757. "test",
  2758. "remiton",
  2759. "pro"
  2760. ],
  2761. "path": [
  2762. "api",
  2763. "v2",
  2764. "additional",
  2765. "calculate"
  2766. ],
  2767. "query": [
  2768. {
  2769. "key": "remittanceType",
  2770. "value": "ACCOUNT"
  2771. },
  2772. {
  2773. "key": "billingCurrency",
  2774. "value": "GBP"
  2775. },
  2776. {
  2777. "key": "country",
  2778. "value": "PAK"
  2779. },
  2780. {
  2781. "key": "currency",
  2782. "value": "PKR"
  2783. },
  2784. {
  2785. "key": "agentName",
  2786. "value": "UBL"
  2787. },
  2788. {
  2789. "key": "amount",
  2790. "value": "500",
  2791. "disabled": true
  2792. },
  2793. {
  2794. "key": "billingAmount",
  2795. "value": "0.03"
  2796. }
  2797. ]
  2798. }
  2799. },
  2800. "status": "OK",
  2801. "code": 200,
  2802. "_postman_previewlanguage": "json",
  2803. "header": [
  2804. {
  2805. "key": "Transfer-Encoding",
  2806. "value": "chunked"
  2807. },
  2808. {
  2809. "key": "Content-Type",
  2810. "value": "application/json; charset=utf-8"
  2811. },
  2812. {
  2813. "key": "Server",
  2814. "value": "Microsoft-IIS/10.0"
  2815. },
  2816. {
  2817. "key": "X-Powered-By",
  2818. "value": "ASP.NET"
  2819. },
  2820. {
  2821. "key": "Date",
  2822. "value": "Wed, 13 Dec 2023 09:13:50 GMT"
  2823. }
  2824. ],
  2825. "cookie": [],
  2826. "body": "{\n \"billingAmount\": 0.03,\n \"amount\": 500,\n \"rate\": 377.77,\n \"fee\": 1.5\n}"
  2827. }
  2828. ]
  2829. },
  2830. {
  2831. "name": "IBAN Checker",
  2832. "request": {
  2833. "method": "GET",
  2834. "header": [],
  2835. "url": {
  2836. "raw": "{{baseUrl}}/v2/additional/iban/{{iban}}",
  2837. "host": [
  2838. "{{baseUrl}}"
  2839. ],
  2840. "path": [
  2841. "v2",
  2842. "additional",
  2843. "iban",
  2844. "{{iban}}"
  2845. ]
  2846. },
  2847. "description": "From this endpoint you can check the IBAN and find out which country and bank it belongs to"
  2848. },
  2849. "response": [
  2850. {
  2851. "name": "200 - OK",
  2852. "originalRequest": {
  2853. "method": "GET",
  2854. "header": [],
  2855. "url": {
  2856. "raw": "https://test.remiton.pro/api/v2/additional/iban/PK36SCBL0000001123456702",
  2857. "protocol": "https",
  2858. "host": [
  2859. "test",
  2860. "remiton",
  2861. "pro"
  2862. ],
  2863. "path": [
  2864. "api",
  2865. "v2",
  2866. "additional",
  2867. "iban",
  2868. "PK36SCBL0000001123456702"
  2869. ]
  2870. }
  2871. },
  2872. "status": "OK",
  2873. "code": 200,
  2874. "_postman_previewlanguage": "json",
  2875. "header": [
  2876. {
  2877. "key": "Transfer-Encoding",
  2878. "value": "chunked"
  2879. },
  2880. {
  2881. "key": "Content-Type",
  2882. "value": "application/json; charset=utf-8"
  2883. },
  2884. {
  2885. "key": "Server",
  2886. "value": "Microsoft-IIS/10.0"
  2887. },
  2888. {
  2889. "key": "X-Powered-By",
  2890. "value": "ASP.NET"
  2891. },
  2892. {
  2893. "key": "Date",
  2894. "value": "Wed, 13 Dec 2023 09:13:50 GMT"
  2895. }
  2896. ],
  2897. "cookie": [],
  2898. "body": "{\n \"bic\": \"SCBLPKKXXXX\",\n \"branch\": null,\n \"bank\": \"STANDARD CHARTERED BANK (PAKISTAN) LIMITED\",\n \"country\": \"Pakistan\",\n \"city\": \"\",\n \"sepaTransfer\": false,\n \"sepaInstantTransfer\": false\n}"
  2899. }
  2900. ]
  2901. },
  2902. {
  2903. "name": "Callback",
  2904. "request": {
  2905. "auth": {
  2906. "type": "noauth"
  2907. },
  2908. "method": "POST",
  2909. "header": [],
  2910. "body": {
  2911. "mode": "raw",
  2912. "raw": "{\r\n \"rrn\": \"GP34801080181\",\r\n \"referenceCode\": \"GP34801080181\",\r\n \"referenceNumber\": \"GP34801080181\",\r\n \"agentTransactionId\": \"1de4139e-c22b-4810-af31-3bca5494babb\",\r\n \"status\": \"IN_PROGRESS\",\r\n \"statusDescripton\": \"Transaction under processing\",\r\n \"transactionDate\": \"2023-12-14T08:06:55.667\",\r\n \"accountNumber\": \"\",\r\n \"pan\": \"517161******1197\",\r\n \"integrationType\": \"\",\r\n \"billingAmount\": 1,\r\n \"billingCurrency\": \"EUR\",\r\n \"amount\": 1,\r\n \"currency\": \"EUR\",\r\n \"rate\": 1,\r\n \"fee\": 0,\r\n \"agentProfit\": 0\r\n}",
  2913. "options": {
  2914. "raw": {
  2915. "language": "json"
  2916. }
  2917. }
  2918. },
  2919. "url": {
  2920. "raw": "{{callbackUrl}}",
  2921. "host": [
  2922. "{{callbackUrl}}"
  2923. ]
  2924. },
  2925. "description": "Use a Callback URL to get real-time updates on transaction statuses.\n\nOnce you set a Callback URL, you'll automatically receive notifications when a transaction status changes.\n\nThis means you won't need to constantly check the status manually using endpoints like \"get transaction\" or \"check status\"."
  2926. },
  2927. "response": []
  2928. }
  2929. ],
  2930. "description": "Status List\n\n| Status | Description |\n| --- | --- |\n| UNDER_PROCESS | Transaction is under process |\n| IN_PROGRESS | Transaction in process |\n| AML_APPROVE | AML approval is pending |\n| READY_FOR_PAYOUT | Transaction is ready for pickup (cash) |\n| PAID | The client has received a transfer |\n| UNSUCCESSFUL | Transaction failed |\n| CANCELED | Transaction successfully canceled |\n\nError Codes\n\nNote: Receiving an error does not mean the status has changed.\n\n| Error code | Description |\n| --- | --- |\n| data.not.found | Data entered by the user was not found |\n| duplicate.transaction | Transaction with this AgentTransactionID has already been created |\n| insufficient.balance | Not suficient funds on client account |\n| forbidden.error | The user does not have access to this endpoint |\n| internal.server.error | The server is undergoing technical works |\n| invalid.token | The token specified by the user is expired or incorrect |\n| unauthorized.error | User not authorized |\n| unexpected.error | Unexpected error. Please contact with support team |\n| validation.error | The user has entered the data incorrectly. The exact explanation will be in the description |"
  2931. }
  2932. ],
  2933. "auth": {
  2934. "type": "bearer",
  2935. "bearer": [
  2936. {
  2937. "key": "token",
  2938. "value": "{{accessToken}}",
  2939. "type": "string"
  2940. }
  2941. ]
  2942. },
  2943. "event": [
  2944. {
  2945. "listen": "prerequest",
  2946. "script": {
  2947. "type": "text/javascript",
  2948. "exec": [
  2949. "var uuid = require('uuid');",
  2950. "pm.variables.set(\"uuid\", uuid.v4());",
  2951. ""
  2952. ]
  2953. }
  2954. },
  2955. {
  2956. "listen": "test",
  2957. "script": {
  2958. "type": "text/javascript",
  2959. "exec": [
  2960. ""
  2961. ]
  2962. }
  2963. }
  2964. ],
  2965. "variable": [
  2966. {
  2967. "key": "baseUrl",
  2968. "value": "https://test.remiton.pro/api",
  2969. "type": "string"
  2970. },
  2971. {
  2972. "key": "accessToken",
  2973. "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1laWQiOiI4IiwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAyNDcyMjczLCJleHAiOjE3NjI0NzI1NzMsImlhdCI6MTcwMjQ3MjI3M30.znKnMQtND3wE3Dz7f_y8Sle4BrAy_zbpzi7rzxmckCg",
  2974. "type": "string"
  2975. },
  2976. {
  2977. "key": "refreshToken",
  2978. "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJu1W1laWQiOiI4IiwibmFtZSI6IlN1cGVyIEFkbWluIiwicm9sZSI6IlN1cGVyIEFkbWluIiwiZW1haWwiOiI4IiwibmJmIjoxNzAxMDg5NTkxLCJleHAiOjE3MDEwOTA0OTEsImlhdCI6MTcwMTA4OTU5MX0.yw2pE7jwV5ZSzGYGpFoJmY8M9X85XyiT0vS6O4aZAqs",
  2979. "type": "string"
  2980. },
  2981. {
  2982. "key": "uuid",
  2983. "value": "[auto-generated]",
  2984. "type": "string"
  2985. },
  2986. {
  2987. "key": "RRN",
  2988. "value": "GP240200012015",
  2989. "type": "string"
  2990. },
  2991. {
  2992. "key": "documentId",
  2993. "value": "1366",
  2994. "type": "string"
  2995. },
  2996. {
  2997. "key": "country",
  2998. "value": "PAK",
  2999. "type": "string"
  3000. },
  3001. {
  3002. "key": "iban",
  3003. "value": "PK36SCBL0000001123456702",
  3004. "type": "string"
  3005. },
  3006. {
  3007. "key": "callbackUrl",
  3008. "value": "",
  3009. "type": "string"
  3010. },
  3011. {
  3012. "key": "agentTransactionId",
  3013. "value": "TRN100000000",
  3014. "type": "string"
  3015. },
  3016. {
  3017. "key": "referenceCode",
  3018. "value": "GP240100011472",
  3019. "type": "string"
  3020. }
  3021. ]
  3022. }