{"info":{"_postman_id":"48302694-3be5-4c9b-8794-7caa5cb6be4b","name":"MerchantApi MonCash","description":"<html><head></head><body><p>Use the REST API MonCash Merchant to accept payments easily and securely from other third-party app. This Rest API contains resources to Payment, Check Retrieve details of payment using the MonCash TransactionId or the reference of payment.</p>\n<h2 id=\"requirement\">Requirement</h2>\n<p>1-&nbsp;&nbsp;&nbsp;&nbsp; Registry the business to the MonCash System to access the portal.</p>\n<p>2-&nbsp;&nbsp;&nbsp;&nbsp; Add Merchant Account Credential</p>\n<p>3-&nbsp;&nbsp;&nbsp;&nbsp; Generate the REST API Client and Secret</p>\n<p>4-&nbsp;&nbsp;&nbsp;&nbsp; Internet connection from the hardware where the third-party app is<br>running.</p>\n<h2 id=\"\"></h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1199944","collectionId":"48302694-3be5-4c9b-8794-7caa5cb6be4b","publishedId":"UVeJKju3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF0000"},"publishDate":"2022-02-08T03:27:31.000Z"},"item":[{"name":"Authentication","id":"6e00f0ee-199b-43e8-a181-dc948a40272d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"scope","value":"read,write","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/oauth/token","description":"<h2 id=\"generate-the-access-token\">Generate the access token</h2>\n<p>To call the resources of the Merchant Rest API MonCash, you must authenticate by including the bearer token in the Authorization header with the Bearer authentication scheme. The value is Bearer or Basic:. The client_id and client_secret can be generated from the business portal.</p>\n<p>The access token will be expired in 59 secondes.</p>\n","urlObject":{"protocol":"https","path":["MerChantApi","oauth","token"],"host":["sandbox","moncashbutton","digicelgroup","com"],"query":[],"variable":[]}},"response":[{"id":"912381a8-7109-4798-b8c1-49774be0342c","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"scope","value":"read,write","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 15:10:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJyZWFkLHdyaXRlIl0sImV4cCI6MTY0NDMzMzA4OSwianRpIjoiNjM0Mzc0ZTUtNzJiOC00MDA4LTg2MTgtNjE5N2ZiZDllNmNjIiwiY2xpZW50X2lkIjoiYzMzOGEzN2EzMTUyODc4YjFkNzQ1ZGIxNDgwMGZhZGQifQ.Gtb8m-k3yUx2nmdrDrcnEMoa4W86HCKQqouJdtgKwW9lnTx2X7Zq32EQj0hDU6VAeInThmtUYyI8Xpp7T6oQ0hlPzeXoYlIxinXE2oeeKlgNPZerkK-EKFyRRTsSOgdfDzQ1YYMjJk24dgANC2E8UzKdOC9khqLus5UrJ-AzjGMjIAskY_yc3wGi3aa_2LbSs8hU2BGR7ERd-eAVR6rhba0BZD37PX0tWaBqI86j9_g-C8TtgOlHRsq2dtQ7V93a3S0tLauOalCWdrsNDj3IexiMk_wGgIYdTLeZVtAkkwco0b7AUmVYAyM_XDNeHHlFU-MqAfODLh8aRQxd1gSmLQ\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 59,\n    \"scope\": \"read,write\",\n    \"jti\": \"634374e5-72b8-4008-8618-6197fbd9e6cc\"\n}"}],"_postman_id":"6e00f0ee-199b-43e8-a181-dc948a40272d"},{"name":"InitiatePayment","id":"4120e8bd-c074-4909-a62a-77969577e4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Access token>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216627\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 90.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/InitiatePayment","description":"<p>The payment resource is called by sending the <em>reference, account</em> and <em>amount</em> as HTTP POST with an Authorization Bearer Token. The system will make a Cash Out Request to create the transaction and the client app must make a Query Transaction Request to get the transaction status.<br />The system, after receiving a created status response, a JSON with status and message parameter will be sent as a response to the Business Client App.</p>\n","urlObject":{"protocol":"https","path":["MerChantApi","V1","InitiatePayment"],"host":["sandbox","moncashbutton","digicelgroup","com"],"query":[],"variable":[]}},"response":[{"id":"3e634e93-0405-40ba-88ae-fd851c44011f","name":"201 CREATED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216630\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 90.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/InitiatePayment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 04:19:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"reference\": \"336216630\",\n    \"path\": \"/MerChantApi/V1/InitiatePayment\",\n    \"message\": \"pending\",\n    \"transactionId\": null,\n    \"timestamp\": 1644293951869,\n    \"status\": 201\n}"},{"id":"71a19cd2-2b0e-43b8-888e-77b3123128e2","name":"406 NOT_ACCEPTABLE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216627\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 90.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/InitiatePayment"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 03:48:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"path\": \"/MerChantApi/V1/InitiatePayment\",\n    \"error\": \"NOT_ACCEPTABLE\",\n    \"message\": \"This order is already pending\",\n    \"timestamp\": 1644292095346,\n    \"status\": 406\n}"},{"id":"6005418d-288a-4c7f-baf7-d6179fc23cb5","name":"500 INTERNAL_SERVER_ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216627\",\r\n\t\"account\": \"50937931570\",\r\n\t\"amount\": 90.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/InitiatePayment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 03:42:34 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"path\": \"/MerChantApi/V1/InitiatePayment\",\n    \"error\": \"INTERNAL_SERVER_ERROR\",\n    \"message\": \"Target is self\",\n    \"timestamp\": 1644291754924,\n    \"status\": 500\n}"}],"_postman_id":"4120e8bd-c074-4909-a62a-77969577e4f1"},{"name":"Payment","id":"d1bd5f9f-cb9f-48ef-a5fa-be4c8c928b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Access Token>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216631\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 190.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/Payment","description":"<p>The payment resource is called by sending the <em>reference, account</em> and <em>amount</em> as HTTP POST with an Authorization Bearer Token. The system will make a Cash Out Request to create the transaction and will make a Query Transaction Request automatically every 10 seconds within 2 minutes.<br />The system, after receiving a OK status response, a JSON with success and message parameter will be sent as a response to the Business Client App.</p>\n","urlObject":{"protocol":"https","path":["MerChantApi","V1","Payment"],"host":["sandbox","moncashbutton","digicelgroup","com"],"query":[],"variable":[]}},"response":[{"id":"1885f393-7a7c-4f1e-b4da-ed41dc573ee4","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJyZWFkLHdyaXRlIl0sImV4cCI6MTY0NDMzMjY4NCwianRpIjoiOWE3OGM4MjYtNTRhZS00YWQ1LTlmODMtNDU5OWJkNTE3NzYwIiwiY2xpZW50X2lkIjoiYzMzOGEzN2EzMTUyODc4YjFkNzQ1ZGIxNDgwMGZhZGQifQ.t5d0q5e7FmtCQ5dAJfIKrvG9Kx7wKMorxcuBuryqTJz9WEEzKFcodfUUCDmRUNbHYSPJsaOENDdeRMnV-F11SZRP1DWYvGCzT6nf2CX4mJ40mp20x15SuTMsSQupS_6dBFcx_bzsMAnuFt3F1sfqH9EOuZjb23spEFmZN0nuTQz2m8ThJ28ME2gaINd_QpbQ5BVMznmwD5UsfMlF4ZF6Ucum8PtWAJ9zyncXW-K-HDphcCm6TTOKKxs9Pi2oob3DSkXvjR3Tc3d5SKZXDWM-2QlMFfOxK_GEvy5DNDnR_BGt1T9ojRkKZ_HlqogzXmygZDugmGyZBFX0dgsPWDBIIA","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216631\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 190.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/Payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 15:28:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"reference\": \"336216631\",\n    \"path\": \"/MerChantApi/V1/Payment\",\n    \"amount\": 190,\n    \"transactionId\": \"2171920428\",\n    \"account\": \"50938662809\",\n    \"timestamp\": 1644334139320,\n    \"status\": 200\n}"},{"id":"f3f6edc8-3ecc-4804-8830-a76f1c21e06c","name":"406 NOT_ACCEPTABLE","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJyZWFkLHdyaXRlIl0sImV4cCI6MTY0NDMzMjY4NCwianRpIjoiOWE3OGM4MjYtNTRhZS00YWQ1LTlmODMtNDU5OWJkNTE3NzYwIiwiY2xpZW50X2lkIjoiYzMzOGEzN2EzMTUyODc4YjFkNzQ1ZGIxNDgwMGZhZGQifQ.t5d0q5e7FmtCQ5dAJfIKrvG9Kx7wKMorxcuBuryqTJz9WEEzKFcodfUUCDmRUNbHYSPJsaOENDdeRMnV-F11SZRP1DWYvGCzT6nf2CX4mJ40mp20x15SuTMsSQupS_6dBFcx_bzsMAnuFt3F1sfqH9EOuZjb23spEFmZN0nuTQz2m8ThJ28ME2gaINd_QpbQ5BVMznmwD5UsfMlF4ZF6Ucum8PtWAJ9zyncXW-K-HDphcCm6TTOKKxs9Pi2oob3DSkXvjR3Tc3d5SKZXDWM-2QlMFfOxK_GEvy5DNDnR_BGt1T9ojRkKZ_HlqogzXmygZDugmGyZBFX0dgsPWDBIIA","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216631\",\r\n\t\"account\": \"50938662809\",\r\n\t\"amount\": 190.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/Payment"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 15:32:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"path\": \"/MerChantApi/V1/Payment\",\n    \"error\": \"NOT_ACCEPTABLE\",\n    \"message\": \"This order is already successful\",\n    \"timestamp\": 1644334342703,\n    \"status\": 406\n}"},{"id":"b0a4a837-0ebc-4305-b13c-fdde8c384964","name":"500 INTERNAL_SERVER_ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"reference\": \"336216627\",\r\n\t\"account\": \"50937931570\",\r\n\t\"amount\": 90.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/Payment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 03:42:34 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"path\": \"/MerChantApi/V1/Payment\",\n    \"error\": \"INTERNAL_SERVER_ERROR\",\n    \"message\": \"Target is self\",\n    \"timestamp\": 1644291754924,\n    \"status\": 500\n}"}],"_postman_id":"d1bd5f9f-cb9f-48ef-a5fa-be4c8c928b56"},{"name":"CheckPayment","id":"d58512a3-ea41-48a8-81d6-1d62d95158e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Access Token>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": \"2171920428\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/CheckPayment","description":"<p>After initiating a payment the Business App Client can check the status of the transaction at any time by sending the <em>transactionId</em> or t<em>reference.</em></p>\n<p>Boby like this:</p>\n<p>{</p>\n<p>\"transactionId\": \"8438585438348\"</p>\n<p>}  </p>\n<p>or</p>\n<p>{</p>\n<p>\"reference\": \"56673772222\"</p>\n<p>}</p>\n","urlObject":{"protocol":"https","path":["MerChantApi","V1","CheckPayment"],"host":["sandbox","moncashbutton","digicelgroup","com"],"query":[],"variable":[]}},"response":[{"id":"fe7541db-37fc-4e66-85f0-eb81e8bbaa39","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": \"2171920428\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/CheckPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 15:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"reference\": \"336216631\",\n    \"mode\": \"sandbox\",\n    \"path\": \"/MerChantApi/V1/CheckPayment\",\n    \"amount\": 190,\n    \"message\": \"successful\",\n    \"transactionId\": \"2171920428\",\n    \"account\": \"50938662809\",\n    \"timestamp\": 1644335527858,\n    \"status\": 200\n}"},{"id":"fc80f2da-21bd-4724-b950-574a5cdf8957","name":"201 CREATED","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Access Token>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": \"2171925330\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.moncashbutton.digicelgroup.com/MerChantApi/V1/CheckPayment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Feb 2022 16:48:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"mode\": \"sandbox\",\n    \"reference\": \"767868866870\",\n    \"path\": \"/MerChantApi/V1/CheckPayment\",\n    \"message\": \"pending\",\n    \"transactionId\": \"2171925330\",\n    \"timestamp\": 1644338904196,\n    \"status\": 201\n}"}],"_postman_id":"d58512a3-ea41-48a8-81d6-1d62d95158e9"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"}]}},"event":[{"listen":"prerequest","script":{"id":"9a3cdc1a-263b-4856-9626-98e165a90f57","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b3889aa6-1b16-418d-8268-1677667987f9","type":"text/javascript","exec":[""]}}],"variable":[{"key":"access_token","value":"Token"}]}