{"info":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","description":"<html><head></head><body><p>Api dokumentasi mutasi yang dapat anda gunakan untuk mengintegrasikan dengan sistem anda. Untuk mengetahui <code>api_key</code> dan <code>api_url</code> anda dapat melihat pada halaman <code>My Profile &gt; API TOKEN</code>. </p>\n<p>Silahkan kontak kami jika anda mengalami kesulitan. Terima kasih.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3279923","collectionId":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","publishedId":"TWDTNKcR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-16T09:55:44.000Z"},"item":[{"name":"Request API","item":[{"name":"User Info","id":"6cd1c4ee-f7ab-4af5-a80d-7643cb694cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"API_URL/user_info","description":"<p>Mendapatkan informasi user profile</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}},"urlObject":{"path":["user_info"],"host":["API_URL"],"query":[],"variable":[]}},"response":[{"id":"43e9881e-60e0-47b5-baba-a2521dbd2c9b","name":"Failed","originalRequest":{"method":"POST","header":[],"url":"API_URL/user_info"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"Invalid Token\"\n}"},{"id":"ff3a0b56-5be1-46fb-b486-af4c4c89e854","name":"Success","originalRequest":{"method":"POST","header":[],"url":"API_URL/user_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:26:51 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"237"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": {\n        \"name\": \"My Name\",\n        \"username\": \"myusername\",\n        \"email\": \"myemail@example.com\",\n        \"role\": \"1\",\n        \"status\": \"1\",\n        \"balance\": \"4110\",\n        \"affiliate_commission\": \"0\",\n        \"created_at\": \"2020-05-08 22:41:57\",\n        \"updated_at\": \"2021-02-15 21:09:23\"\n    }\n}"}],"_postman_id":"6cd1c4ee-f7ab-4af5-a80d-7643cb694cae"},{"name":"List Akun","id":"d4cdab1e-bfb6-4d87-aa34-49bc871c3100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"API_URL/accounts_list","description":"<p>Mendapatkan daftar akun bank yang anda miliki</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}},"urlObject":{"path":["accounts_list"],"host":["API_URL"],"query":[],"variable":[]}},"response":[{"id":"953484c4-96b4-4785-9652-375d13f34ffd","name":"Success","originalRequest":{"method":"POST","header":[],"url":"API_URL/accounts_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:44:01 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1206"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"bank_id\": \"1\",\n            \"bank_name\": \"Bank BCA\",\n            \"account_name\": \"Iwan Santoso\",\n            \"account_number\": \"628119xxx\",\n            \"status\": \"1\",\n            \"interval\": \"10\",\n            \"last_run\": \"2021-02-15 22:53:41\",\n            \"email_notification\": \"\",\n            \"telegram_notification\": \"\",\n            \"whatsapp_notification\": \"\",\n            \"created_at\": \"2021-02-04 12:22:46\",\n            \"updated_at\": null\n        },\n        {\n            \"id\": \"6\",\n            \"bank_id\": \"2\",\n            \"bank_name\": \"Bank BRI\",\n            \"account_name\": \"Andi Kiswanto\",\n            \"account_number\": \"321312xxx\",\n            \"status\": \"1\",\n            \"interval\": \"3\",\n            \"last_run\": null,\n            \"email_notification\": \"asdsad@assdsad.com\",\n            \"telegram_notification\": \"asdasd2131\",\n            \"whatsapp_notification\": \"628324xxx\",\n            \"created_at\": \"2021-02-06 20:07:12\",\n            \"updated_at\": null\n        }\n    ]\n}"}],"_postman_id":"d4cdab1e-bfb6-4d87-aa34-49bc871c3100"},{"name":"Detail Akun","id":"69080736-24e2-42b3-99e4-0943760fd4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"6","description":"<p>Id akun anda</p>\n","type":"text"}]},"url":"API_URL/account","description":"<p>Mendapatkan detail informasi akun bank yang anda miliki</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>integer</td>\n<td>yes</td>\n<td>id akun anda</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}},"urlObject":{"path":["account"],"host":["API_URL"],"query":[],"variable":[]}},"response":[{"id":"a7bb9b26-566b-4758-bfb1-6df9345b6f1a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"6","type":"text"}]},"url":"API_URL/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:51:31 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"329"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": {\n        \"id\": \"6\",\n        \"bank_id\": \"1\",\n        \"bank_name\": \"Bank BCA\",\n        \"account_name\": \"Iwan Kiswanto\",\n        \"account_number\": \"321312xx\",\n        \"status\": \"1\",\n        \"interval\": \"3\",\n        \"last_run\": null,\n        \"email_notification\": \"asdsad@assdsad.com\",\n        \"telegram_notification\": \"asdasd\",\n        \"whatsapp_notification\": \"asdasd\",\n        \"created_at\": \"2021-02-06 20:07:12\",\n        \"updated_at\": null\n    }\n}"},{"id":"ce8acd35-38f6-4b53-a6f8-55b51e1b7165","name":"Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"16","type":"text"}]},"url":"API_URL/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 17:52:41 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"42"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"Account not found\"\n}"}],"_postman_id":"69080736-24e2-42b3-99e4-0943760fd4ba"},{"name":"Transaksi","id":"ebb18969-73fd-43f6-b960-fe7e1df9ccf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"},{"key":"from","value":"2021-01-16","type":"text"},{"key":"to","value":"2021-02-15","type":"text"}]},"url":"API_URL/transactions","description":"<p>Mendapatkan daftar transaksi akun bank yang anda miliki. Maksimal range tanggal adalah 30 hari.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>integer</td>\n<td>no</td>\n<td>id akun anda</td>\n</tr>\n<tr>\n<td>from</td>\n<td>date</td>\n<td>yes</td>\n<td>tanggal awal (Y-m-d)</td>\n</tr>\n<tr>\n<td>to</td>\n<td>date</td>\n<td>yes</td>\n<td>tanggal awal (Y-m-d)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}},"urlObject":{"path":["transactions"],"host":["API_URL"],"query":[],"variable":[]}},"response":[{"id":"a2dec05d-4e5c-4024-9c92-d1ff2ab9a727","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"},{"key":"from","value":"2021-01-16","type":"text"},{"key":"to","value":"2021-02-15","type":"text"}]},"url":"API_URL/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 18:10:29 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"804"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"account_id\": \"1\",\n            \"dates\": \"2021-02-07\",\n            \"account_number\": \"628119xxx\",\n            \"bank_name\": \"Bank BCA\",\n            \"debet\": \"0\",\n            \"credit\": \"100000\",\n            \"start_balance\": \"200000\",\n            \"end_balance\": \"300000\",\n            \"status_process\": \"0\",\n            \"description\": \"dummy credit\",\n            \"note\": null,\n            \"created_at\": \"2021-02-07 05:09:27\",\n            \"updated_at\": null\n        },\n        {\n            \"id\": \"2\",\n            \"account_id\": \"1\",\n            \"dates\": \"2021-02-07\",\n            \"account_number\": \"628119xxx\",\n            \"bank_name\": \"Bank BCA\",\n            \"debet\": \"50000\",\n            \"credit\": \"0\",\n            \"start_balance\": \"300000\",\n            \"end_balance\": \"250000\",\n            \"status_process\": \"0\",\n            \"description\": \"dummy debet\",\n            \"note\": \"test catatan\",\n            \"created_at\": \"2021-02-07 05:13:09\",\n            \"updated_at\": \"2021-02-07 06:16:30\"\n        }\n    ]\n}"},{"id":"a4ac30cc-8ac4-4472-bc50-31726252d06d","name":"Empty Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"6","type":"text"},{"key":"from","value":"2021-02-03","type":"text"},{"key":"to","value":"2021-02-15","type":"text"}]},"url":"API_URL/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 18:07:20 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=i0hipnvrremul8cij1qvp73rg7a1l5lq; expires=Mon, 15-Feb-2021 20:07:22 GMT; Max-Age=7200; path=/; HttpOnly"},{"key":"Content-Length","value":"46"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"No transactions found\"\n}"},{"id":"f062d755-b97d-49b8-845e-5a1173ebf285","name":"Failed date range","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"}]},"url":"API_URL/transactions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"Please fill date range\"\n}"}],"_postman_id":"ebb18969-73fd-43f6-b960-fe7e1df9ccf9"},{"name":"Pencarian Nominal","id":"77a1cc59-f56a-4b65-be83-96cef95801b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"},{"key":"from","value":"2021-01-16","type":"text"},{"key":"to","value":"2021-02-15","type":"text"},{"key":"amount","value":"100000","type":"text"},{"key":"type","value":"C","type":"text"}]},"url":"API_URL/search_amount","description":"<p>Mendapatkan daftar transaksi berdasarkan nilai nominal. Endpoint ini dapat anda gunakan untuk mencari transaksi berdasarkan kode unik. Maksimal range tanggal adalah 30 hari.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_id</td>\n<td>integer</td>\n<td>no</td>\n<td>id akun anda</td>\n</tr>\n<tr>\n<td>from</td>\n<td>date</td>\n<td>yes</td>\n<td>tanggal awal (Y-m-d)</td>\n</tr>\n<tr>\n<td>to</td>\n<td>date</td>\n<td>yes</td>\n<td>tanggal awal (Y-m-d)</td>\n</tr>\n<tr>\n<td>nominal</td>\n<td>double</td>\n<td>yes</td>\n<td>Nominal yang anda cari</td>\n</tr>\n<tr>\n<td>type</td>\n<td>enum(C|D)</td>\n<td>no</td>\n<td>Tipe transaksi Credit (C), atau Debet (D)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}},"urlObject":{"path":["search_amount"],"host":["API_URL"],"query":[],"variable":[]}},"response":[{"id":"16adcfd7-1a81-4ba3-8756-288bc79fc9bb","name":"Failed date range","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"}]},"url":"API_URL/search_amount"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"Please fill date range\"\n}"},{"id":"ce3b2ea8-cc46-475f-af8e-ee041176d3b1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"},{"key":"from","value":"2021-01-16","type":"text"},{"key":"to","value":"2021-02-15","type":"text"},{"key":"amount","value":"100000","type":"text"},{"key":"type","value":"C","type":"text"}]},"url":"API_URL/search_amount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Feb 2021 18:24:29 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"319"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"account_id\": \"1\",\n            \"dates\": \"2021-02-07\",\n            \"account_number\": \"628119xxx\",\n            \"bank_name\": \"Bank BCA\",\n            \"debet\": \"0\",\n            \"credit\": \"100000\",\n            \"start_balance\": \"200000\",\n            \"end_balance\": \"300000\",\n            \"status_process\": \"0\",\n            \"description\": \"dummy credit\",\n            \"note\": null,\n            \"created_at\": \"2021-02-07 05:09:27\",\n            \"updated_at\": null\n        }\n    ]\n}"},{"id":"feaf704c-8eb1-45d6-84ec-3fd2a962ba2c","name":"Failed Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"account_id","value":"1","type":"text"},{"key":"from","value":"2021-01-16","type":"text"},{"key":"to","value":"2021-02-15","type":"text"},{"key":"amount","value":"100000","type":"text"},{"key":"type","value":"D","type":"text"}]},"url":"API_URL/search_amount"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"msg\": \"No transactions found\"\n}"}],"_postman_id":"77a1cc59-f56a-4b65-be83-96cef95801b3"}],"id":"ac660eef-2257-4806-8cce-4bad3425d329","_postman_id":"ac660eef-2257-4806-8cce-4bad3425d329","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","id":"2382eb05-0d0e-41a5-b97d-8276fb4c21e1","name":"Mutasi API Collection","type":"collection"}}},{"name":"Callback","item":[{"name":"post","id":"693988bd-826e-4ec4-a2c1-c44edcb3443a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"0[id]","value":"1","type":"text"},{"key":"0[account_id]","value":"1","type":"text"},{"key":"0[date]","value":"2021-02-16","type":"text"},{"key":"0[debet]","value":"10000","type":"text"},{"key":"0[credit]","value":"0","type":"text"},{"key":"0[start_balance]","value":"250000","type":"text"},{"key":"0[end_balance]","value":"240000","type":"text"},{"key":"0[description]","value":"testing","type":"text"},{"key":"0[created]","value":"2021-02-16 13:27:08","type":"text"},{"key":"0[bank_name]","value":"Bank BCA","type":"text"},{"key":"0[account_number]","value":"628119xxx","type":"text"}]},"url":"YOUR_CALLBACK_URL","description":"<p>Callback bertipe HTTP POST</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","name":"Callback","type":"folder"}},"urlObject":{"host":["YOUR_CALLBACK_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"693988bd-826e-4ec4-a2c1-c44edcb3443a"},{"name":"json","id":"6096247c-b396-4612-8a15-12a14a0e1aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"1\",\n        \"account_id\": \"1\",\n        \"date\": \"2021-02-16\",\n        \"debet\": 10000,\n        \"credit\": 0,\n        \"start_balance\": \"250000\",\n        \"end_balance\": 240000,\n        \"description\": \"testing\",\n        \"created\": \"2021-02-16 13:27:08\",\n        \"bank_name\": \"Bank BCA\",\n        \"account_number\": \"628119xxx\"\n    }\n]"},"url":"YOUR_CALLBACK_URL","description":"<p>Callback bertipe payload JSON</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","name":"Callback","type":"folder"}},"urlObject":{"host":["YOUR_CALLBACK_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"6096247c-b396-4612-8a15-12a14a0e1aa8"},{"name":"moota","id":"4751c4e9-d178-4aae-92d5-988ee37f688e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"mutation_id\": \"1\",\n        \"account_id\": \"1\",\n        \"date\": \"2021-02-16 00:00:00\",\n        \"amount\": 10000,\n        \"type\": \"CR\",\n        \"start_balance\": \"250000\",\n        \"balance\": 240000,\n        \"description\": \"testing\",\n        \"created_at\": \"2021-02-16 13:27:08\",\n        \"updated_at\": \"2021-02-16 13:27:08\",\n        \"bank_name\": \"Bank BCA\",\n        \"account_number\": \"628119xxx\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"YOUR_CALLBACK_URL","description":"<p>Callback bertipe payload JSON yang output nya sama dengan moota. Tipe ini dapat anda gunakan untuk memudahkan integrasi,jika anda sebelumnya menggunakan sistem moota.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","name":"Callback","type":"folder"}},"urlObject":{"host":["YOUR_CALLBACK_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"4751c4e9-d178-4aae-92d5-988ee37f688e"},{"name":"orderonline","id":"e84ab57a-19b3-4db1-b5a8-55480efef15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"mutation_id\": \"1\",\n        \"account_id\": \"1\",\n        \"date\": \"2021-02-16 00:00:00\",\n        \"amount\": 10000,\n        \"type\": \"CR\",\n        \"start_balance\": \"250000\",\n        \"balance\": 240000,\n        \"description\": \"testing\",\n        \"created_at\": \"2021-02-16 13:27:08\",\n        \"updated_at\": \"2021-02-16 13:27:08\",\n        \"bank_name\": \"Bank BCA\",\n        \"account_number\": \"628119xxx\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"YOUR_CALLBACK_URL","description":"<p>Callback bertipe payload JSON yang dapat anda gunakan untuk proses verifikasi automatis untuk toko online anda pada orderonline</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","name":"Callback","type":"folder"}},"urlObject":{"host":["YOUR_CALLBACK_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"e84ab57a-19b3-4db1-b5a8-55480efef15c"},{"name":"mutasibank","id":"bf8d443b-14d9-4bad-bca9-144648f57025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"account_id\": 1,\n    \"module\": \"Bank BCA\",\n    \"account_name\": \"Andi Kiswanto\",\n    \"account_number\": \"823423423xx\",\n    \"balance\": 250000,\n    \"data_mutasi\": [\n        {\n            \"transaction_date\": \"2021-02-16 00:00:00\",\n            \"description\": \"testing\",\n            \"type\": \"CR\",\n            \"amount\": 10000,\n            \"start_balance\": 240000,\n            \"balance\": 250000,\n            \"created\": \"2021-02-16 13:27:08\",\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"YOUR_CALLBACK_URL","description":"<p>Callback bertipe payload JSON yang output nya sama dengan mutasibank. Tipe ini dapat anda gunakan untuk memudahkan integrasi,jika anda sebelumnya menggunakan sistem mutasibank.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","name":"Callback","type":"folder"}},"urlObject":{"host":["YOUR_CALLBACK_URL"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf8d443b-14d9-4bad-bca9-144648f57025"}],"id":"8df48527-80c2-41d1-94cd-4143d2c8dd69","description":"<p>Setiap kali sistem menemukan data mutasi baru, maka sistem kami akan mengirimkan response callback ke <code>url callback</code> anda dengan format sesuai <code>tipe callback</code> anda.  </p>\n<p>Kami telah membuat callback sesuai dengan berbagai sistem yang ada, diantaranya:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>post</td>\n<td>Data dikirimkan melalui request HTTP POST, tipe ini cocok bagi anda yang baru belajar untuk menerima response callback</td>\n</tr>\n<tr>\n<td>json</td>\n<td>Data dikirimkan melalui request payload dalam bentuk JSON, tipe ini adalah tipe general yang paling sering digunakan dalam menerima response callback</td>\n</tr>\n<tr>\n<td>orderonline</td>\n<td>Data dikirimkan dalam bentuk JSON orderonline, tipe ini bisa anda gunakan jika anda menggunakan service dari orderonline</td>\n</tr>\n<tr>\n<td>moota</td>\n<td>Data dikirimkan dalam bentuk JSON moota, tipe ini bisa anda gunakan jika anda menggunakan service dari moota</td>\n</tr>\n<tr>\n<td>mutasibank</td>\n<td>Data dikirimkan dalam bentuk JSON mutasibank, tipe ini bisa anda gunakan jika anda menggunakan service dari mutasibank</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong>: </p>\n<ul>\n<li>Jika anda menggunakan plugin kami seperti woocommerce, laravel, codeigniter dll, maka anda harus menggunakan callback dengan tipe <code>json</code>.</li>\n<li>Response Callback hanya akan terkirim jika anda memasukkan url callback yang valid pada tiap akun anda.</li>\n</ul>\n<p>Untuk mempermudah proses integrasi, kami telah membuatkan layanan untuk melakukan callback, yang bisa anda akses pada menu berikut:</p>\n<ul>\n<li>Menu Integrasi &gt; API Sandbox</li>\n<li>Menu Mutasi &gt; Click tombol aksi &gt; Pilih <code>Kirim Callback</code></li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9eba20cb-4e35-45de-95f8-958a1aa704e7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d184762-54f4-4cbe-8066-8c5d8e94355e","type":"text/javascript","exec":[""]}}],"_postman_id":"8df48527-80c2-41d1-94cd-4143d2c8dd69"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]}},"event":[{"listen":"prerequest","script":{"id":"144033fd-2e5f-4b3b-bace-609165f3ccdf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"559d505e-5196-41fa-8f5a-0605d689a267","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_url","value":"API_URL"},{"key":"api_key","value":"YOUR_TOKEN"},{"key":"callback_url","value":"YOUR_CALLBACK_URL"}]}