{"info":{"_postman_id":"47bac423-fa4e-455c-97d3-e06a3b074e69","name":"VENDPOCKET","description":"<html><head></head><body><h3 id=\"vendpocket-payments-api\"><strong>VendPocket Payments API</strong></h3>\n<p>As a business, We have made collecting payments for your goods and services easier with our stack.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10318795","collectionId":"47bac423-fa4e-455c-97d3-e06a3b074e69","publishedId":"2s8YKDnNzL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-06T00:16:33.000Z"},"item":[{"name":"AUTHENTICATOR","item":[{"name":"INITIALISATION_V2","id":"7c0c3945-cc60-4031-9bd0-dc5572f334a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"auth","value":"6a37dh433f0075f22426","description":"<p>Your Auth { String }</p>\n","type":"text"},{"key":"token","value":"3fa8601e5613d801e0ec","description":"<p>Your Token { String } . You can request this from us</p>\n","type":"text"}]},"url":"[BASE_URL]/v2/init","description":"<p>This endpoints accept your auth and token in order for you to get the neccessary information for you to access other endpoints.</p>\n","urlObject":{"path":["v2","init"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c0c3945-cc60-4031-9bd0-dc5572f334a0"}],"id":"ed1471f9-89ae-4d46-a352-1c5c8828f415","description":"<p>To call on any of our endpoints, you need to have X-Auth-Signature &amp; Authorization. Authenticator endpoints allows you to have access to this two important information you need whenever you want to make a call to our API</p>\n","_postman_id":"ed1471f9-89ae-4d46-a352-1c5c8828f415"},{"name":"SETUP","item":[{"name":"ACCOUNT STATS","id":"819a858c-d1a6-4ccd-8de2-b1d44a00e3e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/account_stats","description":"<p>This is the endpoint to generate your account information</p>\n","urlObject":{"path":["v1","account_stats"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"819a858c-d1a6-4ccd-8de2-b1d44a00e3e9"}],"id":"ebda196e-e8ce-4ae6-836b-07654760291f","_postman_id":"ebda196e-e8ce-4ae6-836b-07654760291f","description":""},{"name":"VIRTUAL ACCOUNT","item":[{"name":"CREATE STATIC VIRTUAL ACCOUNT","id":"04bf84ed-1bae-4aaa-a6b2-91694229bd9d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"03d91c43878","type":"text"},{"key":"Authorization","value":"Bearer 2f43305e8aaf49","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n\"FirstName\":\"Chinwendu\",\r\n\"LastName\":\"Uzoma\",\r\n\"PhoneNumber\":\"08034457879\",\r\n\"Gender\":\"Female\",\r\n\"Email\":\"chinwem19@gmail.com\",\r\n\"Tier\":\"3\",\r\n\"DateOfBirth\":\"12-06-1985\",\r\n\"BVN\":\"22349370552\",\r\n\"isUnique\":\"1\",\r\n\"IdentityNumber\":\"10601524721\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/virtual/create","description":"<p>Endpoint to create a new static virtual account</p>\n","urlObject":{"path":["v1","virtual","create"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[{"id":"ba929f39-60ba-4f29-8887-344fdb94039c","name":"CREATE STATIC VIRTUAL ACCOUNT","originalRequest":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"6a37dh433f0075f22426","type":"text"},{"key":"Authorization","value":"Bearer 97f54d730e7c222d65a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"FirstName\": \"Kehinde\",\r\n\"LastName\": \"Akintade\",\r\n\"PhoneNumber\": \"09068778077\",\r\n\"Gender\": \"Male\",\r\n\"Email\": \"venturegoodness@gmail.com\",\r\n\"Tier\": \"1\",\r\n\"DateOfBirth\": \"17-06-1985\",\r\n\"BVN\": \"2217469603\",\r\n\"isUnique\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vendpocket.com/v1/virtual/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2024 15:50:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization,X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method,X-Auth-Signature"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Account Created Successfully!\",\n    \"Virtual\": {\n        \"Tier\": \"1\",\n        \"AccountName\": \"Dipo Jacob\",\n        \"AccountNumber\": \"0123456789\",\n        \"BankName\": \"Rehoboth Bank\",\n        \"AccountType\": \"Static\",\n        \"Reference\": \"34171043145314084\"\n    }\n}"}],"_postman_id":"04bf84ed-1bae-4aaa-a6b2-91694229bd9d"},{"name":"CREATE STATIC VIRTUAL ACCOUNT Copy","id":"83800015-e516-4028-a7ed-ec7d7bf406e7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"03d91c43878","type":"text"},{"key":"Authorization","value":"Bearer 2f43305e8aaf49","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n\"FirstName\":\"Chinwendu\",\r\n\"LastName\":\"Uzoma\",\r\n\"PhoneNumber\":\"08034457879\",\r\n\"Gender\":\"Female\",\r\n\"Email\":\"chinwem19@gmail.com\",\r\n\"Tier\":\"3\",\r\n\"DateOfBirth\":\"12-06-1985\",\r\n\"BVN\":\"22349370552\",\r\n\"isUnique\":\"1\",\r\n\"IdentityNumber\":\"10601524721\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/virtual/create","description":"<p>Endpoint to create a new static virtual account</p>\n","urlObject":{"path":["v1","virtual","create"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[{"id":"f7eefb75-e4b2-4ecb-9c78-ccc2ff1791a4","name":"CREATE STATIC VIRTUAL ACCOUNT","originalRequest":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"6a37dh433f0075f22426","type":"text"},{"key":"Authorization","value":"Bearer 97f54d730e7c222d65a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"FirstName\": \"Kehinde\",\r\n\"LastName\": \"Akintade\",\r\n\"PhoneNumber\": \"09068778077\",\r\n\"Gender\": \"Male\",\r\n\"Email\": \"venturegoodness@gmail.com\",\r\n\"Tier\": \"1\",\r\n\"DateOfBirth\": \"17-06-1985\",\r\n\"BVN\": \"2217469603\",\r\n\"isUnique\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vendpocket.com/v1/virtual/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2024 15:50:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, DELETE, PUT"},{"key":"Access-Control-Allow-Headers","value":"Authorization,X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method,X-Auth-Signature"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Account Created Successfully!\",\n    \"Virtual\": {\n        \"Tier\": \"1\",\n        \"AccountName\": \"Dipo Jacob\",\n        \"AccountNumber\": \"0123456789\",\n        \"BankName\": \"Rehoboth Bank\",\n        \"AccountType\": \"Static\",\n        \"Reference\": \"34171043145314084\"\n    }\n}"}],"_postman_id":"83800015-e516-4028-a7ed-ec7d7bf406e7"},{"name":"CREATE DYNAMIC VIRTUAL ACCOUNT","id":"1d14d179-04b6-4060-b996-4772f6d23b56","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"raw","raw":""},"url":"[BASE_URL]/v1/virtual/create_dynamic","description":"<p>Endpoint to create a dynamic virtual account</p>\n","urlObject":{"path":["v1","virtual","create_dynamic"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d14d179-04b6-4060-b996-4772f6d23b56"},{"name":"UPDATE VIRTUAL ACCOUNT TIERS","id":"25a9439b-b0f3-4dbc-9694-a7a4582111f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"AccountNumber","value":"0987654321","description":"<p>The customer account number { String }</p>\n","type":"text"},{"key":"Tier","value":"2","description":"<p>The new tier { Integer }</p>\n","type":"text"},{"key":"BVN","value":"2222222222","description":"<p>The customer BVN { String }</p>\n","type":"text"},{"key":"DateOfBirth","value":"29/10/1999","description":"<p>The customer Date of birth { String }</p>\n","type":"text"},{"key":"IdentityNumber","value":"27327372","description":"<p>customer ID Card for tier 1 or 2</p>\n","type":"text"}]},"url":"[BASE_URL]/v1/virtual/update","description":"<p>Endpoint to update virtual account</p>\n","urlObject":{"path":["v1","virtual","update"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a9439b-b0f3-4dbc-9694-a7a4582111f8"},{"name":"CHECK BUSINESS ACCOUNT LIST","id":"7001d21e-12ff-4455-b9c7-8a14f4f25b5e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"url":"[BASE_URL]/v1/virtual/check","description":"<p>Endpoint to list a created virtual account both static and dynamic</p>\n","urlObject":{"path":["v1","virtual","check"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"7001d21e-12ff-4455-b9c7-8a14f4f25b5e"},{"name":"CHECK VIRTUAL ACCOUNT TRANSACTIONS","id":"6e5dfcc0-cd35-4eb6-9e4e-ea089f989fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"34d2c820a","type":"text"},{"key":"Authorization","value":"Bearer 33498efe8ecb5311c6ad7b88af587428a0370","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"Virtual_Account\":\"1100197449\",\r\n\"StartDate\": \"03-01-2023\",\r\n\"EndDate\": \"03-04-2023\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/virtual/check_account","description":"<p>Endpoint to check all the transactions on a virtual account</p>\n","urlObject":{"path":["v1","virtual","check_account"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e5dfcc0-cd35-4eb6-9e4e-ea089f989fac"},{"name":"ALL DEPOSIT","id":"e4513ee2-a678-4457-8715-db020784bdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"34d2c820a","type":"text"},{"key":"Authorization","value":"Bearer 73db979f6666e0d1c904bc7c5c26a66ccb531","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"StartDate\": \"29-03-2023\",\r\n\"EndDate\": \"03-04-2023\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/virtual/all_deposit","description":"<h4 id=\"this-is-the-api-to-login-to-rehoboth-and-access-the-authorisation-code-you-need-everytime-you-call-on-the-other-end-point\"><em><strong>This is the API to login to Rehoboth and access the Authorisation Code you need everytime you call on the other end point</strong></em></h4>\n","urlObject":{"path":["v1","virtual","all_deposit"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4513ee2-a678-4457-8715-db020784bdf7"}],"id":"dde2e20e-35bc-404c-8978-d9a4e90d639f","description":"<p>This is where you can manage virtual account for your customer</p>\n","_postman_id":"dde2e20e-35bc-404c-8978-d9a4e90d639f"},{"name":"FLIPPED ACCOUNT","item":[{"name":"CREATE FLIPPED ACCOUNT","id":"76768826-0bff-4e81-ba69-7c554ee2bf39","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"34d2c820a315b","type":"text"},{"key":"Authorization","value":"Bearer 243b49109d735","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"FirstName\": \"Ola\",\r\n\"LastName\": \"Lakean\",\r\n\"OtherName\": \"Salam\",\r\n\"PhoneNumber\": \"08161700000\",\r\n\"Gender\": \"Male\",\r\n\"Email\": \"olam@gmail.com\",\r\n\"CustomerAccountNumber\": \"1030757234\",\r\n\"CustomerBankCode\": \"058\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.vendpocket.com/v2/virtual/create_flipped","description":"<p>Utilize the bank list and name enquiry features to enable your customers to profile the bank account from which they will make payments. Please ensure they input accurate information using the name enquiry, as it is utilized when calling the Flipped Account API. The customerbankcode corresponds to the bank code available in the bank list chosen by the customer.</p>\n","urlObject":{"protocol":"https","path":["v2","virtual","create_flipped"],"host":["api","vendpocket","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76768826-0bff-4e81-ba69-7c554ee2bf39"}],"id":"0a4de6e6-0c95-4cc8-9657-ffc1771d6b54","description":"<p>Streamline your business funding process with Flipped Account,<br />eliminating the need for creating new accounts or assigning new accounts to your customers every time they make transactions.</p>\n","_postman_id":"0a4de6e6-0c95-4cc8-9657-ffc1771d6b54"},{"name":"BILL PAYMENTS","item":[{"name":"GET AIRTIME & DATA BUNDLE","id":"602c7fb1-1409-4679-a13e-e2908466b9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"ffdffsfsfs","type":"text"},{"key":"Authorization","value":"Bearer 2afdecd51dc783","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"[BASE_URL]/v1/bill/bundle","description":"<p>Endpoint to get the list of all the available bill payments include Airtime , Data &amp; Cable TV</p>\n","urlObject":{"path":["v1","bill","bundle"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"602c7fb1-1409-4679-a13e-e2908466b9a5"},{"name":"BILL TRANSACTIONS","id":"35de52e0-d1c5-4cef-b718-2ab77041b1a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"StartDate\": \"29-03-2023\",\r\n\"EndDate\": \"03-04-2023\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/bill/transactions","description":"<p>Endpoint to get all bill payment transactions</p>\n","urlObject":{"path":["v1","bill","transactions"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"35de52e0-d1c5-4cef-b718-2ab77041b1a1"},{"name":"AIRTIME & DATA PURCHASE","id":"2285b911-d143-4aad-a1f8-a476980c09e6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"03d91c43878dd2e97e2bc8e882ab8157d542","type":"text"},{"key":"Authorization","value":"Bearer 57434b321d71d9203c78a30c89fa901b1e531","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Bundle_ID","value":"1","type":"text"},{"key":"PhoneOrSmartCardNo","value":"08161749362","type":"text"},{"key":"Bundle_Price","value":"71","type":"text"}]},"url":"https://api.vendpocket.com/v1/bill/purchase","description":"<p>Endpoint to make new bill payment purchases</p>\n","urlObject":{"protocol":"https","path":["v1","bill","purchase"],"host":["api","vendpocket","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2285b911-d143-4aad-a1f8-a476980c09e6"},{"name":"ELECTRIC PURCHASE","id":"5e9bc4a3-a63e-4bd1-9bbd-e8a1bc0c22a6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"763fe9cc8f75928de424","type":"text"},{"key":"Authorization","value":"Bearer 6303793568","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"meter_no\": \"1111111111111\",\r\n\"type\": \"POSTPAID\",\r\n\"Service_ID\": \"IBEDC\",\r\n\"phone\": \"0800000000\",\r\n\"Bundle_Price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/bill/electric_purchase","description":"<p>Endpoint to buy electric</p>\n<p>type: POSTPAID or PREPAID<br />Service_ID: EKEDC or IBEDC or EEDC or IKEDC or AEDC or KEDC or PHED</p>\n","urlObject":{"path":["v1","bill","electric_purchase"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e9bc4a3-a63e-4bd1-9bbd-e8a1bc0c22a6"},{"name":"CABLE PURCHASE","id":"23c42488-8f2e-46b3-9196-dc26f63e3d10","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"763fe9cc8f75928de424","type":"text"},{"key":"Authorization","value":"Bearer 6303793568","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"PhoneOrSmartCardNo\": \"1111111111111\",\r\n\"PackageCode\": \"NLTESE36\",\r\n\"Product_Name\": \"PADI\",\r\n\"CompanyID\": \"7\",\r\n\"Product_Price\": 1000,\r\n\"NetworkOperator\": \"DSTV\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/bill/cablepurchase","description":"<p>Endpoint to make cable purchases</p>\n<p>CompanyID : DSTV is 7, GOTV is 6, STARTIMES is 8</p>\n<p>PhoneOrSmartCardNo is the smartcard number</p>\n<p>PackageCode is the code of your choice plan from the Verify Cable EndPoint</p>\n<p>Product_Name is the name of your choice plan from the Verify Cable EndPoint</p>\n<p>Product_Price is the price of your choice plan from the Verify Cable EndPoint</p>\n<p>NetworkOperator: DSTV or GOTV or STARTIMES</p>\n","urlObject":{"path":["v1","bill","cablepurchase"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"23c42488-8f2e-46b3-9196-dc26f63e3d10"},{"name":"VERIFY ELECTRIC METER NUMBER","id":"ba048f8b-8914-4b6d-b96d-2e3655bc3db6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"986487c86e413eb411","type":"text"},{"key":"Authorization","value":"Bearer ferfsdfsdfsdfs","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"meter_no\": \"1111111111111\",\r\n\"type\": \"POSTPAID\",\r\n\"serviceID\": \"IBEDC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/bill/verify_meter","description":"<p>Endpoint to verify meter</p>\n<p>type: POSTPAID or PREPAID<br />serviceID: EKEDC or IBEDC or EEDC or IKEDC or AEDC or KEDC or PHED</p>\n","urlObject":{"path":["v1","bill","verify_meter"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba048f8b-8914-4b6d-b96d-2e3655bc3db6"},{"name":"VERIFY CABLE","id":"fc089620-81dd-44ee-bdbe-1ce5fec86e70","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"986487c86e413eb411","type":"text"},{"key":"Authorization","value":"Bearer ferfsdfsdfsdfs","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"CompanyID\": \"7\",\r\n\"RecipientAccountNumber\": \"11111111111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/bill/verify_cable","description":"<p>Endpoint to verify cable smartcard</p>\n<p>CompanyID : DSTV is 7, GOTV is 6, STARTIMES is 8</p>\n<p>RecipientAccountNumber is the smartcard number</p>\n","urlObject":{"path":["v1","bill","verify_cable"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc089620-81dd-44ee-bdbe-1ce5fec86e70"}],"id":"cab4fe90-92d9-47a7-9b9a-718d2aaba1f5","description":"<p>This is the list of API to make bill payments on your platform</p>\n","_postman_id":"cab4fe90-92d9-47a7-9b9a-718d2aaba1f5"},{"name":"FUND TRANSFER","item":[{"name":"INTER FUND TRANSFERS","id":"4583e6ed-dd88-465e-ab2f-5983027e879f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"34d2c820a315","type":"text"},{"key":"Authorization","value":"Bearer 75d6c31e5e015b","type":"text"}],"body":{"mode":"raw","raw":"{\"Amount\":\"20000\",\r\n\"RecipientBankCode\":\"05008\",\r\n\"RecipientAccountNumber\":\"0030457234\",\r\n\"RecipientAccountName\":\"ABDUL,John OLAIDE\",\r\n\"SessionID\":\"090463230617214615060241246753\",\r\n\"SenderReference\":\"JLmQ4ftN6KEB0u09HSXR\",\r\n\"TransferNote\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/transfer/init","description":"<p>Endpoint to make inter bank transfer</p>\n","urlObject":{"path":["v1","transfer","init"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"4583e6ed-dd88-465e-ab2f-5983027e879f"},{"name":"LOCAL FUND TRANSFERS","id":"484f8f25-142e-4c12-89fa-23e5205ce64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Amount","value":"11000","description":"<p>Amount in kobo { String }</p>\n","type":"text"},{"key":"RecipientAccountNumber","value":"1100197092","description":"<p>The recipient account number { String }</p>\n","type":"text"},{"key":"SenderReference","value":"hdshdXds48835","description":"<p>Unique Code from your end { String }</p>\n","type":"text"},{"key":"TransferNote","value":"Birthday Gift","description":"<p>The transfer description { String }</p>\n","type":"text"}]},"url":"[BASE_URL]/v1/transfer/local","description":"<p>Endpoint to make transfer into Rehoboth Bank Account</p>\n","urlObject":{"path":["v1","transfer","local"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"484f8f25-142e-4c12-89fa-23e5205ce64d"},{"name":"NAME ENQUIRY","id":"c7ce6dbf-349c-433e-bfa4-5590f82d3d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"24b54be2f61ef","type":"text"},{"key":"Authorization","value":"Bearer 10060275520bdb21e1b","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"RecipientBankCode","value":"058","type":"text"},{"key":"RecipientAccountNumber","value":"1100188717","type":"text"}]},"url":"[BASE_URL]/v1/bank/accountname","description":"<p>Endpoint to get the name associated to any bank account number</p>\n","urlObject":{"path":["v1","bank","accountname"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7ce6dbf-349c-433e-bfa4-5590f82d3d54"},{"name":"BANK LIST","id":"814cbca2-8e51-42f8-8d75-688008df46f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"6a37dh433f0075f22426","type":"text"},{"key":"Authorization","value":"Bearer 35d66fc62637b24","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.vendpocket.com/v1/banklist","description":"<p>Endpoint to get the list of bank and their code</p>\n","urlObject":{"protocol":"https","path":["v1","banklist"],"host":["api","vendpocket","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"814cbca2-8e51-42f8-8d75-688008df46f4"},{"name":"TRANSFER LIST","id":"0e666326-bd1f-4327-b741-f270089af37b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"34d2c820a315bc8ffb","type":"text"},{"key":"Authorization","value":"Bearer 296ad9a85a49674c","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"StartDate\": \"29-03-2023\",\r\n\"EndDate\": \"03-04-2023\"\r\n}","options":{"raw":{"language":"json"}}},"url":"[BASE_URL]/v1/transfer_list","description":"<p>Endpoint to get the transaction list of Transfer</p>\n","urlObject":{"path":["v1","transfer_list"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e666326-bd1f-4327-b741-f270089af37b"},{"name":"SINGLE TRANSACTIONS","id":"900201ad-5af6-4148-9047-6cb40980e7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Auth-Signature","value":"fsfsf","type":"text"},{"key":"Authorization","value":"bearer dsdsda","type":"text"}],"url":"[BASE_URL]/v1/bank/transaction/2737717212","description":"<p>Endpoint to get the transaction list of Transfer</p>\n","urlObject":{"path":["v1","bank","transaction","2737717212"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"900201ad-5af6-4148-9047-6cb40980e7b5"},{"name":"BVN","id":"ed691d9d-881b-458c-88df-0cce51442ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Auth-Signature","value":"03d91c43878dd","type":"text"},{"key":"Authorization","value":"Bearer 5549826aa58f","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"bvn","value":"9900000974","type":"text"}]},"url":"[BASE_URL]/v1/getbvn","description":"<h4 id=\"this-is-the-api-to-login-to-rehoboth-and-access-the-authorisation-code-you-need-everytime-you-call-on-the-other-end-point\"><em><strong>This is the API to login to Rehoboth and access the Authorisation Code you need everytime you call on the other end point</strong></em></h4>\n","urlObject":{"path":["v1","getbvn"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed691d9d-881b-458c-88df-0cce51442ddd"}],"id":"1b7edc8c-5da9-44db-b082-773d2ab01507","description":"<p>This is the documentation on integrating inter bank transfers</p>\n","_postman_id":"1b7edc8c-5da9-44db-b082-773d2ab01507"},{"name":"Webhook","item":[{"name":"GET SINGLE DEPOSIT DETAIL","id":"683782ed-0801-4c73-b4e3-374e39b5b40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Auth-Signature","value":"34d2c820a315bc8ffb5086a433f0075f22426","type":"text"},{"key":"Authorization","value":"Bearer 90ff7347811848b670810e966fce818d89357","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"[BASE_URL]/v1/webhook/transaction/A00000009547","description":"<p>Endpoint to get the transaction list of Transfer</p>\n","urlObject":{"path":["v1","webhook","transaction","A00000009547"],"host":["[BASE_URL]"],"query":[],"variable":[]}},"response":[],"_postman_id":"683782ed-0801-4c73-b4e3-374e39b5b40f"}],"id":"97a08a0f-991f-4262-91a3-cf99a42b46b4","description":"<p>Note that we send notification in duplicate and as such you are expected to prevent double value to your customer by ensuring that references or transaction ID dont get posted multiple times.</p>\n<p>Once you go live, on your Dashboard Settings, you can update the URL for us to send notifications on transactions related to deposits,transfers, and bill payments.</p>\n<p>PayLoad<br />This is what we post to your Deposit Virtual Account webhook URL</p>\n<p><code>{</code></p>\n<p><code>\"CollectionType\": \"virtual\",</code></p>\n<p><code>\"Amount\": 2000,</code></p>\n<p><code>\"DepositorAccountNumber\": \"19169397602\",</code></p>\n<p><code>\"DepositorAccountName\": \"lawal ige busayo\",</code></p>\n<p><code>\"Narration\": \"Hello\",</code></p>\n<p><code>\"Channel\": \"web\",</code></p>\n<p><code>\"DateTime\": \"03-05-2023\",</code></p>\n<p><code>\"AccountNumber\": \"1100000001\",</code></p>\n<p><code>\"AccountName\": \"Startx(Sodiq Ola)\",</code></p>\n<p><code>\"TransactionReference\": \"A92173\",</code></p>\n<p><code>\"OriginatorBank\": \"Paycom OPay|100004\",</code></p>\n<p><code>\"Description\": \"hello\",</code></p>\n<p><code>\"SettlementReference\": \"1000045\",</code></p>\n<p><code>\"SessionID\": \"100004230503120634104010570307\",</code></p>\n<p><code>\"Auth\": \"JDJDJAJD0570307\"</code></p>\n<p><code>}</code></p>\n<p>This is what we post to your Deposit Flipped webhook URL</p>\n<p><code>{</code></p>\n<p><code>\"CollectionType\": \"flipped\",</code></p>\n<p><code>\"Amount\": 2000,</code></p>\n<p><code>\"DepositorAccountNumber\": \"19169397602\",</code></p>\n<p><code>\"DepositorAccountName\": \"lawal ige busayo\",</code></p>\n<p><code>\"Narration\": \"Hello\",</code></p>\n<p><code>\"Channel\": \"web\",</code></p>\n<p><code>\"DateTime\": \"03-05-2023\",</code></p>\n<p><code>\"AccountNumber\": \"1100000001\",</code></p>\n<p><code>\"AccountName\": \"Startx(Sodiq Ola)\",</code></p>\n<p><code>\"TransactionReference\": \"A92173\",</code></p>\n<p><code>\"OriginatorBank\": \"Paycom OPay|100004\",</code></p>\n<p><code>\"Description\": \"hello\",</code></p>\n<p><code>\"SettlementReference\": \"1000045\",</code></p>\n<p><code>\"SessionID\": \"100004230503120634104010570307\",</code></p>\n<p><code>\"UniqueIdentifier\": \"userthatpay@tld.com\",</code></p>\n<p><code>\"Auth\": \"JDJDJAJD0570307\"</code></p>\n<p><code>}</code></p>\n<p>To optimize the effectiveness of this feature, we kindly urge you to double-check the uniqueness of the Settlement References, Transaction References and Session ID provided in our notifications. Ensuring the uniqueness of each Settlement References, Transaction References and Session ID, is crucial to prevent any unintended duplicate values reaching your customers. Your attention to this detail will contribute to a smoother transaction process and enhance the overall efficiency of your integration with our API.</p>\n","_postman_id":"97a08a0f-991f-4262-91a3-cf99a42b46b4"},{"name":"Third Party","item":[{"name":"Account Funding_V2","id":"3a8d49c9-e61d-4b99-adc0-257574a51e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Boovent-Auth-Signature","value":"18beed41647","type":"text"},{"key":"X-Auth-Signature","value":"03d91c43878dd","type":"text"},{"key":"Authorization","value":"Bearer 971c1a9716bb9bf1ff7","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"platform\": \"stanlytics\",\r\n  \"Email\": \"olacoycompan@gmail.com\",\r\n  \"amount\":75\r\n}"},"url":"https://api.vendpocket.com/v2/fund_third_party","description":"<p>A business has the capability to distribute bonuses among its customers.</p>\n","urlObject":{"protocol":"https","path":["v2","fund_third_party"],"host":["api","vendpocket","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a8d49c9-e61d-4b99-adc0-257574a51e8a"},{"name":"Account Enquiry_V2","id":"8613e302-3d85-4cc4-a4f1-ab437a3a8377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Boovent-Auth-Signature","value":"18beed41647b8","type":"text"},{"key":"X-Auth-Signature","value":"03d91c43878dd","type":"text"},{"key":"Authorization","value":"Bearer 971c1a9716bb9bf1f","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"platform\": \"stanlytics\",\r\n  \"Email\": \"olacoycompa@gmail.com\"\r\n}"},"url":"https://api.vendpocket.com/v2/enquiry_third_party","description":"<p>A business has the capability to distribute bonuses among its customers.</p>\n","urlObject":{"protocol":"https","path":["v2","enquiry_third_party"],"host":["api","vendpocket","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8613e302-3d85-4cc4-a4f1-ab437a3a8377"}],"id":"58b02668-fb95-4d6f-acf3-d787738555fa","description":"<p>This is the endpoints for third payment</p>\n","_postman_id":"58b02668-fb95-4d6f-acf3-d787738555fa"}]}