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.

102 lines
2.9 KiB

  1. {
  2. "info": {
  3. "_postman_id": "8de745a5-7ded-44b6-b857-e32a3c6e09a2",
  4. "name": "RemitInbound",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
  6. "_exporter_id": "2163549"
  7. },
  8. "item": [
  9. {
  10. "name": "Authenticate",
  11. "protocolProfileBehavior": {
  12. "disableBodyPruning": true
  13. },
  14. "request": {
  15. "auth": {
  16. "type": "basic",
  17. "basic": {
  18. "password": "nepal1234",
  19. "username": "ajey",
  20. "saveHelperData": true,
  21. "showPassword": false
  22. }
  23. },
  24. "method": "GET",
  25. "header": [
  26. {
  27. "key": "AgentId",
  28. "value": "394390",
  29. "type": "text"
  30. }
  31. ],
  32. "body": {
  33. "mode": "raw",
  34. "raw": "",
  35. "options": {
  36. "raw": {
  37. "language": "json"
  38. }
  39. }
  40. },
  41. "url": "https://localhost:7026/api/v1/Application/authenticate"
  42. },
  43. "response": []
  44. },
  45. {
  46. "name": "Ping",
  47. "protocolProfileBehavior": {
  48. "disableBodyPruning": true
  49. },
  50. "request": {
  51. "auth": {
  52. "type": "bearer",
  53. "bearer": {
  54. "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyTmFtZSI6ImFkbWluIiwiQWdlbnRJZCI6IjEwMDEiLCJQcm9jZXNzSWRlbnRpZmllciI6IjVBNzkyRkRDLUI5RDktNDBFQi04NzAwLUYwRjlCOTc5Q0YzMiIsIlNlc3Npb25JZGVudGlmaWVyIjoiNDhkZTdhZTYtNGFiMC00ZjIwLWIxNDEtYzUzZDdiNDJmN2NjIiwiZXhwIjoxNzA2NTE0OTkxLCJpc3MiOiJJTTNVayIsImF1ZCI6IiFNM1VuMXQzREshbkdkMG1VJDNScyJ9.yBRhJEGyEUBv6kX6aEE1Xl1EIB5rkwHzW3Vhe2MSILc"
  55. }
  56. },
  57. "method": "GET",
  58. "header": [],
  59. "body": {
  60. "mode": "raw",
  61. "raw": "{\r\n \"agentId\": \"\",\r\n \"userName\": \"\",\r\n \"password\": \"japan@12345\"\r\n}",
  62. "options": {
  63. "raw": {
  64. "language": "json"
  65. }
  66. }
  67. },
  68. "url": "https://localhost:7026/api/v1/Application/ping"
  69. },
  70. "response": []
  71. },
  72. {
  73. "name": "ExRate",
  74. "request": {
  75. "auth": {
  76. "type": "bearer",
  77. "bearer": {
  78. "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyTmFtZSI6ImFqZXkiLCJBZ2VudElkIjoiMzk0MzkwIiwiU2Vzc2lvbklkZW50aWZpZXIiOiI4ZTcwMTE5Ny0yNGE4LTRjMzktOTczZC1lNWI2YWMyN2E5MjEiLCJleHAiOjE3MDczMjM0NDcsImlzcyI6IklNM1VrIiwiYXVkIjoiIU0zVW4xdDNESyFuR2QwbVUkM1JzIn0.DtODcRKkf-RSfxnY7FonBHu3D3cqZXmmCfM9dDDT06o"
  79. }
  80. },
  81. "method": "POST",
  82. "header": [
  83. {
  84. "key": "Signature",
  85. "value": "hmacauth c3a09a0c-dd5b-4d84-acf2-81d613f2f3cb:dK2QcxN0HLhBKJGRpd7d7Zc05ckauaV/xqXxKU8hU8c=:5fe63882ef7642828cedc5b8abd48e60:1706634186",
  86. "type": "text"
  87. }
  88. ],
  89. "body": {
  90. "mode": "raw",
  91. "raw": "{\r\n \"partnerSessionId\": \"PARTNER-XXX-SESSION-ID1\",\r\n \"sendingCountryCode\": \"JP\",\r\n \"sendingCurrencyCode\": \"JPY\",\r\n \"payoutCountryCode\": \"NP\",\r\n \"payoutCurrencyCode\": \"NPR\",\r\n \"collectionAmount\": \"500000\",\r\n \"payoutAmount\": \"0\",\r\n \"paymentTypeCode\": \"CP\"\r\n}",
  92. "options": {
  93. "raw": {
  94. "language": "json"
  95. }
  96. }
  97. },
  98. "url": "https://localhost:7026/api/v1/Remit/calculateExRate"
  99. },
  100. "response": []
  101. }
  102. ]
  103. }