{"info":{"_postman_id":"f11ec16f-f6ff-4624-843d-53b405a28f54","name":"StrePay Documentation","description":"<html><head></head><body><h1 id=\"strepay-rest-apis\">StrePay REST APIs</h1>\n<img src=\"https://content.pstmn.io/4769b1e1-e15f-49bc-83e3-8e5c38734844/bG9nby5wbmc=\" alt=\"\">\n\n<h1 id=\"documentation\">Documentation</h1>\n<p>Request Basics</p>\n<p>All requests need to pass Authentication token in the headers like this.</p>\n<ol>\n<li>Make sure you pass Content-Type : application/json , Accept : application/json , and Authorization: api token headers</li>\n<li>If you want to create object use POST method with JSON body.</li>\n</ol>\n<p>If you want to retrieve object - use GET request.</p>\n<p>3. Platform responds with very useful response headers, that you as a developer might wish to log</p>\n<p>Note: you can get your token via API Settings [available to agent user only, for now.].</p>\n<p>Remember api tokens are long-lived.</p>\n<p>API EndPoint: <a href=\"https://strepay.com/api/v1/endpoint\">https://strepay.com/api/v1/endpoint</a></p>\n<p>StrePay <strong>WEBHOOK</strong></p>\n<p>The StrePay REST APIs use webhooks for transactions notification. Webhooks are HTTP callbacks that contains notification messages for transactions. When you generate an api token, you can create add a webhook url on which you will receive the transactions update notifications.</p>\n<p><strong>SAMPLE PHP CODE TO VERIFY WEBHOOK SIGNATURE</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"StrePay REST APIs","slug":"strepay-rest-apis"},{"content":"Documentation","slug":"documentation"}],"owner":"9698276","collectionId":"f11ec16f-f6ff-4624-843d-53b405a28f54","publishedId":"2s8YYPGfRK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-08T10:21:22.000Z"},"item":[{"name":"Account Information","item":[{"name":"My Account","id":"82359552-b3af-4c0d-8ebb-9f1dfb4a7f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"name\": \"name\",\n        \"email\": \"email\",\n        \"account_balance\": {\n            \"balance\": \"balance\",\n            \"commission\": \"commission\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/my-account","description":"<p>This folder contains endpoint to get your account information.</p>\n","urlObject":{"protocol":"https","path":["api","v1","my-account"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"0d12b51f-7697-40c1-a51c-3f54658e1a5b","name":"My Account","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/my-account"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"name\": \"name\",\n        \"email\": \"email\",\n        \"account_balance\": {\n            \"balance\": \"balance\",\n            \"commission\": \"commission\"\n        }\n    }\n}"}],"_postman_id":"82359552-b3af-4c0d-8ebb-9f1dfb4a7f67"}],"id":"5ac067bf-103a-488e-bc00-8643bb2b7b67","_postman_id":"5ac067bf-103a-488e-bc00-8643bb2b7b67","description":""},{"name":"Data Bundle","item":[{"name":"Get Data Bundle Providers","id":"4e1fefb2-7f6d-4d92-a074-318ded457edd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"provider_name\": \"Data Bunble Provider 1\",\n      \"provider_code\": \"unique_provider_code\",\n      \"provider_info\" : \"provider_info\"\n    },\n    {\n      \"provider_name\": \"Data Bunble Provider 2\",\n      \"provider_code\": \"unique_provider_code\",\n      \"provider_info\" : \"provider_info\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/data-bundle","description":"<p>This request consist of available Data Bundle providers. Please note the unique <strong>provider_code</strong> of each provider, you will need it to perform subsequent transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","data-bundle"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"07530299-f316-439b-989b-269f0621db2c","name":"Get Data Bundle Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/data-bundle"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_name\": \"Data Bunble Provider 1\",\n            \"provider_code\": \"unique_provider_code\",\n            \"provider_info\": \"provider_info\"\n        },\n        {\n            \"provider_name\": \"Data Bunble Provider 2\",\n            \"provider_code\": \"unique_provider_code\",\n            \"provider_info\": \"provider_info\"\n        }\n    ]\n}"}],"_postman_id":"4e1fefb2-7f6d-4d92-a074-318ded457edd"},{"name":"Get Data Bundle Packages","id":"f22bdd82-c369-4977-8f65-04240ac32654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }} ","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"package_name\": \"Data Bundle Package 1\",\n      \"package_amount\": {{amount}},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    },\n    {\n      \"package_name\": \"Data Bundle Package 2\",\n      \"package_amount\": {{ amount }},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/packages","description":"<p>This<br />request consist of available packages for Data Bundle. Please note the<br />unique package code of each package, you will need it to perform<br />subsequent transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","packages"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"5cd84d91-0298-4054-8050-93c213169e57","name":"Get Data Bundle Packages","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }} ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"provider_code","value":"{{ provider_code }}","type":"text"}]},"url":"https://strepay.com/api/v1/packages"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"package_name\": \"Data Bundle Package 1\",\n      \"package_amount\": {{amount}},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    },\n    {\n      \"package_name\": \"Data Bundle Package 2\",\n      \"package_amount\": {{ amount }},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    }\n  ]"}],"_postman_id":"f22bdd82-c369-4977-8f65-04240ac32654"},{"name":"Buy Data Bundle","id":"6de9416f-6907-400e-9f30-fb7bf1839031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy","description":"<p>This request endpoint enables you to buy Data Bundle.</p>\n<p>Below are the request body parameters :</p>\n<p><strong>provider_code</strong> -- Provider Code</p>\n<p><strong>recipient</strong> -- Recipient</p>\n<p><strong>package_code</strong> -- Package code</p>\n<p><strong>reference</strong> -- (Merchant's Unique reference for the transaction.)</p>\n<p><strong>account_pin</strong> -- Your StrePay account pin</p>\n","urlObject":{"protocol":"https","path":["api","v1","buy"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"f1f42b12-3df6-40b1-9aea-b7bb4198d1ed","name":"Buy Data Bundle","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"recipient","value":"{{ recipient }}","type":"text"},{"key":"provider_code","value":"{{ provider_code }}","type":"text"},{"key":"recipient","value":"{{ recipient }}","type":"text"},{"key":"package_code","value":"{{ package_code }}","type":"text"},{"key":"reference","value":"{{ reference }}","type":"text"},{"key":"account_pin","value":"{{ account_pin }}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}"}],"_postman_id":"6de9416f-6907-400e-9f30-fb7bf1839031"}],"id":"be147c1e-0a6c-46d2-aebb-960d12731580","_postman_id":"be147c1e-0a6c-46d2-aebb-960d12731580","description":""},{"name":"Airtime TopUp","item":[{"name":"Get Airtime TopUp","id":"8881ee57-440b-4217-bc10-81df91543af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"provider_name\": \"Airtime Provider 1\",\n      \"provider_code\": \"uniqiue_provider_code\",\n      \"min_amount\" : \"min_amount\",\n      \"max_amount\" : \"max_amount\",\n      \"provider_info\" : \"provider_info\"\n    },\n    {\n      \"provider_name\": \"Airtime Provider 2\",\n      \"provider_code\": \"uniqiue_provider_code\",\n      \"min_amount\" : \"min_amount\",\n      \"max_amount\" : \"max_amount\",\n      \"provider_info\" : \"provider_info\"\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/airtime-topup","description":"<p>This<br />request consist of available airtime providers. Please note the unique<br />provider code of each provider, you will need it to perform subsequent<br />transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","airtime-topup"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"075a88f6-8316-45e5-91c7-1219ac6f51dd","name":"Get Airtime TopUp","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"url":"https://strepay.com/api/v1/airtime-topup"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"provider_name\": \"Airtime Provider 1\",\n      \"provider_code\": \"uniqiue_provider_code\",\n      \"min_amount\" : \"min_amount\",\n      \"max_amount\" : \"max_amount\",\n      \"provider_info\" : \"provider_info\"\n    },\n    {\n      \"provider_name\": \"Airtime Provider 2\",\n      \"provider_code\": \"uniqiue_provider_code\",\n      \"min_amount\" : \"min_amount\",\n      \"max_amount\" : \"max_amount\",\n      \"provider_info\" : \"provider_info\"\n    }\n  ]"}],"_postman_id":"8881ee57-440b-4217-bc10-81df91543af8"},{"name":"Get Airtime Awuf Provider","id":"1d29f9ff-78e5-4fbb-8154-c576d1ec9f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_name\": \"Airtime Awuf Provider 1\",\n            \"provider_code\": \"uniqiue_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\",\n            \"provider_info\": \"provider_info\"\n        },\n        {\n            \"provider_name\": \"Airtime Awuf Provider 2\",\n            \"provider_code\": \"uniqiue_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\",\n            \"provider_info\": \"provider_info\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/airtime-topup-awuf","description":"<p>This request consist of available airtime awuf providers. Please note the unique<br />provider code of each provider, you will need it to perform subsequent<br />transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","airtime-topup-awuf"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"221f9aa3-ad9a-44e8-b35a-bcbf2d706e9e","name":"Get Airtime Awuf Provider","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"url":"https://strepay.com/api/v1/airtime-topup-awuf"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_name\": \"Airtime Awuf Provider 1\",\n            \"provider_code\": \"uniqiue_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\",\n            \"provider_info\": \"provider_info\"\n        },\n        {\n            \"provider_name\": \"Airtime Awuf Provider 2\",\n            \"provider_code\": \"uniqiue_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\",\n            \"provider_info\": \"provider_info\"\n        }\n    ]\n}"}],"_postman_id":"1d29f9ff-78e5-4fbb-8154-c576d1ec9f89"},{"name":"Get Airtime Packages (For Airtime Providers With Packages)","id":"7efc8b1f-5c52-48a4-8512-0ec2071d5f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"package_name\": \"Airtime TopUp Package 1\",\n      \"package_amount\": {{amount}},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    },\n    {\n      \"package_name\": \"Airtime TopUp Package 2\",\n      \"package_amount\": {{ amount }},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/packages","description":"<p>This request consist of available packages for Airtime providers that have<br />packages for example GLO AWUF. Please note the unique package code of<br />each package, you will need it to perform subsequent transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","packages"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"161afc86-d057-4cd2-a88a-e8ec4c913a3c","name":"Get Airtime Packages (For Airtime Providers With Packages)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"provider_code","value":"{{ provider_code }}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/packages"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"package_name\": \"Airtime TopUp Package 1\",\n      \"package_amount\": {{amount}},\n      \"package_original_amount\": {{amount}},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    },\n    {\n      \"package_name\": \"Airtime TopUp Package 2\",\n      \"package_amount\": {{ amount }},\n      \"package_code\": \"unique_package_code\",\n      \"provider_code\": \"provider_code\"\n    }\n  ]\n}"}],"_postman_id":"7efc8b1f-5c52-48a4-8512-0ec2071d5f50"},{"name":"Buy Airtime TopUp","id":"9df58429-da36-4c63-92e0-fd4ed23ede53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy","description":"<p>This request endpoint enables you to buy Airtime TopUp.</p>\n<p><strong>provider_code</strong> -- Provider Code</p>\n<p><strong>recipient</strong> -- Recipient</p>\n<p><strong>amount</strong> -- Amount</p>\n<p><strong>reference</strong> -- (Merchant's Unique reference for the transaction.)</p>\n<p><strong>account_pin</strong> -- Your StrePay account pin</p>\n","urlObject":{"protocol":"https","path":["api","v1","buy"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"4c876d7d-80ef-4de2-88de-c6f478752e93","name":"Buy Airtime TopUp","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_pin","value":"{{ account_pin }}","type":"text"},{"key":"amount","value":"{{ amount }}","type":"text"},{"key":"provider_code","value":"{{ provider_code }}","type":"text"},{"key":"recipient","value":"{{ recipient }}","type":"text"}]},"url":"https://strepay.com/api/v1/buy"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}"}],"_postman_id":"9df58429-da36-4c63-92e0-fd4ed23ede53"}],"id":"fb637fe9-3865-4991-bfea-b95410c7f51d","_postman_id":"fb637fe9-3865-4991-bfea-b95410c7f51d","description":""},{"name":"Cable Tv Subscription","item":[{"name":"Get Cable TV Providers","id":"a388f8ef-b2de-44a9-b28d-decc5ca2cfc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": true,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"provider_image\": \"image\",\n      \"provider_name\": \"Cable TV Package 1\",\n      \"provider_code\": \"uniqiue_provider_code\"\n    },\n    {\n     \"provider_image\": \"image\",\n      \"provider_name\": \"Cable TV Package 1\",\n      \"provider_code\": \"uniqiue_provider_code\"\n    }\n  ]\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/cable-tv-subscription","description":"<p>This request consists of Cable TV API endpoint</p>\n","urlObject":{"protocol":"https","path":["api","v1","cable-tv-subscription"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"5fef7fcd-baf4-45bd-8cbf-96002606951b","name":"Get Cable TV Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"url":"https://strepay.com/api/v1/cable-tv-subscription"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_image\": \"image\",\n            \"provider_name\": \"Cable TV Package 1\",\n            \"provider_code\": \"uniqiue_provider_code\"\n        },\n        {\n            \"provider_image\": \"image\",\n            \"provider_name\": \"Cable TV Package 1\",\n            \"provider_code\": \"uniqiue_provider_code\"\n        }\n    ]\n}"}],"_postman_id":"a388f8ef-b2de-44a9-b28d-decc5ca2cfc2"},{"name":"Get Cable Tv Packages","id":"9b9271e1-8e63-4408-a6cc-096b517d33fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"package_name\": \"Cable TV Package 1\",\n            \"package_amount\": {{amount}},\n            \"package_original_amount\": {{amount}},\n            \"package_code\": \"unique_package_code\",\n            \"provider_code\" : \"provider_code\"\n        },\n        {\n            \"package_name\": \"Cable TV Package 2\",\n            \"package_amount\": {{amount}},\n            \"package_original_amount\": {{amount}},\n            \"package_code\": \"unique_package_code\",\n            \"provider_code\" : \"provider_code\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/packages","description":"<p>This<br />request consist of available packages for Cable TV. Please note the<br />unique package code of each package, you will need it to perform<br />subsequent transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","packages"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"e96e91f6-ad4c-4288-99d0-afd820477a4e","name":"Get Cable Tv Packages","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{  access_token }}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"provider_code","value":"{{ provider_code }}","type":"text"}]},"url":"https://strepay.com/api/v1/packages"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"package_name\": \"Cable TV Package 1\",\n            \"package_amount\": {{amount}},\n            \"package_original_amount\": {{amount}},\n            \"package_code\": \"unique_package_code\",\n            \"provider_code\" : \"provider_code\"\n        },\n        {\n            \"package_name\": \"Cable TV Package 2\",\n            \"package_amount\": {{amount}},\n            \"package_original_amount\": {{amount}},\n            \"package_code\": \"unique_package_code\",\n            \"provider_code\" : \"provider_code\"\n        }\n    ]\n}"}],"_postman_id":"9b9271e1-8e63-4408-a6cc-096b517d33fe"},{"name":"Buy Cable Tv","id":"19dac9c7-be29-4c7d-aa01-c4f07c0077cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy","description":"<p>This request endpoint enables you to buy Cable Tv Subscription.</p>\n<p>Below are the request body parameters :</p>\n<p><strong>provider_code</strong> -- Provider Code</p>\n<p><strong>recipient</strong> -- Recipient</p>\n<p><strong>package_code</strong> -- Package code</p>\n<p><strong>reference</strong> -- (Merchant's Unique reference for the transaction.)</p>\n<p><strong>account_pin</strong> -- Your StrePay account pin</p>\n","urlObject":{"protocol":"https","path":["api","v1","buy"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"d3b27d78-c903-4bc4-b1cc-065bcc0e8b07","name":"Buy Cable Tv","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_pin","value":"{{ account_pin }}","type":"text"},{"key":"provider_code","value":"{{ provider_code }}","type":"text"},{"key":"recipient","value":"{{ recipient }}","type":"text"},{"key":"package_code","value":"{{ package_code }}","type":"text"},{"key":"reference","value":"{{ reference }}","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}"}],"_postman_id":"19dac9c7-be29-4c7d-aa01-c4f07c0077cf"}],"id":"ca777fa4-f8cd-4c80-b93b-5f270485803b","_postman_id":"ca777fa4-f8cd-4c80-b93b-5f270485803b","description":""},{"name":"Electricity Bill","item":[{"name":"Get Electricity Bill Providers","id":"2d4beba6-7bc1-4854-add1-662c0f0ac636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_name\": \"Elecricity Bill Provider 1\",\n            \"provider_code\": \"unique_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\"\n        },\n        {\n            \"provider_name\": \"Elecricity Bill Provider 1\",\n            \"provider_code\": \"unique_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/electricity-bill","description":"<p>This<br />request consist of available Electricity Bill providers. Please note<br />the unique provider_code of each provider, you will need it to perform<br />subsequent transactions</p>\n","urlObject":{"protocol":"https","path":["api","v1","electricity-bill"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"9cab4a46-2c98-470b-90ef-3f84258d6808","name":"Get Electricity Bill Providers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://strepay.com/api/v1/electricity-bill"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"provider_name\": \"Elecricity Bill Provider 1\",\n            \"provider_code\": \"unique_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\"\n        },\n        {\n            \"provider_name\": \"Elecricity Bill Provider 1\",\n            \"provider_code\": \"unique_provider_code\",\n            \"min_amount\": \"min_amount\",\n            \"max_amount\": \"max_amount\"\n        }\n    ]\n}"}],"_postman_id":"2d4beba6-7bc1-4854-add1-662c0f0ac636"},{"name":"Buy Electricity Bill","id":"39ba9ee2-6eea-4cbe-a1a6-377739da4179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy","description":"<p>This request endpoint enables you to buy Electricity Bill.</p>\n<p><strong>provider_code</strong> -- Provider Code</p>\n<p><strong>recipient</strong> -- Recipient</p>\n<p><strong>amount</strong> -- Amount</p>\n<p><strong>reference</strong> -- (Merchant's Unique reference for the transaction.)</p>\n<p><strong>account_pin</strong> -- Your StrePay account pin</p>\n","urlObject":{"protocol":"https","path":["api","v1","buy"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"b95cf067-6f0b-47ec-99e8-7d3fb9f7966f","name":"Buy Electricity Bill","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"status\": true,\n        \"message\": \"Transaction Sent For {{status}} . N{{amount}} {{provider}}  Recipient : {{recipient}}  \",\n        \"transaction_data\": {\n            \"reference\": \"{{reference}}\",\n            \"status\": \"{{status}}\",\n            \"package\": {{package}},\n            \"provider\" : {{provider}},\n            \"recipient\": \"{{recipient}}\",\n            \"amount_paid\": {{amount_paid}},\n            \"commission\" : {{commission}}\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/buy"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"39ba9ee2-6eea-4cbe-a1a6-377739da4179"}],"id":"aa166a5d-9342-4947-abbc-283955c6f828","_postman_id":"aa166a5d-9342-4947-abbc-283955c6f828","description":""},{"name":"Transactions","item":[{"name":"Get All Transactions","id":"f0cc4f56-d53b-469d-9764-8ec8a6fec36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"{{message}}\",\n    \"data\": {\n        \"transaction_data\": [\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            },\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/transactions","description":"<p>This endpoint is used to fetch a transaction.</p>\n<p>Below are the responses example :</p>\n<p><strong>reference</strong> -- reference</p>\n<p><strong>your reference</strong> -- your reference</p>\n<p><strong>provider</strong> -- Provider Name</p>\n<p><strong>recipient</strong> -- The Recipient</p>\n<p><strong>status</strong> -- Order Status which can be any of these : Pending, Completed, Processing, Cancelled, Refund, Failed</p>\n<p><strong>amount_paid</strong> - The total amount paid for the transaction</p>\n<p><strong>package</strong> -- Package name</p>\n","urlObject":{"protocol":"https","path":["api","v1","transactions"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"8c173a70-6f1b-404b-8b43-d6bd82adc30f","name":"Get All Transactions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"url":"https://strepay.com/api/v1/transactions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"{{message}}\",\n    \"data\": {\n        \"transaction_data\": [\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            },\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f0cc4f56-d53b-469d-9764-8ec8a6fec36e"},{"name":"ReQuery A Transaction","id":"aded88b0-0b95-4096-8e19-65f7c037e950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"message\": \"{{message}}\",\n    \"data\": {\n        \"transaction_data\": [\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://strepay.com/api/v1/requery","description":"<p>This endpoint is used to requery a transaction.</p>\n<p>Below are the responses example :</p>\n<p><strong>reference</strong> -- reference</p>\n<p><strong>your reference</strong> -- your reference</p>\n<p><strong>provider</strong> -- Provider Name</p>\n<p><strong>recipient</strong> -- The Recipient</p>\n<p><strong>status</strong> -- Order Status which can be any of these : Pending, Completed, Processing, Cancelled, Refund, Failed</p>\n<p><strong>amount_paid</strong> - The total amount paid for the transaction</p>\n<p><strong>package</strong> -- Package name</p>\n","urlObject":{"protocol":"https","path":["api","v1","requery"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"6545c10d-3429-4b69-bf04-5f17905beae2","name":"ReQuery A Transaction","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference","value":"{{ reference }}","type":"text"}]},"url":"https://strepay.com/api/v1/requery"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"{{message}}\",\n    \"data\": {\n        \"transaction_data\": [\n            {\n                \"package\": \"{{package}}\",\n                \"provider\": \"{{provider}}\",\n                \"recipient\": \"{{recipient}}\",\n                \"amount_paid\": {{amount_paid}},\n                \"description\": \"{{description}}\",\n                \"reference\": \"{{reference}}\",\n                \"your_ref\": {{your_ref}},\n                \"status\": \"{{status}}\",\n                \"meter_token\": \"{{meter_token}}\",\n                \"meter_unit\": \"{{meter_unit}}\",\n                \"date\": \"{{date}}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"aded88b0-0b95-4096-8e19-65f7c037e950"}],"id":"63dbf9b6-da80-4af6-8497-2b7136960692","_postman_id":"63dbf9b6-da80-4af6-8497-2b7136960692","description":""},{"name":"Validations","item":[{"name":"Provider Recipient Validation","id":"0cb373f9-22ab-4170-87d1-2e3173a46425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"provider_code","value":"{{ provider_code }}","type":"text"},{"key":"recipient","value":"{{ recipient }}","type":"text"}]},"url":"https://strepay.com/api/v1/validation","description":"<p>This request endpoints is for validation of recipients</p>\n<p>Below are the request body parameters :</p>\n<p><strong>provider_code</strong> -- Provider Code</p>\n<p><strong>recipient</strong> -- Recipient</p>\n","urlObject":{"protocol":"https","path":["api","v1","validation"],"host":["strepay","com"],"query":[],"variable":[]}},"response":[{"id":"936ce9f0-2cb5-4d50-bc76-27a2c4a820a7","name":"Provider Recipient Validation","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{ access_token }}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"provider_code","value":"{{ provider_code }}","type":"text"},{"key":"recipient","value":"{{ recipient }}","type":"text"}]},"url":"https://strepay.com/api/v1/validation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"data\": {\n        \"verified\": {{true}},\n        \"message\": \"{{message}}\"\n    }\n}"}],"_postman_id":"0cb373f9-22ab-4170-87d1-2e3173a46425"}],"id":"c9eb5ab5-1060-4e05-a864-a8012aeb8960","_postman_id":"c9eb5ab5-1060-4e05-a864-a8012aeb8960","description":""}]}