{"info":{"_postman_id":"69f2fd0e-6fae-1f8e-d27c-3ce09bbde987","name":"Paystack API","description":"<html><head></head><body><p>The <strong>Paystack</strong> API Collection is a collection of all endpoints that merchants and developers can take advantage of to build financial solutions in Nigeria</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"69f2fd0e-6fae-1f8e-d27c-3ce09bbde987","publishedId":"RW1Yq1eZ","public":true,"customColor":null,"publishDate":"2018-04-25T12:22:43.000Z"},"item":[{"name":"Transactions","item":[{"name":"Initialize Transaction","id":"1d4697da-ee16-1b3b-efa9-a49d45a224f1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer sk_test_d10560c705c1c402ff1e2406d88135e698261251"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"customer@email.com\",\n  \"amount\": \"5000\",\n  \"currency\": \"NGN\",\n  \"metadata\": {\n        \"custom_fields\": [\n            {\n                \"display_name\": \"Mobile Number\",\n                \"variable_name\": \"mobile_number\",\n                \"value\": \"+2348012345678\"\n            }\n        ]\n    }\n}"},"url":"https://api.paystack.co/transaction/initialize","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>amount</strong> (<em>required</em>) - Amount in kobo</li>\n<li><strong>reference</strong> - Generate a reference or leave this param blank for Paystack to generate one for you</li>\n<li><strong>callback_url</strong> - Overrides the callback URL set on Paystack dashboard.</li>\n<li><strong>plan</strong> - If transaction is to create a subscription to a predefined plan, provide plan code here. This would invalidate the value provided in <code>amount</code></li>\n<li><strong>invoice_limit</strong> - Number of times to charge customer during subscription to plan</li>\n<li><strong>metadata</strong> - Stringified JSON object. Add a <code>custom_fields</code> attribute which has an array of objects if you would like the fields to be added to your transaction when displayed on the dashboard.</li>\n<li><strong>subaccount</strong> - The code for the subaccount that owns the payment.</li>\n<li><strong>transaction_charge</strong> - A flat fee to charge the subaccount for this transaction, in kobo. This overrides the split percentage set when the subaccount was created. Ideally, you will need to use this if you are splitting in flat rates (since subaccount creation only allows for percentage split).</li>\n<li><strong>bearer</strong> - Who bears Paystack charges? <code>account</code> or <code>subaccount</code> (defaults to <code>account</code>).</li>\n<li><strong>channels</strong> - Send us 'card' or 'bank' or 'card','bank' as an array to specify what options to show the user paying</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","initialize"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"b71669e1-7438-aff0-ad1b-5ca9628cb5c2","name":"Initialize Transaction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"customer@email.com\",\n\t\"amount\": \"500000\",\n\t\"reference\": \"XXXREF\",\n\t\"metadata\": {\n         \"custom_fields\": [\n            {\n                \"display_name\": \"Mobile Number\",\n                \"variable_name\": \"mobile_number\",\n                \"value\": \"+2348012345678\"\n            }\n        ]\n    }\n}"},"url":"https://api.paystack.co/transaction/initialize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3e5d58b8b8486b9d-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"172","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 31 Jan 2018 14:26:32 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"d7-NRaST0Xb8B+N5gPWdfUh3Q\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3AFK0wuePK3VARObcUOKaJPenguhQFJJgH.aNleUsupaRA7X2SCoJSQIza%2BnXRBoon7J8BC8z%2BArIU; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3AFK0wuePK3VARObcUOKaJPenguhQFJJgH.aNleUsupaRA7X2SCoJSQIza%2BnXRBoon7J8BC8z%2BArIU","key":"sails.sid"}],"responseTime":"1061","body":"{\n  \"status\": true,\n  \"message\": \"Authorization URL created\",\n  \"data\": {\n    \"authorization_url\": \"https://paystack.com/secure/5q70ef6pu1dq4qn\",\n    \"access_code\": \"5q70ef6pu1dq4qn\",\n    \"reference\": \"XXXREF\"\n  }\n}"}],"_postman_id":"1d4697da-ee16-1b3b-efa9-a49d45a224f1"},{"name":"Verify Transaction","id":"69da1ada-3ca6-1eca-87bd-d53026131b45","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction/verify/REFERENCE","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>reference</strong> (<em>required</em>)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","verify","REFERENCE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"69da1ada-3ca6-1eca-87bd-d53026131b45"},{"name":"List Transactions","id":"bda6a1ee-87a4-0c61-8cee-205b54710ce4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n<li><strong>customer</strong> - Specify an ID for the customer whose transactions you want to retrieve</li>\n<li><strong>status</strong> - Filter transactions by status ('failed', 'success', 'abandoned')</li>\n<li><strong>from</strong> - A timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21</li>\n<li><strong>to</strong> - A timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21</li>\n<li><strong>amount</strong> - Filter transactions by amount. Specify the amount in kobo.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"bda6a1ee-87a4-0c61-8cee-205b54710ce4"},{"name":"Fetch Transaction","id":"a69c2cd8-4ea3-3fb9-2caa-58fcc36b97e7","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction/id","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id</strong> (<em>required</em>) - An ID for the transaction to fetch</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","id"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"a69c2cd8-4ea3-3fb9-2caa-58fcc36b97e7"},{"name":"Charge Authorization","id":"f882f59c-2e59-87f2-17d9-97bea23e05af","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorization_code","value":"AUTH_CODE","type":"text"},{"key":"email","value":"customer@email.com","type":"text"},{"key":"amount","value":"500000","type":"text"}]},"url":"https://api.paystack.co/transaction/charge_authorization","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>reference</strong> - Unique transaction reference. Only <code>-</code> <code>,</code> <code>.</code> <code>,</code> <code>=</code> and alphanumeric characters allowed. System will generate one if none is provided</li>\n<li><strong>authorization_code</strong> - (<em>required</em>) Valid authorization code to charge</li>\n<li><strong>amount</strong> - (<em>required</em>) Amount in kobo</li>\n<li><strong>plan</strong> - If transaction is to create a subscription to a predefined plan, provide plan code here</li>\n<li><strong>currency</strong> - Currency in which amount should be charged</li>\n<li>** email** (<em>required</em>) - Customer's email address</li>\n<li><strong>metadata</strong> - Add a <code>custom_fields</code> attribute which has an array of objects if you would like the fields to be added to your transaction when displayed on the dashboard.</li>\n<li><strong>subaccount</strong> - The code for the subaccount that owns the payment.</li>\n<li><strong>transaction_charge</strong> - A flat fee to charge the subaccount for this transaction, in kobo. This overrides the split percentage set when the subaccount was created. Ideally, you will need to use this if you are splitting in flat rates (since subaccount creation only allows for percentage split).</li>\n<li><strong>bearer</strong> - Who bears Paystack charges? <code>account</code> or <code>subaccount</code>?</li>\n<li><strong>invoice_limit</strong> - Number of invoices to raise during the subscription. Overrides <code>invoice_limit</code> set on plan.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","charge_authorization"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"f882f59c-2e59-87f2-17d9-97bea23e05af"},{"name":"View Transaction Timeline","id":"0747bb6c-6107-cc47-0dc3-22c93e2f2657","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction/timeline/:id_or_reference","urlObject":{"protocol":"https","path":["transaction","timeline",":id_or_reference"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_reference"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"0747bb6c-6107-cc47-0dc3-22c93e2f2657"},{"name":"Transaction Totals","id":"9f514f6b-47b4-7cf6-e52c-f824bd91d744","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction/totals","description":"<p>Total amount received on your account</p>\n<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>from</strong> - Lower bound of date range. Leave undefined to show totals from day one.</li>\n<li><strong>to</strong> - Upper bound of date range. Leave undefined to show totals till date.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","totals"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f514f6b-47b4-7cf6-e52c-f824bd91d744"},{"name":"Export Transactions","id":"98517504-f4b0-8b7a-553a-7eb6e53e4b9c","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transaction/export","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>from</strong> - Lower bound of date range. Leave undefined to export transactions from day one.</li>\n<li><strong>to</strong> - Upper bound of date range. Leave undefined to export transactions till date.</li>\n<li><strong>settled</strong> - Set to <code>true</code> to export only settled transactions. <code>false</code> for pending transactions. Leave undefined to export all transactions</li>\n<li><strong>payment_page</strong> - Specify a payment page's id to export only transactions conducted on said page</li>\n<li><strong>customer</strong> - Specify customer id.</li>\n<li><strong>currency</strong> - Currency in which you are charging the customer in.</li>\n<li><strong>settlement</strong> - An ID for the settlement whose transactions we should export</li>\n<li><strong>amount</strong> - Amount for transactions to export</li>\n<li><strong>status</strong> - Status for transactions to export</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transaction","export"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"98517504-f4b0-8b7a-553a-7eb6e53e4b9c"},{"name":"Request Reauthorization","id":"c8412546-352c-cf0a-d870-eae217dd5647","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"authorization_code","value":"AUTH_CODE","type":"text"},{"key":"email","value":"customer@email.com","type":"text"},{"key":"amount","value":"500000","type":"text"}]},"url":"https://api.paystack.co/transaction/request_reauthorization","description":"<p>We do not activate authorizations for recurring billing until the first time we are able to bill that card successfully. Reauthorizing with the issuing bank may ensure a successful transaction.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>reference</strong> - Unique transaction reference. Only <code>-</code> <code>,</code> <code>.</code> <code>=</code> and alphanumeric characters allowed. System will generate one if none is provided.</li>\n<li><strong>authorization_code</strong> (<em>required</em>) - Valid authorization code to charge</li>\n<li><strong>amount</strong> (<em>required</em>) - Amount in kobo</li>\n<li><strong>currency</strong> - Currency in which amount should be charged</li>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>metadata</strong> - Add a <code>custom_fields</code> attribute which has an array of objects if you would like the fields to be added to your transaction when displayed on the dashboard.</li>\n</ul>\n<p>Do a redirect to the reauthorization URL received from calling this endpoint. This URL is valid for one time use and expires in 2 hours, so ensure that your customer is on standby to conclude the transaction.</p>\n<p>When the payment is successful, we will send an event to your webhook url.</p>\n<p>If you use a test secret key, we will call your test webhook url, otherwise, we'll call your live webhook url.</p>\n","urlObject":{"protocol":"https","path":["transaction","request_reauthorization"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8412546-352c-cf0a-d870-eae217dd5647"},{"name":"Check Authorization","id":"d317b2d0-4f0e-1f77-5090-3d7cfbb3a2a6","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"authorization_code","value":"AUTH_CODE","type":"text"},{"key":"email","value":"customer@email.com","type":"text"},{"key":"amount","value":"500000","type":"text"}]},"url":"https://api.paystack.co/transaction/check_authorization","description":"<p>All mastercard and visa authorizations can be checked with this endpoint to know if they have funds for the payment you seek.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>authorization_code</strong> (<em>required</em>) - Authorization code for mastercard or VISA authorization belonging to email.</li>\n<li><strong>amount</strong> (<em>required</em>) - Amount in kobo</li>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>currency</strong> - A currency for the amount we want to check</li>\n</ul>\n<p>In test mode, we will return insufficient funds for an amount greater than or equal 500,000 naira.</p>\n","urlObject":{"protocol":"https","path":["transaction","check_authorization"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d317b2d0-4f0e-1f77-5090-3d7cfbb3a2a6"}],"id":"448ebb92-7918-84a4-8959-ff424d499b7a","_postman_id":"448ebb92-7918-84a4-8959-ff424d499b7a","description":""},{"name":"Customers","item":[{"name":"Create Customer","id":"9423e14d-3def-dbbd-8f92-89c529d1606d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"customer@email.com","type":"text"}]},"url":"https://api.paystack.co/customer","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>first_name</strong> - Customer's first name</li>\n<li><strong>last_name</strong> - Customer's last name</li>\n<li><strong>phone</strong> - Customer's phone number</li>\n<li><strong>metadata</strong> - A set of key/value pairs that you can attach to the customer. It can be used to store additional information in a structured format.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"9423e14d-3def-dbbd-8f92-89c529d1606d"},{"name":"List Customers","id":"0c3ee66f-3136-5f19-8091-1e76879dd949","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/customer","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c3ee66f-3136-5f19-8091-1e76879dd949"},{"name":"Fetch Customer","id":"ff9e48c5-553f-8708-5907-f6dcc31f7e99","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/customer/:id_or_customer_code","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>exclude_transactions</strong> - By default, fetching a customer returns all their transactions. Set this to true to disable this behaviour.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer",":id_or_customer_code"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_customer_code"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"ff9e48c5-553f-8708-5907-f6dcc31f7e99"},{"name":"Update Customer","id":"2a9666ec-d6ce-c536-a836-59a84d244844","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"customer@email.com","type":"text"}]},"url":"https://api.paystack.co/customer/:ID_OR_CUSTOMER_CODE","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>first_name</strong> - Customer's first name</li>\n<li><strong>last_name</strong> - Customer's last name</li>\n<li><strong>phone</strong> - Customer's phone number</li>\n<li><strong>metadata</strong> - A set of key/value pairs that you can attach to the customer. It can be used to store additional information in a structured format.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer",":ID_OR_CUSTOMER_CODE"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"ID_OR_CUSTOMER_CODE"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"2a9666ec-d6ce-c536-a836-59a84d244844"},{"name":"White/blacklist Customer","id":"070e11c0-3bd2-b6a5-b4d2-fe1f1936c17d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"customer","value":"CUS_xr58yrr2ujlft9k"},{"key":"risk_action","value":"allow"}]},"url":"https://api.paystack.co/customer/set_risk_action","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>customer</strong> - Customer's ID, code, or email address</li>\n<li><strong>risk_action</strong> - One of the possible risk actions. <code>allow</code> to whitelist. <code>deny</code> to blacklist.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer","set_risk_action"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"070e11c0-3bd2-b6a5-b4d2-fe1f1936c17d"},{"name":"Deactivate Authorization","id":"fdf20500-97d7-292d-ce88-cbf576d89b8a","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorization_code","value":"AUTH_CODE","type":"text"}]},"url":"https://api.paystack.co/customer/deactivate_authorization","description":"<p>For when the card needs to be forgotten...</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>authorization_code</strong> (<em>required</em>) - Authorization code to be deactivated</li>\n</ul>\n","urlObject":{"protocol":"https","path":["customer","deactivate_authorization"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf20500-97d7-292d-ce88-cbf576d89b8a"}],"id":"a62a538a-d620-8069-f537-adff497598ab","_postman_id":"a62a538a-d620-8069-f537-adff497598ab","description":""},{"name":"Subaccounts","item":[{"name":"Create Subaccount","id":"7a2b8940-fe6c-3395-7ed5-a92e1f777af2","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"business_name","value":"Sunshine Studios","type":"text"},{"key":"settlement_bank","value":"044","type":"text"},{"key":"account_number","value":"0193274682","type":"text"},{"key":"percentage_charge","value":"18.2","type":"text"}]},"url":"https://api.paystack.co/subaccount","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>business_name</strong> (<em>required</em>) - Name of business for subaccount</li>\n<li><strong>settlement_bank</strong> (<em>required</em>) - Name of Bank (see list of accepted names by calling <a href=\"https://developers.paystack.co/v1.0/docs/list-banks\">List Banks</a></li>\n<li><strong>account_number</strong> (<em>required</em>) - NUBAN Bank Account Number</li>\n<li><strong>percentage_charge</strong> (<em>required</em>) - What is the default percentage charged when receiving on behalf of this subaccount?</li>\n<li><strong>primary_contact_email</strong> - A contact email for the subaccount</li>\n<li><strong>primary_contact_name</strong> - A name for the contact person for this subaccount</li>\n<li><strong>primary_contact_phone</strong> - A phone number to call for this subaccount</li>\n<li><strong>metadata</strong> - Stringified JSON object</li>\n<li><strong>settlement_schedule</strong> - Any of <code>auto</code>, <code>weekly</code>, <code>monthly</code>, <code>manual</code>. Auto means payout is T+1 and manual means payout to the subaccount should only be made when requested.</li>\n</ul>\n<p>Receive payments for the created subaccount by providing their code when doing a transaction. More details here: <a href=\"https://developers.paystack.co/v1.0/docs/split-payments-overview\">Split Payments Overview</a></p>\n","urlObject":{"protocol":"https","path":["subaccount"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a2b8940-fe6c-3395-7ed5-a92e1f777af2"},{"name":"List Subaccounts","id":"75bc5232-cbcc-1e86-102f-0be6ac186b0a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/subaccount","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n</ul>\n","urlObject":{"protocol":"https","path":["subaccount"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"75bc5232-cbcc-1e86-102f-0be6ac186b0a"},{"name":"Fetch Subaccount","id":"2d88ba0b-75d0-e07e-604b-08f41dddaaa2","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary_contact_email","value":"customer@newemail.com","type":"text"},{"key":"percentage_charge","value":"18.9","type":"text"}]},"url":"https://api.paystack.co/subaccount/:id_or_slug","urlObject":{"protocol":"https","path":["subaccount",":id_or_slug"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_slug"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"2d88ba0b-75d0-e07e-604b-08f41dddaaa2"},{"name":"Update Subaccount","id":"421028cc-ffe4-4802-2603-145ebe97b771","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"primary_contact_email","value":"customer@newemail.com","type":"text"},{"key":"percentage_charge","value":"18.9","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.paystack.co/subaccount/:id_or_slug","urlObject":{"protocol":"https","path":["subaccount",":id_or_slug"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_slug"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"421028cc-ffe4-4802-2603-145ebe97b771"}],"id":"db4d672a-4249-6ee8-da58-85de08fa23e3","_postman_id":"db4d672a-4249-6ee8-da58-85de08fa23e3","description":""},{"name":"Plans","item":[{"name":"Create Plan","id":"942a3685-e409-a00e-f9c4-5f844672848e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Monthly retainer","type":"text"},{"key":"interval","value":"monthly","type":"text"},{"key":"amount","value":"500000","type":"text"}]},"url":"https://api.paystack.co/plan","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>name</strong> (<em>required</em>) - Name of plan</li>\n<li><strong>description</strong> - Short description of plan</li>\n<li><strong>amount</strong> (<em>required</em>) - Amount to be charged in kobo</li>\n<li><strong>interval</strong> (<em>required</em>) - Interval in words. Valid intervals are <code>hourly</code>, <code>daily</code>, <code>weekly</code>, <code>monthly</code>, <code>annually</code>.</li>\n<li><strong>send_invoices</strong> - Set to false if you don't want invoices to be sent to your customers</li>\n<li><strong>send_sms</strong> - Set to false if you don't want text messages to be sent to your customers</li>\n<li><strong>currency</strong> - Currency in which amount is set</li>\n<li><strong>invoice_limit</strong> - Number of invoices to raise during subscription to this plan. Can be overridden by specifying an <code>invoice_limit</code> while subscribing.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["plan"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"942a3685-e409-a00e-f9c4-5f844672848e"},{"name":"List Plans","id":"c48e40fc-bd5d-f636-5b19-d0d036c4b989","request":{"method":"GET","header":[{"key":"Authorization","value":"https://api.paystack.co/plan"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/plan","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n<li><strong>interval</strong> - Filter list by plans with specified interval</li>\n<li><strong>amount</strong> - Filter list by plans with specified amount (in kobo)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["plan"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48e40fc-bd5d-f636-5b19-d0d036c4b989"},{"name":"Fetch Plan","id":"6d12b223-6ca1-1d0f-2f2b-12a661e64939","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/plan/id_or_plan_code","urlObject":{"protocol":"https","path":["plan","id_or_plan_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d12b223-6ca1-1d0f-2f2b-12a661e64939"},{"name":"Update Plan","id":"46996779-d52b-cbfe-43da-caa4c6b9af2a","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Monthly retainer (renamed)","type":"text"}]},"url":"https://api.paystack.co/plan/:id_or_plan_code","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>name</strong> - Name of plan</li>\n<li><strong>description</strong> - Short description of plan</li>\n<li><strong>amount</strong> - Amount to be charged in kobo. Will override the amount for existing subscriptions.</li>\n<li><strong>interval</strong> - Interval in words. Valid intervals are <code>hourly</code>, <code>daily</code>, <code>weekly</code>, <code>monthly</code>, <code>annually</code>.</li>\n<li><strong>send_invoices</strong> - Set to false if you don't want invoices to be sent to your customers.</li>\n<li><strong>send_sms</strong> - Set to false if you don't want text messages to be sent to your customers</li>\n<li><strong>currency</strong> - Currency in which amount is set</li>\n<li><strong>invoice_limit</strong> - Number of invoices to raise during subscription to this plan. Will not override <code>invoice_limit</code> set on active subscriptions.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["plan",":id_or_plan_code"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_plan_code"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"46996779-d52b-cbfe-43da-caa4c6b9af2a"}],"id":"cf2d7ba9-aba9-6354-c64a-1999576f3baf","_postman_id":"cf2d7ba9-aba9-6354-c64a-1999576f3baf","description":""},{"name":"Subscriptions","item":[{"name":"Create Subscription","id":"3ad4e4af-dd88-545e-1058-c1a193098577","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"customer","value":"CUS_xnxdt6s1zg1f4nx","type":"text"},{"key":"plan","value":"PLN_gx2wn530m0i3w3m","type":"text"}]},"url":"https://api.paystack.co/subscription","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>customer</strong> (<em>required</em>) - Customer's email address or customer code</li>\n<li><strong>plan</strong> (<em>required</em>) - Plan code</li>\n<li><strong>authorization</strong> - If customer has multiple authorizations, you can set the desired authorization you wish to use for this subscription here. If this is not supplied, the customer's most recent authorization would be used</li>\n<li><strong>start_date</strong> - Set the date for the first debit. (ISO 8601 format)</li>\n</ul>\n<p>Note the <code>email_token</code> attribute for the subscription object. We create one on each subscription so customers can cancel their subscriptions from within the invoices sent to their mailboxes. Since they are not authorized, the email tokens are what we use to authenticate the requests over the API.</p>\n","urlObject":{"protocol":"https","path":["subscription"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ad4e4af-dd88-545e-1058-c1a193098577"},{"name":"List Subscriptions","id":"782f7a94-e398-73c6-c9a1-5a6057522583","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/subscription","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n<li><strong>customer</strong> - Filter by Customer ID</li>\n<li><strong>plan</strong> - Filter by Plan ID</li>\n</ul>\n","urlObject":{"protocol":"https","path":["subscription"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"a1b01242-5f5b-1969-1a79-0167bdc88769","name":"List Subscriptions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3e2308930b1969d1-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"4020","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 24 Jan 2018 12:35:35 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"b996-CMrwL9gnwnEjtZ0VB4frGA\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3AuJweoSRrLJYZ8feLjMaNcp0E2cRwd-WL.N1g6WqxlradKwfxdBBpezEDpDmls40XZkqx61d5uwvE; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3AuJweoSRrLJYZ8feLjMaNcp0E2cRwd-WL.N1g6WqxlradKwfxdBBpezEDpDmls40XZkqx61d5uwvE","key":"sails.sid"}],"responseTime":"435","body":"{\n  \"status\": true,\n  \"message\": \"Subscriptions retrieved\",\n  \"data\": [\n    {\n      \"customer\": {\n        \"first_name\": \"employee14\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee14@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_7o5rpgyihn2ccui\",\n        \"risk_action\": \"default\",\n        \"id\": 1395761,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:04.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:04.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product G186WMRJ\",\n        \"plan_code\": \"PLN_qajv0uplnjz2y05\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8235,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:44:21.000Z\",\n        \"updatedAt\": \"2018-01-22T13:44:21.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3658609,\n      \"domain\": \"test\",\n      \"start\": 1516628816,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_2gc07u0dqk1yb1f\",\n      \"email_token\": \"b2jd0eo7yacv98p\",\n      \"easy_cron_id\": \"493980\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:46:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36190,\n      \"createdAt\": \"2018-01-22T13:46:56.000Z\",\n      \"updatedAt\": \"2018-01-22T13:46:58.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product G186WMRJ\",\n        \"plan_code\": \"PLN_qajv0uplnjz2y05\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8235,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:44:21.000Z\",\n        \"updatedAt\": \"2018-01-22T13:44:21.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516628814,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_75o3he3uuzd78wp\",\n      \"email_token\": \"3wvpgdqtwxpixq2\",\n      \"easy_cron_id\": \"493979\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:46:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36189,\n      \"createdAt\": \"2018-01-22T13:46:54.000Z\",\n      \"updatedAt\": \"2018-01-22T13:46:55.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product G186WMRJ\",\n        \"plan_code\": \"PLN_qajv0uplnjz2y05\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8235,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:44:21.000Z\",\n        \"updatedAt\": \"2018-01-22T13:44:21.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516628812,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_mb83ddoe9o1qfsq\",\n      \"email_token\": \"t93p7dxbgicmyrb\",\n      \"easy_cron_id\": \"493978\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:46:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36188,\n      \"createdAt\": \"2018-01-22T13:46:52.000Z\",\n      \"updatedAt\": \"2018-01-22T13:46:53.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product YBZ84RVZCOZ3\",\n        \"plan_code\": \"PLN_pl42mdegb1pay14\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8232,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:28:01.000Z\",\n        \"updatedAt\": \"2018-01-22T13:28:01.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516627795,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_bn9ab5zt3jxjwn3\",\n      \"email_token\": \"vrc1x9i9dxha8s9\",\n      \"easy_cron_id\": \"493969\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:29:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36183,\n      \"createdAt\": \"2018-01-22T13:29:55.000Z\",\n      \"updatedAt\": \"2018-01-22T13:29:55.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product YBZ84RVZCOZ3\",\n        \"plan_code\": \"PLN_pl42mdegb1pay14\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8232,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:28:01.000Z\",\n        \"updatedAt\": \"2018-01-22T13:28:01.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516627793,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_jry95yp22952v32\",\n      \"email_token\": \"vcqc4wgdcefxcye\",\n      \"easy_cron_id\": \"493968\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:29:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36182,\n      \"createdAt\": \"2018-01-22T13:29:53.000Z\",\n      \"updatedAt\": \"2018-01-22T13:29:53.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product YBZ84RVZCOZ3\",\n        \"plan_code\": \"PLN_pl42mdegb1pay14\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8232,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:28:01.000Z\",\n        \"updatedAt\": \"2018-01-22T13:28:01.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516627792,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_pz6388b8g98bhr4\",\n      \"email_token\": \"1q8bnm7nfulshpv\",\n      \"easy_cron_id\": \"493967\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:29:50.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36181,\n      \"createdAt\": \"2018-01-22T13:29:52.000Z\",\n      \"updatedAt\": \"2018-01-22T13:29:52.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product MY8M12AD6AMV\",\n        \"plan_code\": \"PLN_0n5mh1zojhq0yw2\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8231,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:14:59.000Z\",\n        \"updatedAt\": \"2018-01-22T13:14:59.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516627084,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_6a1ueijc69dn8ia\",\n      \"email_token\": \"s1fjsq8aia1r4mp\",\n      \"easy_cron_id\": \"493966\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:17:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36180,\n      \"createdAt\": \"2018-01-22T13:18:04.000Z\",\n      \"updatedAt\": \"2018-01-22T13:18:09.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee14\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee14@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_7o5rpgyihn2ccui\",\n        \"risk_action\": \"default\",\n        \"id\": 1395761,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:04.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:04.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product MY8M12AD6AMV\",\n        \"plan_code\": \"PLN_0n5mh1zojhq0yw2\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8231,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:14:59.000Z\",\n        \"updatedAt\": \"2018-01-22T13:14:59.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3658609,\n      \"domain\": \"test\",\n      \"start\": 1516627082,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_0530l7rkso3hlk6\",\n      \"email_token\": \"30ed3a6ekqowv6e\",\n      \"easy_cron_id\": \"493965\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:17:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36179,\n      \"createdAt\": \"2018-01-22T13:18:02.000Z\",\n      \"updatedAt\": \"2018-01-22T13:18:02.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product MY8M12AD6AMV\",\n        \"plan_code\": \"PLN_0n5mh1zojhq0yw2\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8231,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:14:59.000Z\",\n        \"updatedAt\": \"2018-01-22T13:14:59.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516627080,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_sxach1ectrbsdfh\",\n      \"email_token\": \"n0q52muafk5g2lz\",\n      \"easy_cron_id\": \"493964\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:17:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36178,\n      \"createdAt\": \"2018-01-22T13:18:00.000Z\",\n      \"updatedAt\": \"2018-01-22T13:18:01.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product ZAQYYS0CU9J2\",\n        \"plan_code\": \"PLN_hnhpbv7t6ifny7s\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8230,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:04:17.000Z\",\n        \"updatedAt\": \"2018-01-22T13:04:17.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516626884,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_x7mnc2hfxgn9mvy\",\n      \"email_token\": \"vmlymyc283ubnr2\",\n      \"easy_cron_id\": \"493963\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:14:39.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36177,\n      \"createdAt\": \"2018-01-22T13:14:44.000Z\",\n      \"updatedAt\": \"2018-01-22T13:14:45.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product ZAQYYS0CU9J2\",\n        \"plan_code\": \"PLN_hnhpbv7t6ifny7s\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8230,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:04:17.000Z\",\n        \"updatedAt\": \"2018-01-22T13:04:17.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516626883,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_ftf7tfkcah7oyda\",\n      \"email_token\": \"vdtc2b8hyahc226\",\n      \"easy_cron_id\": \"493962\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:14:39.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36176,\n      \"createdAt\": \"2018-01-22T13:14:43.000Z\",\n      \"updatedAt\": \"2018-01-22T13:14:44.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee14\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee14@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_7o5rpgyihn2ccui\",\n        \"risk_action\": \"default\",\n        \"id\": 1395761,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:04.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:04.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product ZAQYYS0CU9J2\",\n        \"plan_code\": \"PLN_hnhpbv7t6ifny7s\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8230,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:04:17.000Z\",\n        \"updatedAt\": \"2018-01-22T13:04:17.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3658609,\n      \"domain\": \"test\",\n      \"start\": 1516626881,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_h1cs0ntq45hf4cp\",\n      \"email_token\": \"ps5t7usida5kygw\",\n      \"easy_cron_id\": \"493961\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:14:39.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36175,\n      \"createdAt\": \"2018-01-22T13:14:41.000Z\",\n      \"updatedAt\": \"2018-01-22T13:14:42.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product DLPX8GQMHZXV\",\n        \"plan_code\": \"PLN_ucpz4nthvhaon0z\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8229,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:02:31.000Z\",\n        \"updatedAt\": \"2018-01-22T13:02:31.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516626186,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_53m01v14zhjivhu\",\n      \"email_token\": \"zz2rtsancgqup7r\",\n      \"easy_cron_id\": \"493959\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:02:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36173,\n      \"createdAt\": \"2018-01-22T13:03:06.000Z\",\n      \"updatedAt\": \"2018-01-22T13:03:06.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product DLPX8GQMHZXV\",\n        \"plan_code\": \"PLN_ucpz4nthvhaon0z\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8229,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:02:31.000Z\",\n        \"updatedAt\": \"2018-01-22T13:02:31.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516626183,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_5fs6ihqndix93m4\",\n      \"email_token\": \"u3m15963gd0olha\",\n      \"easy_cron_id\": \"493958\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:02:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36172,\n      \"createdAt\": \"2018-01-22T13:03:03.000Z\",\n      \"updatedAt\": \"2018-01-22T13:03:05.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product DLPX8GQMHZXV\",\n        \"plan_code\": \"PLN_ucpz4nthvhaon0z\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8229,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T13:02:31.000Z\",\n        \"updatedAt\": \"2018-01-22T13:02:31.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516626180,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_ejrv62w0xi84tcf\",\n      \"email_token\": \"31amwtboj1i35z9\",\n      \"easy_cron_id\": \"493957\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T13:02:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36171,\n      \"createdAt\": \"2018-01-22T13:03:00.000Z\",\n      \"updatedAt\": \"2018-01-22T13:03:01.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product KKHB47IW65UL\",\n        \"plan_code\": \"PLN_mmt6z98r0vglxq8\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8226,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T12:28:02.000Z\",\n        \"updatedAt\": \"2018-01-22T12:28:02.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516624143,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_lhi6bopt5xde19l\",\n      \"email_token\": \"2qlin7ligxdndna\",\n      \"easy_cron_id\": \"493949\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T12:28:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36166,\n      \"createdAt\": \"2018-01-22T12:29:03.000Z\",\n      \"updatedAt\": \"2018-01-22T12:29:04.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product KKHB47IW65UL\",\n        \"plan_code\": \"PLN_mmt6z98r0vglxq8\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8226,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T12:28:02.000Z\",\n        \"updatedAt\": \"2018-01-22T12:28:02.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516624141,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_vsu30z98riqxx2x\",\n      \"email_token\": \"frtaegj04y756xm\",\n      \"easy_cron_id\": \"493948\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T12:28:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36165,\n      \"createdAt\": \"2018-01-22T12:29:01.000Z\",\n      \"updatedAt\": \"2018-01-22T12:29:02.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Mpc product KKHB47IW65UL\",\n        \"plan_code\": \"PLN_mmt6z98r0vglxq8\",\n        \"description\": null,\n        \"amount\": 9000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8226,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T12:28:02.000Z\",\n        \"updatedAt\": \"2018-01-22T12:28:02.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516624140,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 9000000,\n      \"subscription_code\": \"SUB_zp574lozv6llekc\",\n      \"email_token\": \"fku9iyq6575t8vi\",\n      \"easy_cron_id\": \"493947\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T12:28:58.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36164,\n      \"createdAt\": \"2018-01-22T12:29:00.000Z\",\n      \"updatedAt\": \"2018-01-22T12:29:00.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee14\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee14@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_7o5rpgyihn2ccui\",\n        \"risk_action\": \"default\",\n        \"id\": 1395761,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:04.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:04.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product FAQ130X1GZKD\",\n        \"plan_code\": \"PLN_v425e4j6eyt55me\",\n        \"description\": null,\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8225,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T10:36:37.000Z\",\n        \"updatedAt\": \"2018-01-22T10:36:37.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3658609,\n      \"domain\": \"test\",\n      \"start\": 1516618242,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_y517eofx0k3wuev\",\n      \"email_token\": \"tru7qxp8m3f3hp0\",\n      \"easy_cron_id\": \"493921\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T10:50:35.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36153,\n      \"createdAt\": \"2018-01-22T10:50:42.000Z\",\n      \"updatedAt\": \"2018-01-22T10:50:43.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product FAQ130X1GZKD\",\n        \"plan_code\": \"PLN_v425e4j6eyt55me\",\n        \"description\": null,\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8225,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T10:36:37.000Z\",\n        \"updatedAt\": \"2018-01-22T10:36:37.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516618240,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_pmmw1bssp5wupjc\",\n      \"email_token\": \"wnsl72jwcocmjgb\",\n      \"easy_cron_id\": \"493920\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T10:50:35.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36152,\n      \"createdAt\": \"2018-01-22T10:50:40.000Z\",\n      \"updatedAt\": \"2018-01-22T10:50:41.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product FAQ130X1GZKD\",\n        \"plan_code\": \"PLN_v425e4j6eyt55me\",\n        \"description\": null,\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8225,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T10:36:37.000Z\",\n        \"updatedAt\": \"2018-01-22T10:36:37.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516618239,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_g5nnr91a93881ki\",\n      \"email_token\": \"hmx3etjyf3l67ws\",\n      \"easy_cron_id\": \"493919\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T10:50:35.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36151,\n      \"createdAt\": \"2018-01-22T10:50:39.000Z\",\n      \"updatedAt\": \"2018-01-22T10:50:40.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product FAQ130X1GZKD\",\n        \"plan_code\": \"PLN_v425e4j6eyt55me\",\n        \"description\": null,\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8225,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-22T10:36:37.000Z\",\n        \"updatedAt\": \"2018-01-22T10:36:37.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516618238,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_kcfhkosqhn13h8a\",\n      \"email_token\": \"k6bvxdrlx4xqlg3\",\n      \"easy_cron_id\": \"493918\",\n      \"cron_expression\": \"0 0 21 * *\",\n      \"next_payment_date\": \"2018-02-21T10:50:35.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36150,\n      \"createdAt\": \"2018-01-22T10:50:38.000Z\",\n      \"updatedAt\": \"2018-01-22T10:50:38.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee14\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee14@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_7o5rpgyihn2ccui\",\n        \"risk_action\": \"default\",\n        \"id\": 1395761,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:04.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:04.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product R1RR2R3R4R5\",\n        \"plan_code\": \"PLN_mm752s00e60hhk7\",\n        \"description\": \"\",\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8173,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-18T12:10:28.000Z\",\n        \"updatedAt\": \"2018-01-18T12:10:28.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3658609,\n      \"domain\": \"test\",\n      \"start\": 1516429694,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_4rayx6mta5yqmym\",\n      \"email_token\": \"bdd6synhcdkjb0y\",\n      \"easy_cron_id\": \"493148\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:28:08.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36002,\n      \"createdAt\": \"2018-01-20T06:28:14.000Z\",\n      \"updatedAt\": \"2018-01-20T06:28:15.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee13\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee13@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_4krtj6y63m5fobz\",\n        \"risk_action\": \"default\",\n        \"id\": 1395760,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:45:02.000Z\",\n        \"updatedAt\": \"2018-01-14T13:45:02.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product R1RR2R3R4R5\",\n        \"plan_code\": \"PLN_mm752s00e60hhk7\",\n        \"description\": \"\",\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8173,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-18T12:10:28.000Z\",\n        \"updatedAt\": \"2018-01-18T12:10:28.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625849,\n      \"domain\": \"test\",\n      \"start\": 1516429693,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_bkme8lju5xlvle4\",\n      \"email_token\": \"pkxx935gcly9t2u\",\n      \"easy_cron_id\": \"493147\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:28:08.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36001,\n      \"createdAt\": \"2018-01-20T06:28:13.000Z\",\n      \"updatedAt\": \"2018-01-20T06:28:14.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product R1RR2R3R4R5\",\n        \"plan_code\": \"PLN_mm752s00e60hhk7\",\n        \"description\": \"\",\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8173,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-18T12:10:28.000Z\",\n        \"updatedAt\": \"2018-01-18T12:10:28.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516429692,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_5es1mw1kxm46gtd\",\n      \"email_token\": \"sbfm13oydbkm52f\",\n      \"easy_cron_id\": \"493145\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:28:08.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 35999,\n      \"createdAt\": \"2018-01-20T06:28:12.000Z\",\n      \"updatedAt\": \"2018-01-20T06:28:12.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Good product R1RR2R3R4R5\",\n        \"plan_code\": \"PLN_mm752s00e60hhk7\",\n        \"description\": \"\",\n        \"amount\": 5000000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8173,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-18T12:10:28.000Z\",\n        \"updatedAt\": \"2018-01-18T12:10:28.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516429692,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 5000000,\n      \"subscription_code\": \"SUB_7xxt5qcrra1hfqu\",\n      \"email_token\": \"tos1qk2qcm3m9xk\",\n      \"easy_cron_id\": \"493146\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:28:08.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 36000,\n      \"createdAt\": \"2018-01-20T06:28:12.000Z\",\n      \"updatedAt\": \"2018-01-20T06:28:13.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Private Thrift MYF8H2O63\",\n        \"plan_code\": \"PLN_bxknjmadmsr87of\",\n        \"description\": null,\n        \"amount\": 1200000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8197,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-20T06:18:44.000Z\",\n        \"updatedAt\": \"2018-01-20T06:18:44.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516429175,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 1200000,\n      \"subscription_code\": \"SUB_82t90s0th5uypnr\",\n      \"email_token\": \"tnvwf8cht0rk7jv\",\n      \"easy_cron_id\": \"493144\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:18:42.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 35998,\n      \"createdAt\": \"2018-01-20T06:19:35.000Z\",\n      \"updatedAt\": \"2018-01-20T06:19:36.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee11\",\n        \"last_name\": \"demo\",\n        \"email\": \"employee11@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_fs968067v1doow0\",\n        \"risk_action\": \"default\",\n        \"id\": 1395756,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:52.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:52.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"Private Thrift MYF8H2O63\",\n        \"plan_code\": \"PLN_bxknjmadmsr87of\",\n        \"description\": null,\n        \"amount\": 1200000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8197,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-20T06:18:44.000Z\",\n        \"updatedAt\": \"2018-01-20T06:18:44.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3620114,\n      \"domain\": \"test\",\n      \"start\": 1516429174,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 1200000,\n      \"subscription_code\": \"SUB_3yzhgywmdjba0dz\",\n      \"email_token\": \"8olq6gbnnufqxre\",\n      \"easy_cron_id\": \"493143\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:18:42.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 35997,\n      \"createdAt\": \"2018-01-20T06:19:34.000Z\",\n      \"updatedAt\": \"2018-01-20T06:19:35.000Z\"\n    },\n    {\n      \"customer\": {\n        \"first_name\": \"employee12\",\n        \"last_name\": \"emo\",\n        \"email\": \"employee12@demo.com\",\n        \"phone\": null,\n        \"metadata\": null,\n        \"domain\": \"test\",\n        \"customer_code\": \"CUS_5z5i6sw36jx2wlu\",\n        \"risk_action\": \"default\",\n        \"id\": 1395757,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-14T13:44:56.000Z\",\n        \"updatedAt\": \"2018-01-14T13:44:56.000Z\"\n      },\n      \"plan\": {\n        \"domain\": \"test\",\n        \"name\": \"ZAQ Prosper RS8GUZ\",\n        \"plan_code\": \"PLN_n5u9lsl3ldtjpla\",\n        \"description\": null,\n        \"amount\": 44200000,\n        \"interval\": \"monthly\",\n        \"invoice_limit\": 0,\n        \"send_invoices\": true,\n        \"send_sms\": true,\n        \"hosted_page\": false,\n        \"hosted_page_url\": null,\n        \"hosted_page_summary\": null,\n        \"currency\": \"NGN\",\n        \"migrate\": false,\n        \"id\": 8131,\n        \"integration\": 132621,\n        \"createdAt\": \"2018-01-15T10:21:32.000Z\",\n        \"updatedAt\": \"2018-01-15T10:21:32.000Z\"\n      },\n      \"integration\": 132621,\n      \"authorization\": 3625717,\n      \"domain\": \"test\",\n      \"start\": 1516428131,\n      \"status\": \"active\",\n      \"quantity\": 1,\n      \"amount\": 44200000,\n      \"subscription_code\": \"SUB_tvpgx6ee7c0h5q2\",\n      \"email_token\": \"rat7afimr2r2bop\",\n      \"easy_cron_id\": \"493141\",\n      \"cron_expression\": \"0 0 19 * *\",\n      \"next_payment_date\": \"2018-02-19T06:01:29.000Z\",\n      \"open_invoice\": null,\n      \"invoice_limit\": 0,\n      \"id\": 35996,\n      \"createdAt\": \"2018-01-20T06:02:11.000Z\",\n      \"updatedAt\": \"2018-01-20T06:02:12.000Z\"\n    }\n  ],\n  \"meta\": {\n    \"total\": 29,\n    \"skipped\": 0,\n    \"perPage\": 50,\n    \"page\": 1,\n    \"pageCount\": 1\n  }\n}"}],"_postman_id":"782f7a94-e398-73c6-c9a1-5a6057522583"},{"name":"Disable Subscription","id":"b7e054cc-784e-d2a6-af82-2bd09724248e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"SUB_vsyqdmlzble3uii","type":"text"},{"key":"token","value":"d7gofp6yppn3qz7","type":"text"}]},"url":"https://api.paystack.co/subscription/disable","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>code</strong> (<em>required</em>) - Subscription code</li>\n<li><strong>token</strong> (<em>required</em>) - Email token</li>\n</ul>\n","urlObject":{"protocol":"https","path":["subscription","disable"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7e054cc-784e-d2a6-af82-2bd09724248e"},{"name":"Enable Subscription","id":"c56610da-4c44-b9c3-b5aa-c7c6137750ba","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"code","value":"SUB_vsyqdmlzble3uii","type":"text"},{"key":"token","value":"d7gofp6yppn3qz7","type":"text"}]},"url":"https://api.paystack.co/subscription/enable","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>code</strong> (<em>required</em>) - Subscription code</li>\n<li><strong>token</strong> (<em>required</em>) - Email token</li>\n</ul>\n","urlObject":{"protocol":"https","path":["subscription","enable"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c56610da-4c44-b9c3-b5aa-c7c6137750ba"},{"name":"Fetch Subscription","id":"95717826-64f0-23cf-55ac-47550539c128","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/subscription/:id_or_subscription_code","urlObject":{"protocol":"https","path":["subscription",":id_or_subscription_code"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_subscription_code"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"95717826-64f0-23cf-55ac-47550539c128"}],"id":"dd0074e5-5e49-0ec3-cdde-1c8d47823735","_postman_id":"dd0074e5-5e49-0ec3-cdde-1c8d47823735","description":""},{"name":"Payment Pages","item":[{"name":"Create Page","id":"e837e1d1-55c0-3025-2a57-4dd9b711fc1e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Monthly retainer","type":"text"},{"key":"interval","value":"monthly","type":"text"},{"key":"amount","value":"500000","type":"text"}]},"url":"https://api.paystack.co/page","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>name</strong> (<em>required</em>) - Name of page</li>\n<li><strong>description</strong> - Short description of page</li>\n<li><strong>amount</strong> - Default amount you want to accept using this page. If none is set, customer is free to provide any amount of their choice. The latter scenario is useful for accepting donations</li>\n<li><strong>slug</strong> - URL slug you would like to be associated with this page. Page will be accessible at <a href=\"https://paystack.com/pay/%5Bslug%5D\">https://paystack.com/pay/[slug]</a></li>\n<li><strong>redirect_url</strong> - If you would like Paystack to redirect someplace upon successful payment, specify the URL here.</li>\n<li><strong>send_invoices</strong> - Set to false if you don't want invoices to be sent to your customers</li>\n<li><strong>custom_fields</strong> - If you would like to accept custom fields, specify them here. See sample code for details.</li>\n</ul>\n<p>Send pages created to your customers by giving out a link in this format <a href=\"https://paystack.com/pay/:slug\">https://paystack.com/pay/:slug</a>. For instance, a valid link for the page above would be <a href=\"https://paystack.com/pay/5nApBwZkvY\">https://paystack.com/pay/5nApBwZkvY</a></p>\n","urlObject":{"protocol":"https","path":["page"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e837e1d1-55c0-3025-2a57-4dd9b711fc1e"},{"name":"List Pages","id":"a1f037a4-8023-e1cf-b6fb-a8f95721dece","request":{"method":"GET","header":[{"key":"Authorization","value":"https://api.paystack.co/plan"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/page","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n<li><strong>interval</strong> - Filter list by plans with specified interval</li>\n<li><strong>amount</strong> - Filter list by plans with specified amount (in kobo)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["page"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f037a4-8023-e1cf-b6fb-a8f95721dece"},{"name":"Fetch Page","id":"9c485697-ed19-757d-0872-2614d5f5991a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/page/id_or_plan_code","urlObject":{"protocol":"https","path":["page","id_or_plan_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c485697-ed19-757d-0872-2614d5f5991a"},{"name":"Update Page","id":"2a631da7-cafe-b8ab-6c74-9eb797c5cb54","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Give unto the Lord, and it shall be multiplied 10-fold to you.","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.paystack.co/page/:id_or_plan_code","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>name</strong> - Name of page</li>\n<li><strong>description</strong> - Short description of page</li>\n<li><strong>amount</strong> - Amount to be charged in kobo. Will override the amount for existing subscriptions.</li>\n<li><strong>active</strong> - Set to false to deactivate page url.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["page",":id_or_plan_code"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_plan_code"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"2a631da7-cafe-b8ab-6c74-9eb797c5cb54"},{"name":"Check Slug Availability","id":"8a798ff3-2e92-c3b5-6cd9-f2a2d872d044","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"Give unto the Lord, and it shall be multiplied 10-fold to you.","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.paystack.co/page/check_slug_availability/slug","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>slug</strong> (<em>required</em>) - URL slug to be confirmed</li>\n</ul>\n","urlObject":{"protocol":"https","path":["page","check_slug_availability","slug"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a798ff3-2e92-c3b5-6cd9-f2a2d872d044"}],"id":"7a1d1426-9a12-db03-4b3b-fd4977626e3b","_postman_id":"7a1d1426-9a12-db03-4b3b-fd4977626e3b","description":""},{"name":"Invoices","item":[{"name":"Create Invoice","id":"2c1e68b1-4e6a-2705-ac11-89cff20ad1ac","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"a test invoice\",\n\t\"line_items\": [\n\t\t{\"name\": \"item 1\", \"amount\": 20000},\n\t\t{\"name\": \"item 2\", \"amount\": 20000}\n\t],\n\t\"tax\": [\n\t\t{\"name\": \"VAT\", \"amount\": 2000}\n\t],\n\t\"customer\": \"CUS_je02lbimlqixzax\",\n\t\"due_date\": \"2017-05-08\"\n}"},"url":"https://api.paystack.co/paymentrequest","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>customer</strong> (<em>required</em>) - Customer ID or code</li>\n<li><strong>due_date</strong> (<em>required</em>) - ISO 8601 representation of request due date</li>\n<li><strong>amount</strong> (<em>required</em>) - Invoice amount. Only useful if line items and tax values are ignored. endpoint will throw a friendly warning if neither is available.</li>\n<li><strong>description</strong></li>\n<li><strong>line_items</strong> - Array of line items in the format <code>[{\"name\":\"item 1\", \"amount\":2000}]</code></li>\n<li><strong>tax</strong> - Array of taxes to be charged in the format <code>[{\"name\":\"VAT\", \"amount\":2000}]</code></li>\n<li><strong>currency</strong> - Defaults to Naira</li>\n<li><strong>send_notification</strong> - Indicates whether Paystack sends an email notification to customer. Defaults to <code>true</code>.</li>\n<li><strong>draft</strong> - Indicate if request should be saved as draft. Defaults to <code>false</code> and overrides send_notification.</li>\n<li><strong>send_notification</strong> - Indicates whether Paystack sends an email notification to customer. Defaults to <code>true</code>.</li>\n<li><strong>has_invoice</strong> - Set to <code>true</code> to create a draft invoice (adds an auto incrementing invoice number if none is provided) even if there are no <code>line_items</code> or <code>tax</code> passed.</li>\n<li><strong>invoice_number</strong> - Numeric value of invoice. Invoice will start from 1 and auto increment from there. This field is to help override whatever value Paystack decides. Auto increment for subsequent invoices continue from this point.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c1e68b1-4e6a-2705-ac11-89cff20ad1ac"},{"name":"List Invoices","id":"549ceea2-5c21-e17a-aa32-5aeec65a7dc8","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEYS"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>customer</strong> - Specify an ID for the customer whose requests you want to retrieve</li>\n<li><strong>status</strong> - Filter requests by status ('failed', 'success', 'abandoned')</li>\n<li><strong>currency</strong> - Filter requests sent in a particular currency.</li>\n<li><strong>paid</strong> - Filter requests that have been paid for </li>\n<li><strong>include_archive</strong> - Includes archived requests in the response</li>\n<li><strong>payment_request</strong> - Filter specific invoice by passing invoice code</li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"549ceea2-5c21-e17a-aa32-5aeec65a7dc8"},{"name":"View Invoice","id":"8ad9ff64-7659-2661-6d20-b299d09412a4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest/REQUEST_ID_OR_CODE","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id</strong> <em>(required)</em> - An ID for the Invoice</li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest","REQUEST_ID_OR_CODE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ad9ff64-7659-2661-6d20-b299d09412a4"},{"name":"Verify Invoice","id":"d899629c-3681-742a-e63c-e4930174dda2","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest/verify/ID_OR_CODE","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>ID</strong> - The invoice code for the Payment Request to be verified</li>\n</ul>\n<p>Note that a key is added called <code>pending_amount</code> when you fetch an invoice. This is because when paying for an invoice, you can choose to pay part but not all.  Whenever a successful transaction is made, the key updates to reveal what’s left of the invoice to pay.</p>\n","urlObject":{"protocol":"https","path":["paymentrequest","verify","ID_OR_CODE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d899629c-3681-742a-e63c-e4930174dda2"},{"name":"Send Notification","id":"3f1b2b3c-d639-1929-6e84-fb84d09d523b","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest/notify/ID_OR_CODE","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id</strong> - Invoice code for which you want to send a notification for</li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest","notify","ID_OR_CODE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f1b2b3c-d639-1929-6e84-fb84d09d523b"},{"name":"Invoice Total","id":"aaecc197-a983-a611-676a-15665e213f1e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest/totals","urlObject":{"protocol":"https","path":["paymentrequest","totals"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaecc197-a983-a611-676a-15665e213f1e"},{"name":"Finalize Invoice","id":"80696d43-7c0a-e851-2259-78427f5a0673","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/paymentrequest/finalize/ID_OR_CODE","description":"<p>Publishes invoice that is draft by sending customer the invoice via email</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>send_notification</strong> - Indicates whether Paystack sends an email notification to customer. Defaults to <code>true</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest","finalize","ID_OR_CODE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"80696d43-7c0a-e851-2259-78427f5a0673"},{"name":"Update Invoice","id":"e36fd17f-721b-a0ac-86ee-c04442e11ae3","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"amount","value":"100000","type":"text"}]},"url":"https://api.paystack.co/paymentrequest/ID_OR_CODE","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>description</strong></li>\n<li><strong>amount</strong></li>\n<li><strong>line_item</strong></li>\n<li><strong>tax</strong></li>\n<li><strong>due_date</strong></li>\n<li><strong>metadata</strong></li>\n<li><strong>send_notification</strong></li>\n<li><strong>currency</strong> - only works in draft mode</li>\n<li><strong>customer</strong> - only works in draft mode</li>\n</ul>\n","urlObject":{"protocol":"https","path":["paymentrequest","ID_OR_CODE"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e36fd17f-721b-a0ac-86ee-c04442e11ae3"},{"name":"Archive Invoice","id":"7c2612e1-b5e0-cdef-5a99-c6564a3994d1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/invoice/archive/:id_or_code","description":"<p>Used to archive an invoice. Invoice will no longer be fetched on list or returned on verify.</p>\n","urlObject":{"protocol":"https","path":["invoice","archive",":id_or_code"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id_or_code"},{"type":"any","value":"","key":"undefined"}]}},"response":[],"_postman_id":"7c2612e1-b5e0-cdef-5a99-c6564a3994d1"}],"id":"2ef05aff-6f79-4274-0c49-5476c6f62dcf","description":"<p>Send out payment requests and invoices to your customers to supercharge your sales process</p>\n","_postman_id":"2ef05aff-6f79-4274-0c49-5476c6f62dcf"},{"name":"Settlements","item":[{"name":"Fetch Settlements","id":"b9f3aea3-9cee-a379-d22a-ef1f7620f687","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/settlement","description":"<p>Settlements made to your bank accounts and the bank accounts for your subaccounts</p>\n<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>from</strong> - Lower bound of date range. Leave undefined to export settlement from day one.</li>\n<li><strong>to</strong> - Upper bound of date range. Leave undefined to export settlements till date.</li>\n<li><strong>subaccount</strong> - Provide a subaccount code to export only settlements for that subaccount. Set to <code>none</code> to export only transactions for the account.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["settlement"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"462fdd75-11a6-6938-c48a-9845e08faaad","name":"Fetch Settlements JSON Sample","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/settlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3b5df77afaf11473-AMS","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"440","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 30 Oct 2017 11:17:11 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"621-Az0eBtgn3Z/QBz+vSiP8Ew\"","name":"ETag","description":""},{"key":"Server","value":"cloudflare-nginx","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3A8OI1FSC0BVUdesKEQBjByqyGKe5h4QKm.pqQemCD%2B2D36QCYi5Pd%2Bw1U1S8TWrcHuFLIzJ1oqaOg; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3A8OI1FSC0BVUdesKEQBjByqyGKe5h4QKm.pqQemCD%2B2D36QCYi5Pd%2Bw1U1S8TWrcHuFLIzJ1oqaOg","key":"sails.sid"}],"responseTime":"872","body":"{\n  \"status\": true,\n  \"message\": \"Settlements retrieved\",\n  \"data\": [\n    {\n      \"integration\": 102711,\n      \"settled_by\": null,\n      \"settlement_date\": \"2017-10-13T00:00:00.000Z\",\n      \"domain\": \"live\",\n      \"total_amount\": 393850,\n      \"status\": \"success\",\n      \"total_fees\": 16150,\n      \"total_fees_paystack\": 12050,\n      \"total_fees_gateway\": 4100,\n      \"total_processed\": 410000,\n      \"currency\": \"NGN\",\n      \"id\": 56419,\n      \"createdAt\": \"2017-10-13T01:04:23.000Z\",\n      \"updatedAt\": \"2017-10-13T01:04:23.000Z\"\n    },\n    {\n      \"integration\": 102711,\n      \"settled_by\": null,\n      \"settlement_date\": \"2017-08-03T00:00:00.000Z\",\n      \"domain\": \"live\",\n      \"total_amount\": 9850,\n      \"status\": \"success\",\n      \"total_fees\": 150,\n      \"total_fees_paystack\": 50,\n      \"total_fees_gateway\": 100,\n      \"total_processed\": 10000,\n      \"currency\": \"NGN\",\n      \"id\": 40570,\n      \"createdAt\": \"2017-08-03T01:03:34.000Z\",\n      \"updatedAt\": \"2017-08-03T01:03:34.000Z\"\n    },\n    {\n      \"integration\": 102711,\n      \"settled_by\": null,\n      \"settlement_date\": \"2017-04-01T00:00:00.000Z\",\n      \"domain\": \"live\",\n      \"total_amount\": 19700,\n      \"status\": \"success\",\n      \"total_fees\": 300,\n      \"total_fees_paystack\": 100,\n      \"total_fees_gateway\": 200,\n      \"total_processed\": 20000,\n      \"currency\": \"NGN\",\n      \"id\": 21929,\n      \"createdAt\": \"2017-04-01T01:01:31.000Z\",\n      \"updatedAt\": \"2017-04-04T10:59:48.000Z\"\n    }\n  ],\n  \"meta\": {\n    \"total\": 3,\n    \"skipped\": 0,\n    \"perPage\": 50,\n    \"page\": 1,\n    \"pageCount\": 1\n  }\n}"}],"_postman_id":"b9f3aea3-9cee-a379-d22a-ef1f7620f687"}],"id":"56f6a259-4d61-7ff1-273e-7058a500292c","_postman_id":"56f6a259-4d61-7ff1-273e-7058a500292c","description":""},{"name":"Transfers Recipients","item":[{"name":"Create Transfer Recipient","id":"697b52b4-4e9b-3bd3-d44a-052589f1b477","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"nuban","type":"text"},{"key":"name","value":"Zombie","type":"text"},{"key":"description","value":"Zombier","type":"text"},{"key":"account_number","value":"01000000010","type":"text"},{"key":"bank_code","value":"044","type":"text"},{"key":"currency","value":"NGN","type":"text"}]},"url":"https://api.paystack.co/transferrecipient","description":"<p>Creates a new recipient. An duplicate account number will lead to the retrieval of the existing record.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>type</strong> (<em>required</em>) - Recipient Type (Only nuban at this time)</li>\n<li><strong>name</strong> (<em>required</em>) - A name for the recipient</li>\n<li><strong>metadata</strong> - Store additional information about your recipient in a structured format. JSON</li>\n<li><strong>bank_code</strong> (<em>required</em>) - Required if type is nuban</li>\n<li><strong>currency</strong> - Currency for the account receiving the transfer.</li>\n<li><strong>description</strong></li>\n</ul>\n","urlObject":{"protocol":"https","path":["transferrecipient"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"697b52b4-4e9b-3bd3-d44a-052589f1b477"},{"name":"List Transfer Recipients","id":"80ac020b-dd13-cd0d-b6bc-058389998c58","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transferrecipient","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transferrecipient"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"80ac020b-dd13-cd0d-b6bc-058389998c58"}],"id":"96e8672f-5f16-5b47-fc6d-5d7c15a60c47","_postman_id":"96e8672f-5f16-5b47-fc6d-5d7c15a60c47","description":""},{"name":"Transfers","item":[{"name":"Initiate Transfer","id":"138f4161-cb56-1b98-147c-dc0ad6715883","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"source","value":"balance","type":"text"},{"key":"reason","value":"E go better for you","type":"text"},{"key":"amount","value":"3794800","type":"text"},{"key":"recipient","value":"RCP_gx2wn530m0i3w3m","type":"text"}]},"url":"https://api.paystack.co/transfer","description":"<p>Status of transfer object returned will be ‘pending’ if OTP is disabled. In the event that an OTP is required, status will read ‘otp’.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>source</strong> (<em>required</em>) - Where should we transfer from? Only balance for now</li>\n<li><strong>amount</strong> - Amount to transfer in kobo</li>\n<li><strong>currency</strong> - NGN</li>\n<li><strong>reason</strong></li>\n<li><strong>recipient</strong> (<em>required</em>) - Code for transfer recipient</li>\n<li><strong>reference</strong> - If specified, the field should be a unique identifier (in lowercase) for the object. Only <code>-</code> <code>,</code> <code>_</code> and alphanumeric characters allowed.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"138f4161-cb56-1b98-147c-dc0ad6715883"},{"name":"List Transfers","id":"952bf7c1-b84f-dd70-6a1e-154ca2ce97df","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transfer","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"952bf7c1-b84f-dd70-6a1e-154ca2ce97df"},{"name":"Fetch Transfer","id":"ab99e37c-332b-fc53-bde1-64a166ddc011","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transfer/id_or_code","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id_or_code</strong> (<em>required</em>) - An ID or code for the transfer whose details you want to retrieve.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer","id_or_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab99e37c-332b-fc53-bde1-64a166ddc011"},{"name":"Finalize Transfer","id":"61dc4e37-2177-3d74-7056-393bb10e8f7f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transfer_code","value":"TRF_vsyqdmlzble3uii","type":"text"},{"key":"otp","value":"928783","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.paystack.co/transfer/finalize_transfer","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>transfer_code</strong> (<em>required</em>) - Transfer code</li>\n<li><strong>otp</strong> (<em>required</em>) - OTP sent to business phone to verify transfer.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer","finalize_transfer"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"61dc4e37-2177-3d74-7056-393bb10e8f7f"},{"name":"Initiate Bulk Transfer","id":"e3eba133-0e51-7551-3a71-4a0adfb16427","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"currency","value":"NGN","type":"text"},{"key":"source","value":"balance","type":"text"},{"key":"transfers","value":"[object Object],[object Object]","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.paystack.co/transfer/bulk","description":"<p>You need to disable the Transfers OTP requirement to use this endpoint.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>(no name)</strong></li>\n</ul>\n<p>Status of transfer object returned will be ‘pending’ if OTP is disabled. In the event that an OTP is required, status will read ‘otp’.</p>\n","urlObject":{"protocol":"https","path":["transfer","bulk"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3eba133-0e51-7551-3a71-4a0adfb16427"}],"id":"839b723c-d1a2-9cea-11f1-4770d0a8167b","_postman_id":"839b723c-d1a2-9cea-11f1-4770d0a8167b","description":""},{"name":"Transfers Control","item":[{"name":"Check Balance","id":"d85f0ab0-40ed-6f99-699f-287f5d9444b1","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/balance","description":"<p>You can only transfer from what you have</p>\n","urlObject":{"protocol":"https","path":["balance"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d85f0ab0-40ed-6f99-699f-287f5d9444b1"},{"name":"Resend OTP for Transfer","id":"98fe8d4a-4550-5038-6ee3-50ac434c29e7","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"transfer_code","value":"TRF_vsyqdmlzble3uii","type":"text"}]},"url":"https://api.paystack.co/transfer/resend_otp","description":"<p>Creates a new recipient. An duplicate account number will lead to the retrieval of the existing record.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>transfer_code</strong> (<em>required</em>) - Transfer code</li>\n<li><strong>reason</strong> (<em>required</em>) - either <code>resend_otp</code> or <code>transfer</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer","resend_otp"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"98fe8d4a-4550-5038-6ee3-50ac434c29e7"},{"name":"Disable OTP requirement for Transfers","id":"8666500c-c2c7-d349-84db-9fcd0bd499ed","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transfer/disable_otp","description":"<p>In the event that you want to be able to complete transfers programmatically without use of OTPs, this endpoint helps disable that….with an OTP. No arguments required. You will get an OTP.</p>\n<p>In the event that you want to be able to complete transfers programmatically without use of OTPs, this endpoint helps disable that….with an OTP. No arguments required. An OTP is sent to you on your business phone.</p>\n","urlObject":{"protocol":"https","path":["transfer","disable_otp"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"8666500c-c2c7-d349-84db-9fcd0bd499ed"},{"name":"Finalize Disabling of OTP requirement for Transfers","id":"d40dfac5-546f-8b16-21c1-bef6e627ba3f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"928783","type":"text"}]},"url":"https://api.paystack.co/transfer/disable_otp_finalize","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>otp</strong> (<em>required</em>) - OTP sent to business phone to verify disabling OTP requirement</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer","disable_otp_finalize"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d40dfac5-546f-8b16-21c1-bef6e627ba3f"},{"name":"Enable OTP requirement for Transfers","id":"78196458-be2f-eb61-fefc-0d8238245c15","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transfer/enable_otp","description":"<p>In the event that a customer wants to stop being able to complete transfers programmatically, this endpoint helps turn OTP requirement back on. No arguments required.</p>\n","urlObject":{"protocol":"https","path":["transfer","enable_otp"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"78196458-be2f-eb61-fefc-0d8238245c15"}],"id":"55f12d5d-a432-e80c-1ccb-125215c523c8","_postman_id":"55f12d5d-a432-e80c-1ccb-125215c523c8","description":""},{"name":"Charge","item":[{"name":"Tokenize payment instrument before a charge","id":"12af922e-00dd-9063-6dfe-083e39c61bff","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card\": {\n        \"cvv\": \"408\",\n        \"expiry_month\": 11,\n        \"expiry_year\": 18,\n        \"number\": \"4084084084084081\",\n        \"type\": \"Visa\"\n    },\n    \"email\": \"customer@email.com\"\n}"},"url":"https://api.paystack.co/charge/tokenize","description":"<p>Send an array of objects with authorization codes and amount in kobo so we can process transactions as a batch.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>card</strong> (<em>required</em>) - Card to tokenize</li>\n<li><strong>card.number</strong> (<em>required</em>) - Card to tokenize</li>\n<li><strong>card.cvv</strong> (<em>required</em>) - Card security code</li>\n<li><strong>card.expiry_month</strong> (<em>required</em>) - Expiry month of card</li>\n<li><strong>card.expiry_year</strong> (<em>required</em>) - Expiry year of card</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","tokenize"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"aab2e154-81ac-313a-e855-315b83a8f054","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card\": {\n        \"cvv\": \"408\",\n        \"expiry_month\": 11,\n        \"expiry_year\": 18,\n        \"number\": \"4084084084084081\",\n        \"type\": \"Visa\"\n    },\n    \"email\": \"sdhiman@kumenu.com\"\n}"},"url":"https://api.paystack.co/charge/tokenize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3e9ef8386acd69d7-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"371","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 13:35:00 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"292-btfaNY0/ISQBtIbrUmgVsA\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3AdlNwFsasJLu_CoCCkWq3zgina43MhsMS.n%2F9pwEC2XYANjFfF7rctQdvlt71aAwxp%2BNTzu3PgKnI; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3AdlNwFsasJLu_CoCCkWq3zgina43MhsMS.n%2F9pwEC2XYANjFfF7rctQdvlt71aAwxp%2BNTzu3PgKnI","key":"sails.sid"}],"responseTime":"403","body":"{\n  \"status\": true,\n  \"message\": \"Tokenization attempted\",\n  \"data\": {\n    \"authorization_code\": \"AUTH_2pnazdd1ij\",\n    \"bin\": \"408408\",\n    \"last4\": \"4081\",\n    \"exp_month\": \"11\",\n    \"exp_year\": \"2018\",\n    \"channel\": \"card\",\n    \"card_type\": \"visa DEBIT\",\n    \"bank\": \"Test Bank\",\n    \"country_code\": \"NG\",\n    \"brand\": \"visa\",\n    \"reusable\": true,\n    \"signature\": \"SIG_blOoJX5KN0BjJOQT7Vwp\",\n    \"customer\": {\n      \"id\": 1541151,\n      \"first_name\": null,\n      \"last_name\": null,\n      \"email\": \"sdhiman@kumenu.com\",\n      \"customer_code\": \"CUS_87hd55av8vp8c1r\",\n      \"phone\": null,\n      \"metadata\": null,\n      \"risk_action\": \"default\"\n    }\n  }\n}"}],"_postman_id":"12af922e-00dd-9063-6dfe-083e39c61bff"},{"name":"Charge","id":"32aa812e-e319-b0e2-114d-fefc5a7be6e7","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/charge","description":"<p>Send card details or bank details or authorization code to start a charge.\nSimple guide to charging cards directly <a href=\"https://developers.paystack.co/docs/charging-from-your-backend\">https://developers.paystack.co/docs/charging-from-your-backend</a></p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>email</strong> (<em>required</em>) - Customer's email address</li>\n<li><strong>amount</strong> (<em>required</em>) - Amount in kobo</li>\n<li><strong>card</strong> (<em>required</em>) - Card number</li>\n<li><strong>card.number</strong> (<em>required</em>) - Card to tokenize</li>\n<li><strong>card.cvv</strong> (<em>required</em>) - Card security code</li>\n<li><strong>card.expiry_month</strong> (<em>required</em>) - Expiry month of card</li>\n<li><strong>card.expiry_year</strong> (<em>required</em>) - Expiry year of card</li>\n<li><strong>bank</strong> - Bank account to charge (don't send if charging an authorization code or card)</li>\n<li><strong>bank.code</strong> (<em>required</em>) - A code for the <a href=\"https://developers.paystack.co/v1.0/ref/banks\">bank</a> (check banks for the banks supported). Only the ones for which paywithbank is true will work.</li>\n<li><strong>bank.account_number</strong> (<em>required</em>) - 10 digit nuban for the account to charge</li>\n<li><strong>authorization_code</strong> - An authorization code to charge (don't send if charging a card or bank account)</li>\n<li><strong>pin</strong> - 4-digit PIN (send with a non-reusable authorization code)</li>\n<li><strong>metadata</strong> - A JSON object</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"32aa812e-e319-b0e2-114d-fefc5a7be6e7"},{"name":"Submit PIN","id":"afefb093-d748-c189-26fc-c41c65b974a0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/charge/submit_pin","description":"<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>pin</strong> (<em>required</em>) - PIN submitted by user</li>\n<li><strong>reference</strong> (<em>required</em>) - reference for transaction that requested pin</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","submit_pin"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"afefb093-d748-c189-26fc-c41c65b974a0"},{"name":"Submit OTP","id":"7285ba94-0b17-c579-c3c3-c60d41b34c16","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"otp","value":"123456","type":"text"},{"key":"reference","value":"5bwib5v6anhe9xa","type":"text"}]},"url":"https://api.paystack.co/charge/submit_otp","description":"<p>Submit OTP to complete a charge</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>otp</strong> (<em>required</em>) - OTP submitted by user</li>\n<li><strong>reference</strong> (<em>required</em>) - reference for ongoing transaction</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","submit_otp"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"7285ba94-0b17-c579-c3c3-c60d41b34c16"},{"name":"Submit Phone","id":"7bda906f-8df9-5aa5-300d-1763a8a406e4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/charge/submit_phone","description":"<p>Submit Phone when requested</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>phone</strong> (<em>required</em>) - Phone number submitted by user</li>\n<li><strong>reference</strong> (<em>required</em>) - reference for ongoing transaction</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","submit_phone"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bda906f-8df9-5aa5-300d-1763a8a406e4"},{"name":"Submit Birthday","id":"889d90d2-70bf-8b82-408a-c9eec960da04","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/charge/submit_phone","description":"<p>Submit Birthday when requested</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>birthday</strong> (<em>required</em>) - Birthday number submitted by user</li>\n<li><strong>reference</strong> (<em>required</em>) - reference for ongoing transaction</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","submit_phone"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"889d90d2-70bf-8b82-408a-c9eec960da04"},{"name":"Check pending charge","id":"90d0ed38-5c84-61c7-d0db-ad1f7226f348","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorization","value":"AUTH_n95vpedf","type":"text"},{"key":"amount","value":"2500","type":"text"}]},"url":"https://api.paystack.co/charge/reference","description":"<p>When you get \"pending\" as a charge status, wait 30 seconds or more, then make a check to see if its status has changed. Don't call too early as you may get a lot more pending than you should.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>reference</strong> (<em>required</em>) - The reference to check</li>\n</ul>\n","urlObject":{"protocol":"https","path":["charge","reference"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"90d0ed38-5c84-61c7-d0db-ad1f7226f348"}],"id":"507fdb23-d17e-7de2-47ad-db5c623878c4","_postman_id":"507fdb23-d17e-7de2-47ad-db5c623878c4","description":""},{"name":"Bulk Charges","item":[{"name":"Initiate Bulk Charge","id":"15b30d3f-e0ab-4522-6b73-5dc6ea7c7ecf","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorization","value":"AUTH_n95vpedf","type":"text"},{"key":"amount","value":"2500","type":"text"}]},"url":"https://api.paystack.co/bulkcharge","description":"<p>Send an array of objects with authorization codes and amount in kobo so we can process transactions as a batch.</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>(no_name)</strong></li>\n</ul>\n","urlObject":{"protocol":"https","path":["bulkcharge"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"15b30d3f-e0ab-4522-6b73-5dc6ea7c7ecf"},{"name":"List Bulk Charge Batches","id":"02ded84d-2d83-542c-16c4-8c4d57fe093b","request":{"method":"GET","header":[{"key":"Authorization","value":"https://api.paystack.co/plan"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/transfer/id_or_code","description":"<p>This lists all bulk charge batches created by the integration. Statuses can be <code>active</code>, <code>paused</code>, or <code>complete</code>.</p>\n<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>perPage</strong> - Specify how many records you want to retrieve per page</li>\n<li><strong>page</strong> - Specify exactly what page you want to retrieve</li>\n</ul>\n","urlObject":{"protocol":"https","path":["transfer","id_or_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"02ded84d-2d83-542c-16c4-8c4d57fe093b"},{"name":"Fetch Bulk Charge Batch","id":"948de736-1767-9b5a-b7de-213feed9b1aa","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bulkcharge/id_or_code","description":"<p>This endpoint retrieves a specific batch code. It also returns useful information on its progress by way of the <code>total_charges</code> and <code>pending_charges</code> attributes.</p>\n<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id_or_code</strong> (<em>required</em>) - An ID or code for the transfer whose details you want to retrieve.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bulkcharge","id_or_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"948de736-1767-9b5a-b7de-213feed9b1aa"},{"name":"Fetch Charges in a Batch","id":"77b26f60-8339-4a5d-2916-25b143e44268","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bulkcharge/id_or_code/charges","description":"<p>This endpoint retrieves the charges associated with a specified batch code. Pagination parameters are available. You can also filter by status. Charge statuses can be <code>pending</code>, <code>success</code> or <code>failed</code>.</p>\n<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id_or_code</strong> (<em>required</em>) - An ID or code for the batch whose charges you want to retrieve.</li>\n</ul>\n<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>status</strong> - <code>pending</code>, <code>success</code> or <code>failed</code></li>\n<li><strong>perPage</strong></li>\n<li><strong>page</strong></li>\n</ul>\n","urlObject":{"protocol":"https","path":["bulkcharge","id_or_code","charges"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"77b26f60-8339-4a5d-2916-25b143e44268"},{"name":"Pause Bulk Charge Batch","id":"85bbe668-9f72-e66a-d23b-3bc3ec496903","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bulkcharge/pause/batch_code","description":"<p>Use this endpoint to pause processing a batch</p>\n<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>batch_code</strong> (<em>required</em>)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bulkcharge","pause","batch_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"85bbe668-9f72-e66a-d23b-3bc3ec496903"},{"name":"Resume Bulk Charge Batch","id":"d8d1d702-c1d6-74ad-0b5d-fb1590a5b6a0","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bulkcharge/resume/batch_code","description":"<p>Use this endpoint to pause processing a batch</p>\n<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>batch_code</strong> (<em>required</em>)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bulkcharge","resume","batch_code"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8d1d702-c1d6-74ad-0b5d-fb1590a5b6a0"}],"id":"1fb8b0d5-ac07-bc99-35e1-31203f015f38","_postman_id":"1fb8b0d5-ac07-bc99-35e1-31203f015f38","description":""},{"name":"Refunds","item":[{"name":"Create Refund","id":"0efb5031-3201-fff9-938f-bf218b233944","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"transaction","value":"12794872","type":"text"},{"key":"amount","value":"50000","type":"text"},{"key":"currency","value":"NGN","type":"text"},{"key":"merchant_note","value":"yada yada","type":"text"},{"key":"customer_note","value":"blah blah","type":"text"}]},"url":"https://api.paystack.co/refund","description":"<p>This creates a refund which is then processed by the Paystack team</p>\n<p><strong>Body Params</strong></p>\n<ul>\n<li><strong>transaction</strong> <em>(required)</em>: Identifier for transaction to be refunded</li>\n<li><strong>amount</strong> <em>(optional)</em>: How much in kobo to be refunded to the customer. Amount is optional(defaults to original transaction amount) and cannot be more than the original transaction amount.</li>\n<li><strong>currency</strong>: Three-letter ISO currency</li>\n<li><strong>customer_note</strong> <em>(optional)</em>: customer reason</li>\n<li><strong>merchant_note</strong> <em>(optional)</em>: merchant reason</li>\n</ul>\n","urlObject":{"protocol":"https","path":["refund"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"b29a5a4d-b0ec-2225-67cd-9c523f97d7e2","name":"Create Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"transaction","value":"12794872","type":"text"},{"key":"amount","value":"50000","type":"text"},{"key":"currency","value":"NGN","type":"text"},{"key":"merchant_note","value":"yada yada","type":"text"},{"key":"customer_note","value":"blah blah","type":"text"}]},"url":"https://api.paystack.co/refund"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3ec84cb3ced506f4-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"4189","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 13 Feb 2018 13:57:56 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"105d-5iUBG4flE1Tc2HYDTeyHIw\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3AvpsEWq6L5AUz3A8uLCZNFSPK7kEtBNbN.BxOcb504gxj4FQ09n9CmxWYSoEPViK5AUXt68C8zkZ8; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3AvpsEWq6L5AUz3A8uLCZNFSPK7kEtBNbN.BxOcb504gxj4FQ09n9CmxWYSoEPViK5AUXt68C8zkZ8","key":"sails.sid"}],"responseTime":"526","body":"{\n  \"status\": true,\n  \"message\": \"Refund created successfully\",\n  \"data\": {\n    \"dispute\": 5238,\n    \"transaction\": {\n      \"reference\": \"1517474242_6122RNV2MR\",\n      \"domain\": \"test\",\n      \"status\": \"reversed\",\n      \"message\": null,\n      \"original_amount\": 50750,\n      \"amount\": 50750,\n      \"authorized_amount\": null,\n      \"captured_amount\": null,\n      \"gateway\": \"\",\n      \"otp_identifier\": null,\n      \"quantity\": 1,\n      \"channel\": \"card\",\n      \"gateway_response\": \"Successful\",\n      \"receipt_number\": null,\n      \"merchant_transaction_reference\": null,\n      \"authorization_code\": \"AUTH_jryeoytyxx\",\n      \"authorization_url\": null,\n      \"authorization_url_valid\": null,\n      \"authorization_url_accessed_at\": null,\n      \"authorization_url_access_count\": null,\n      \"currency\": \"NGN\",\n      \"logged_for_settlement\": \"ignored\",\n      \"settled\": true,\n      \"metadata\": {\n        \"custom_fields\": [\n          {\n            \"display_name\": \"Full Name\",\n            \"variable_name\": \"Full_Name\",\n            \"type\": \"text\",\n            \"value\": \"Stephen Amaza\"\n          },\n          {\n            \"display_name\": \"Quantity\",\n            \"variable_name\": \"Quantity\",\n            \"type\": \"text\",\n            \"value\": 1\n          },\n          {\n            \"display_name\": \"Phone Number\",\n            \"variable_name\": \"Phone_Number\",\n            \"type\": \"text\",\n            \"value\": 9085662909\n          },\n          {\n            \"display_name\": \"Address\",\n            \"variable_name\": \"Address\",\n            \"type\": \"text\",\n            \"value\": \"3 Ladoke Akintola Rd, GRA\"\n          },\n          {\n            \"display_name\": \"Datepicker Title\",\n            \"variable_name\": \"Datepicker_Title\",\n            \"type\": \"text\",\n            \"value\": \"02/23/2018\"\n          },\n          {\n            \"display_name\": \"Unit Price\",\n            \"variable_name\": \"Unit_Price\",\n            \"type\": \"text\",\n            \"value\": \"NGN500\"\n          }\n        ],\n        \"referrer\": \"http://localhost:8888/page/\"\n      },\n      \"additional_parameters\": null,\n      \"response\": null,\n      \"transaction_number\": null,\n      \"payment_page\": \"0\",\n      \"bin\": \"408408\",\n      \"country_code\": null,\n      \"ip_address\": \"41.184.178.86\",\n      \"ip_address_geo\": null,\n      \"paidAt\": \"2018-02-01T08:38:08.000Z\",\n      \"fees\": 761,\n      \"deviceid\": \"648cbc1f3cd6f5cfc8e0fc621d33c06e\",\n      \"callback_url\": null,\n      \"label\": \"0\",\n      \"dss_verdict\": null,\n      \"log\": {\n        \"time_spent\": 48,\n        \"attempts\": 1,\n        \"authentication\": null,\n        \"errors\": 0,\n        \"success\": true,\n        \"mobile\": false,\n        \"input\": [],\n        \"channel\": null,\n        \"history\": [\n          {\n            \"type\": \"input\",\n            \"message\": \"Filled these fields: card number, card expiry, card cvv\",\n            \"time\": 45\n          },\n          {\n            \"type\": \"action\",\n            \"message\": \"Attempted to pay\",\n            \"time\": 45\n          },\n          {\n            \"type\": \"success\",\n            \"message\": \"Successfully paid\",\n            \"time\": 47\n          },\n          {\n            \"type\": \"close\",\n            \"message\": \"Page closed\",\n            \"time\": 48\n          }\n        ]\n      },\n      \"subaccount_code\": null,\n      \"fees_split\": null,\n      \"errorcategory\": null,\n      \"errorcode\": null,\n      \"id\": 12794872,\n      \"integration\": 119333,\n      \"customer\": 834733,\n      \"coupon\": 0,\n      \"plan\": 0,\n      \"subscription\": null,\n      \"invoice\": null,\n      \"payment_request\": 0,\n      \"authorization\": 3878861,\n      \"settlement\": null,\n      \"subaccount\": null,\n      \"createdAt\": \"2018-02-01T08:37:24.000Z\",\n      \"updatedAt\": \"2018-02-13T13:57:56.000Z\"\n    },\n    \"currency\": \"NGN\",\n    \"amount\": 50000,\n    \"channel\": \"\",\n    \"customer_note\": \"blah blah\",\n    \"merchant_note\": \"yada yada\",\n    \"integration\": 119333,\n    \"domain\": \"test\",\n    \"status\": \"pending\",\n    \"refunded_by\": \"steve@paystack.com\",\n    \"refunded_at\": \"2018-02-13T13:57:56.549Z\",\n    \"expected_at\": \"2018-02-20T13:57:56.000Z\",\n    \"fully_deducted\": false,\n    \"id\": 763,\n    \"createdAt\": \"2018-02-13T13:57:56.551Z\",\n    \"updatedAt\": \"2018-02-13T13:57:56.551Z\"\n  }\n}"}],"_postman_id":"0efb5031-3201-fff9-938f-bf218b233944"},{"name":"List Refunds","id":"5ef33cf8-7969-9793-2b0d-25430c3eba26","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/refund","description":"<p><strong>Query Parameters</strong></p>\n<ul>\n<li><strong>transaction</strong></li>\n<li><strong>currency</strong></li>\n</ul>\n","urlObject":{"protocol":"https","path":["refund"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"deb72282-608a-6b41-7d27-0104326c1f09","name":"List Refunds","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/refund"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3ebe8d2f6d760a90-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"82","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 12 Feb 2018 09:34:20 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"52-hNi7udIfPKyFcTWyPMlgkw\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3A9Ws_2f_T7wJ-hiQHjkSOfnBEuZjWp-Yq.ubKRlmVDHufn8fem8Ej2YOKlZjq75CgSJh%2Fx5Dg366Q; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3A9Ws_2f_T7wJ-hiQHjkSOfnBEuZjWp-Yq.ubKRlmVDHufn8fem8Ej2YOKlZjq75CgSJh%2Fx5Dg366Q","key":"sails.sid"}],"responseTime":"252","body":"\n{\n    \"status\": true,\n    \"message\": \"Refunds retrieved\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"integration\": 100982,\n            \"domain\": \"live\",\n            \"transaction\": 1641,\n            \"dispute\": 20,\n            \"amount\": 500000,\n            \"deducted_amount\": 500000,\n            \"currency\": \"NGN\",\n            \"channel\": \"migs\",\n            \"fully_deducted\": 1,\n            \"refunded_by\": \"customer@gmail.com\",\n            \"refunded_at\": \"2018-01-12T10:54:47.000Z\",\n            \"expected_at\": \"2017-10-01T21:10:59.000Z\",\n            \"settlement\": null,\n            \"customer_note\": \"xxx\",\n            \"merchant_note\": \"xxx\",\n            \"created_at\": \"2017-09-24T21:10:59.000Z\",\n            \"updated_at\": \"2018-01-18T11:59:56.000Z\",\n            \"status\": \"processed\"\n        },\n        {\n            \"id\": 2,\n            \"integration\": 100982,\n            \"domain\": \"test\",\n            \"transaction\": 323896,\n            \"dispute\": 45,\n            \"amount\": 500000,\n            \"deducted_amount\": null,\n            \"currency\": \"NGN\",\n            \"channel\": \"migs\",\n            \"fully_deducted\": null,\n            \"refunded_by\": \"customer@gmail.com\",\n            \"refunded_at\": \"2017-09-24T21:11:53.000Z\",\n            \"expected_at\": \"2017-10-01T21:11:53.000Z\",\n            \"settlement\": null,\n            \"customer_note\": \"xxx\",\n            \"merchant_note\": \"xxx\",\n            \"created_at\": \"2017-09-24T21:11:53.000Z\",\n            \"updated_at\": \"2017-09-24T21:11:53.000Z\",\n            \"status\": \"pending\"\n        }\n    ]\n}"}],"_postman_id":"5ef33cf8-7969-9793-2b0d-25430c3eba26"},{"name":"Fetch Refund","id":"3f14ab60-736b-6bc1-1868-05fc72dd7e97","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/refund/:id","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>id</strong> - ID of the transaction to be refunded</li>\n</ul>\n","urlObject":{"protocol":"https","path":["refund",":id"],"host":["api","paystack","co"],"query":[],"variable":[{"type":"any","value":"","key":"id"},{"type":"any","value":"","key":"undefined"}]}},"response":[{"id":"33088a97-860d-7d24-0f7f-08ba3f9f8a28","name":"Fetch Refund","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.paystack.co/refund/:id","protocol":"https","host":["api","paystack","co"],"path":["refund",":id"],"variable":[{"key":"id","value":""},{"key":"undefined","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3ebe98edefd50a84-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 12 Feb 2018 09:42:21 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"31-TcCODO2pQ5hz9TTU0Rc5Eg\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3A9hOGFH6HMzoKQ7SDjRZ2DDLIqdtnTyWJ.gz9UiPJ0Y%2BOxSf7xuav9YvSLw951S%2BBg%2BoB7pFBBi%2FI; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3A9hOGFH6HMzoKQ7SDjRZ2DDLIqdtnTyWJ.gz9UiPJ0Y%2BOxSf7xuav9YvSLw951S%2BBg%2BoB7pFBBi%2FI","key":"sails.sid"}],"responseTime":"568","body":"\n{\n    \"status\": true,\n    \"message\": \"Refund retrieved\",\n    \"data\": {\n        \"integration\": 100982,\n        \"transaction\": 1641,\n        \"dispute\": null,\n        \"settlement\": null,\n        \"domain\": \"live\",\n        \"amount\": 500000,\n        \"deducted_amount\": 500000,\n        \"fully_deducted\": true,\n        \"currency\": \"NGN\",\n        \"channel\": \"migs\",\n        \"status\": \"processed\",\n        \"refunded_by\": \"eseyinwale@gmail.com\",\n        \"refunded_at\": \"2018-01-12T10:54:47.000Z\",\n        \"expected_at\": \"2017-10-01T21:10:59.000Z\",\n        \"customer_note\": \"xxx\",\n        \"merchant_note\": \"xxx\",\n        \"id\": 1,\n        \"createdAt\": \"2017-09-24T21:10:59.000Z\",\n        \"updatedAt\": \"2018-01-18T11:59:56.000Z\"\n    }\n}"}],"_postman_id":"3f14ab60-736b-6bc1-1868-05fc72dd7e97"}],"id":"8d3a0efa-30dd-158f-17e7-8f406ba0814d","description":"<p>A Refund is an object created on a disputed transaction requesting for a refund. Credit/Debit card originally charged will be refunded.</p>\n","_postman_id":"8d3a0efa-30dd-158f-17e7-8f406ba0814d"},{"name":"Control Panel","item":[{"name":"Fetch Payment Session Timeout","id":"05f77723-58a4-bc9f-d802-b586d6f833b2","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"nuban","type":"text"},{"key":"name","value":"Zombie","type":"text"},{"key":"description","value":"Zombier","type":"text"},{"key":"account_number","value":"01000000010","type":"text"},{"key":"bank_code","value":"044","type":"text"},{"key":"currency","value":"NGN","type":"text"}]},"url":"https://api.paystack.co/integration/payment_session_timeout","urlObject":{"protocol":"https","path":["integration","payment_session_timeout"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"05f77723-58a4-bc9f-d802-b586d6f833b2"},{"name":"Update Payment Session Timeout","id":"614e14e9-539f-0310-8a56-0f2ba0a2ab2d","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/integration/payment_session_timeout","description":"<p><strong>Query Params</strong></p>\n<ul>\n<li><strong>timeout</strong> - Time before stopping session (in seconds). Set to 0 to cancel session timeouts</li>\n</ul>\n","urlObject":{"protocol":"https","path":["integration","payment_session_timeout"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"614e14e9-539f-0310-8a56-0f2ba0a2ab2d"}],"id":"b587aaa2-60c7-05e7-258d-64998dc26461","_postman_id":"b587aaa2-60c7-05e7-258d-64998dc26461","description":""},{"name":"Verification","item":[{"name":"Resolve BVN","id":"dbb2e09c-0800-1c29-ccb8-d07adab2a70f","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bank/resolve_bvn/{BVN}","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>bvn</strong> (<em>required</em>) - 11 digit BVN</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bank","resolve_bvn","{BVN}"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbb2e09c-0800-1c29-ccb8-d07adab2a70f"},{"name":"Resolve Account Number","id":"3cbfdbcb-fb07-50fd-4b59-852892d4c375","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bank/resolve?account_number=ACCOUNT_NUMBER&bank_code=BANK_CODE","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>account_number</strong> - Account Number</li>\n<li><strong>bank_code</strong> - Bank Code</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bank","resolve"],"host":["api","paystack","co"],"query":[{"key":"account_number","value":"ACCOUNT_NUMBER"},{"key":"bank_code","value":"BANK_CODE"}],"variable":[]}},"response":[],"_postman_id":"3cbfdbcb-fb07-50fd-4b59-852892d4c375"},{"name":"Resolve Card BIN","id":"b9c60d1a-8c8c-c734-00bf-758577f302ae","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/decision/bin/{BIN)","description":"<p><strong>Path Params</strong></p>\n<ul>\n<li><strong>bin</strong> (<em>required</em>) - First 6 characters of card</li>\n</ul>\n","urlObject":{"protocol":"https","path":["decision","bin","{BIN)"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9c60d1a-8c8c-c734-00bf-758577f302ae"},{"name":"Resolve Phone Number","id":"1a03f426-920a-afe5-ea08-ecc26043b3f4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"verification_type","value":"truecaller","type":"text"},{"key":"phone","value":"2349012345678","type":"text"},{"key":"callback_url","value":"https://linktopage.com/truecaller","type":"text"}]},"url":"https://api.paystack.co/verifications","description":"<p>Using the Truecaller API you can verify the authenticity of a customer. It returns the customer's name, phone number, email, social media handles and organization as available on their Truecaller profile.</p>\n<p><strong>Body Parameters</strong></p>\n<ul>\n<li><strong>verification_type</strong> <em>(required)</em></li>\n<li><strong>phone</strong> <em>(required)</em> - Customer phone number starting with country code (without the + prefix)</li>\n<li><strong>callback_url</strong> - Link on server to receive the truecaller details</li>\n</ul>\n","urlObject":{"protocol":"https","path":["verifications"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[{"id":"1edba064-8458-e9d6-f228-5e8b854fc1da","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"verification_type","value":"truecaller","type":"text"},{"key":"phone","value":"2347036809348","type":"text"},{"key":"callback_url","value":"No URL included","type":"text"}]},"url":"https://api.paystack.co/verifications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3f9dfc750a0c6b61-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Sun, 11 Mar 2018 12:22:22 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"31-TcCODO2pQ5hz9TTU0Rc5Eg\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3ABcpFBu2qTg7wUxoUIsZ4P1VCnrnNOAfd.s7nRTSYSR1LCHPq8hhFYnrtplcieySZWtDNB8i1VTrQ","key":"sails.sid"}],"responseTime":"612","body":"{\n  \"status\": false,\n  \"message\": \"Invalid key\"\n}"},{"id":"66e73a06-eb97-a645-358b-23569d37159a","name":"No truecaller app installed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer sk_test_d10560c705c1c402ff1e2406d88135e698261251","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"verification_type","value":"truecaller","type":"text"},{"key":"phone","value":"2347036809340\n","type":"text"},{"key":"callback_url","value":"https://linktopage.com/truecaller","type":"text"}]},"url":"https://api.paystack.co/verifications"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3f9df7824a2d6b61-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"102","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Sun, 11 Mar 2018 12:19:00 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"5d-0reyzbejXkazWnJmxYVtRA\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""},{"key":"set-cookie","value":"sails.sid=s%3ABcpFBu2qTg7wUxoUIsZ4P1VCnrnNOAfd.s7nRTSYSR1LCHPq8hhFYnrtplcieySZWtDNB8i1VTrQ; Path=/; HttpOnly; Secure","name":"set-cookie","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3ABcpFBu2qTg7wUxoUIsZ4P1VCnrnNOAfd.s7nRTSYSR1LCHPq8hhFYnrtplcieySZWtDNB8i1VTrQ","key":"sails.sid"}],"responseTime":"731","body":"{\n  \"status\": false,\n  \"message\": \"This number does not have the Truecaller app installed.\"\n}"},{"id":"d0f22670-454e-0596-6027-bb14fd4f5ebd","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer sk_test_d10560c705c1c402ff1e2406d88135e698261251"}],"body":{"mode":"formdata","formdata":[{"key":"verification_type","value":"truecaller","type":"text"},{"key":"phone","value":"2347036809340\n","type":"text"},{"key":"callback_url","value":"https://linktopage.com/truecaller","type":"text"}]},"url":"https://api.paystack.co/verifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"3f9df6cc9ba76b61-LHR","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"186","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Sun, 11 Mar 2018 12:18:31 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"d0-WENhxvB2YI5kTAMR7WR93A\"","name":"ETag","description":""},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":""},{"key":"Server","value":"cloudflare","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Vary","value":"X-HTTP-Method-Override","name":"Vary","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Powered-By","value":"Sails <sailsjs.org>","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"paystack.co","path":"/","secure":false,"value":"d112058215f7178c3149e857f0b1346371505483302","key":"__cfduid"},{"expires":"Invalid Date","httpOnly":true,"domain":"api.paystack.co","path":"/","secure":true,"value":"s%3A7LgGvmGpDzAihy5HGWjMt0-6pYQ-O1fI.Ww9WlrquS0KVxKei%2FOvD31f9FgrFwd6UeBtbUDUw5So","key":"sails.sid"}],"responseTime":"796","body":"{\n  \"status\": true,\n  \"message\": \"Truecaller verification successful\",\n  \"data\": {\n    \"requestId\": \"zLXHzm_DqHcv09ghFQuLfBQ81Cs=\",\n    \"state\": \"truecaller_vef_c4d3e611fbff37a0cb73e02e4d081db31a47255f\"\n  }\n}"}],"_postman_id":"1a03f426-920a-afe5-ea08-ecc26043b3f4"}],"id":"9a06319d-24e8-57a2-a302-069e1528c635","_postman_id":"9a06319d-24e8-57a2-a302-069e1528c635","description":""},{"name":"Miscellaneous","item":[{"name":"List Banks","id":"63e665db-fd32-ae16-a0ad-906534835d69","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer SECRET_KEY"}],"body":{"mode":"raw","raw":""},"url":"https://api.paystack.co/bank","urlObject":{"protocol":"https","path":["bank"],"host":["api","paystack","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"63e665db-fd32-ae16-a0ad-906534835d69"}],"id":"41d0bf2d-383d-889e-d584-1b7d15c49a47","_postman_id":"41d0bf2d-383d-889e-d584-1b7d15c49a47","description":""}]}