{"info":{"_postman_id":"c73f7a3a-2377-458c-9619-5cfdddd9abe5","name":"Payprime Verification API","description":"<html><head></head><body><p>PayPrime verification api</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"49288841","collectionId":"c73f7a3a-2377-458c-9619-5cfdddd9abe5","publishedId":"2sB3QNonsr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-09T05:31:01.000Z"},"item":[{"name":"Pan Verification","item":[{"name":"PAN Verification","event":[{"listen":"test","script":{"id":"0190ca79-a191-4198-907c-2baef72c032f","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"5e8a1779-bef7-493b-bb97-d1d229287bbc","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0d6997f1-9c51-4dac-ab51-41206e6e7047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"GHe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"KGSPM66783R\"\r\n}"},"url":"https://b2b.payprime.in/api/ekyc/pan","description":"<p>Verify PAN using Payprime API. Replace id_number with a valid PAN.</p>\n","urlObject":{"protocol":"https","path":["api","ekyc","pan"],"host":["b2b","payprime","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d6997f1-9c51-4dac-ab51-41206e6e7047"}],"id":"d5cd1675-3443-469d-bd41-4c8ca475a004","_postman_id":"d5cd1675-3443-469d-bd41-4c8ca475a004","description":""},{"name":"Aadhar Verification","item":[{"name":"generate adhar otp","event":[{"listen":"test","script":{"id":"ccdf6771-0bb4-44f7-982c-54e1764f4924","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"78f806ae-d4f0-4cd5-b559-e60752862655","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cbc40c49-9e8c-47d8-a87b-33eb72591b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"HKFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"your-adharnumber\"\r\n}"},"url":"https://b2b.payprime.in/api/aadhaar/generate-otp","description":"<p>Generate aadhar otp using Payprime API.</p>\n","urlObject":{"path":["aadhaar","generate-otp"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbc40c49-9e8c-47d8-a87b-33eb72591b10"},{"name":"verify adhar otp","event":[{"listen":"test","script":{"id":"cef14452-9420-4e32-8f63-982a467f3b4f","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"7674d854-f789-41a2-bb7f-a7019d3f219c","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"41e39c60-48f3-43bd-809a-75d757f5eaf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"HJFGe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"otp\": \"656545\",\r\n    \"request_id\": \"3987654\"\r\n}"},"url":"https://b2b.payprime.in/api/aadhaar/verify-otp","description":"<p>Verify adhar otp using Payprime API.</p>\n","urlObject":{"path":["aadhaar","verify-otp"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"41e39c60-48f3-43bd-809a-75d757f5eaf0"}],"id":"c30939c3-acdd-4f11-ad19-db55684ae991","_postman_id":"c30939c3-acdd-4f11-ad19-db55684ae991","description":""},{"name":"UPI Verification","item":[{"name":"upi-verification","event":[{"listen":"test","script":{"id":"b9624907-620c-44ce-b903-7e27e41d77df","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"acf718d4-1043-469f-861c-4ae8ab43e196","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"be4d4d87-4822-4397-9c85-27ef9e1c203b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"GHJ4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"upi_id\": \"8072071006@ptaxi\"\r\n}"},"url":"https://b2b.payprime.in/api/upi-verification","description":"<p>Verify UPI-ID using Payprime</p>\n","urlObject":{"path":["upi-verification"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4d4d87-4822-4397-9c85-27ef9e1c203b"}],"id":"3d7fcaba-aed2-487f-9684-dd3a059c055d","_postman_id":"3d7fcaba-aed2-487f-9684-dd3a059c055d","description":""},{"name":"Bank-account Verification","item":[{"name":"bankverification","event":[{"listen":"test","script":{"id":"8e5a1b64-e86f-4c54-a4af-90de9bd48a3e","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"8115aa22-c3a2-435e-9efe-e7779333937a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8017a9ee-fb68-4672-9b71-10215817750d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"yourbank-account-no\",\r\n    \"ifsc\":\"ifsc-code\"\r\n}"},"url":"https://b2b.payprime.in/api/bankverification","description":"<p>Verify Bank account using Payprime API</p>\n","urlObject":{"path":["bankverification"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8017a9ee-fb68-4672-9b71-10215817750d"}],"id":"3a8ace76-ede5-4a98-bdc1-ee2ec9a34cc0","_postman_id":"3a8ace76-ede5-4a98-bdc1-ee2ec9a34cc0","description":""},{"name":"RC Verification","item":[{"name":"rc-verification","event":[{"listen":"test","script":{"id":"90451594-220b-408c-8ca4-c1f462716f16","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"bcec5763-353b-4fec-85e4-a4b7befab4db","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"785c5fa8-ca2f-4b8d-8220-90738f79477c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"OD05H0976\"\r\n}"},"url":"https://b2b.payprime.in/api/rc-verification","description":"<p>Verify RC using Payprime API.</p>\n","urlObject":{"path":["rc-verification"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"785c5fa8-ca2f-4b8d-8220-90738f79477c"}],"id":"cb8b13fb-86b1-447a-b289-830dbf814e09","_postman_id":"cb8b13fb-86b1-447a-b289-830dbf814e09","description":""},{"name":"Voter-ID Verification","item":[{"name":"verify-voterid","event":[{"listen":"test","script":{"id":"99f38aa5-c0f1-4138-8094-c900d13e0729","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"84563a97-fd57-4091-ab88-cf2031763735","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5cb5ed9b-1043-420a-a9f4-486807976a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"XYO1005347\"\r\n}"},"url":"https://b2b.payprime.in/api/verify-voterid","description":"<p>Verify Voter Id using Payprime API.</p>\n","urlObject":{"path":["verify-voterid"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cb5ed9b-1043-420a-a9f4-486807976a7c"}],"id":"f0b03afc-634b-4e48-a2cb-d5d6768de568","_postman_id":"f0b03afc-634b-4e48-a2cb-d5d6768de568","description":""},{"name":"Driving-License Verification","item":[{"name":"driving-license","event":[{"listen":"test","script":{"id":"92888c03-3711-469b-bb18-6af292280bde","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"f8859a79-95f0-41f0-bb04-808aed42e911","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c80aa5e9-50ef-441d-83e3-913d4c7e4941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"UYVB4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"OD2120170000226\",\r\n    \"dob\": \"1997-08-02\"\r\n}"},"url":"https://b2b.payprime.in/api/driving-license","description":"<p>Verify Driving license using Payprime API.</p>\n","urlObject":{"path":["driving-license"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c80aa5e9-50ef-441d-83e3-913d4c7e4941"}],"id":"362931e9-1ad5-42d7-a5d6-3d49e41ae993","_postman_id":"362931e9-1ad5-42d7-a5d6-3d49e41ae993","description":""},{"name":"Verify Company-Details","item":[{"name":"company-details","event":[{"listen":"test","script":{"id":"076c5209-14f5-4571-ab99-447e6066cee4","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"f49ed8dc-e11b-424e-8e61-4f2fbc644f79","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bd6e5771-4cf6-4074-b5a9-2f837312dbac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"U62099OD2024PTC045570\"\r\n}"},"url":"https://b2b.payprime.in/api/company-details","description":"<p>Verify Company Details using Payprime API.</p>\n","urlObject":{"path":["company-details"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd6e5771-4cf6-4074-b5a9-2f837312dbac"}],"id":"0ac91a70-3791-426a-8176-823455b62f5a","_postman_id":"0ac91a70-3791-426a-8176-823455b62f5a","description":""},{"name":"DIN Verification","item":[{"name":"din-verification","event":[{"listen":"test","script":{"id":"20db2fb6-46b1-49ba-bb1a-be6cfab235f2","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"dbe5abd1-963b-43d0-9fda-2ed34f026a10","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4c4defd1-6181-4c41-a901-cb9f8e3c2e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"09007574\"\r\n}"},"url":"https://b2b.payprime.in/api/din-verification","description":"<p>Verify DIN-Verification using Payprime API.</p>\n","urlObject":{"path":["din-verification"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c4defd1-6181-4c41-a901-cb9f8e3c2e36"}],"id":"5059b019-7bdb-41c9-910e-a7edfa4a038e","_postman_id":"5059b019-7bdb-41c9-910e-a7edfa4a038e","description":""},{"name":"GST-IN Verification","item":[{"name":"gstin-verification","event":[{"listen":"test","script":{"id":"4cf48f88-b2e9-4c59-9610-32b7ae8df5ec","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e53afd70-0a21-44d1-95db-d49cb6b7772d","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b28ad978-5afd-4f52-9d0c-d6bb47a02184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"21ABNCS2335M1Z6\",\r\n    \"filing_status_get\": true\r\n}"},"url":"https://b2b.payprime.in/api/gstin-verification","description":"<p>Verify GSTIN using Payprime API.</p>\n","urlObject":{"path":["gstin-verification"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b28ad978-5afd-4f52-9d0c-d6bb47a02184"}],"id":"0bc6d07b-f923-4b46-9aac-49e7f5b4c8e1","_postman_id":"0bc6d07b-f923-4b46-9aac-49e7f5b4c8e1","description":""},{"name":"Verify Udyog-aadhar","item":[{"name":"udyog-aadhaar","event":[{"listen":"test","script":{"id":"a19972ce-f440-41fe-ab33-b46f1f05336e","exec":["pm.test('Status is 200 or handled error', function () {","  pm.expect(pm.response.code).to.be.oneOf([200, 401, 422, 429, 500, 502, 503]);","});","pm.test('JSON body', function () {","  pm.response.to.be.withBody;","  pm.response.to.be.json;","});","var responseJSON = pm.response.json();","","// Test for response status code being 200","pm.test(\"Response status code is 200\", function () {","    pm.expect(pm.response.code).to.equal(200);","});","","// Test for response body containing specific error message","pm.test(\"Response body contains error message 'Invalid api token'\", function () {","    pm.expect(responseJSON).to.have.property('message').that.includes('Invalid api token');","});","","// Test for response time being less than 200ms","pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Status Code</th>","        <th>Status</th>","        <th>Message</th>","    </tr>","    ","    <tr>","        <td>{{response.statuscode}}</td>","        <td>{{response.status}}</td>","        <td>{{response.message}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return { response: pm.response.json() };","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"e6bd57c2-e6f3-4faa-82bd-b9df29429f19","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c8c3e796-82bb-48f1-8a24-117fded4ed49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Auth-Token","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"},{"key":"Authorization","value":"KVJvoiFW6AhZWhM4cIghIJzRDF6wlD","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"token\": \"SFe4UpHUnnVKWrx5kDLE9OK8Gw9IyB\",\r\n    \"id_number\": \"UDYAM-OD-19-0093217\"\r\n}"},"url":"https://b2b.payprime.in/api/udyog-aadhaar","description":"<p>Verify udyog-aadhar using Payprime API.</p>\n","urlObject":{"path":["udyog-aadhaar"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8c3e796-82bb-48f1-8a24-117fded4ed49"}],"id":"02ee645e-614c-49a2-9031-e2c8fb260dec","_postman_id":"02ee645e-614c-49a2-9031-e2c8fb260dec","description":""},{"name":"Old Transection","item":[{"name":"Transaction","id":"c67b2998-54a7-4e89-b0b1-5fa1952d6c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"token\": \"YOUR_API_TOKEN\",\n\"pay_type\": \"transfer\",\n\"beneficiary_name\": \"Jane Doe\",\n\"beneficiary_bank_account_number\": \"1234567890\",\n\"beneficiary_bank_ifsc_code\": \"SBIN0001234\",\n\"beneficiary_phone\": \"8767654543\",\n\"is_agreement_with_beneficiary\" : \"YES\",\n\"amount\" :10,\n\"ip\" : \"190.92.174.34\",\n\"apitxnid\" : \"1232445\",\n\"latlong\" : \"132,321\",\n\"bene_type\" : \"EMPLOYEE\",\n\"beneficiary_verification_status\" : \"YES\"\n}"},"url":"https://b2b.payprime.in/api//payout/transaction","urlObject":{"path":["","payout","transaction"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[{"id":"f4ce09b4-7ef3-4aa6-b6de-902df51c51ae","name":"Success Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"statuscode\": \"TXN\",\n  \"data\": [\n    {\n      \"amount\": 1000,\n      \"status\": \"TXN\",\n      \"data\": {\n        \"statuscode\": \"TXN\",\n        \"payid\": \"1234567890\",\n        \"rrn\": null,\n        \"status\": \"success\"\n      }\n    }\n  ]\n}"},{"id":"6887739b-5a9a-43ca-93d3-2a2482510d69","name":"Error Response","originalRequest":{"header":[],"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"Money Transfer Service Currently Down.\"\n}"},{"id":"e07f51dd-36eb-4ff4-aaac-d73670252665","name":"Insufficient Wallet","originalRequest":{"header":[],"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ERR\",\n  \"message\": \"Insufficient Wallet Balance\"\n}"}],"_postman_id":"c67b2998-54a7-4e89-b0b1-5fa1952d6c2b"},{"name":"Registration","id":"9c6dc0ba-f7db-4988-bb46-38a934732cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"YOUR_API_TOKEN\",\n  \"mobile\": \"9999999999\",\n  \"name\": \"John Doe\",\n  \"dob\": \"1990-01-01\"\n}"},"url":"https://b2b.payprime.in/payout/registration","urlObject":{"protocol":"https","path":["payout","registration"],"host":["b2b","payprime","in"],"query":[],"variable":[]}},"response":[{"id":"705d3da3-0199-4a47-8c21-3cad99ba1987","name":"Success Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"statuscode\": \"TXN\",\n  \"status\": \"Customer Registered\",\n  \"message\": \"Customer registered successfully\"\n}"},{"id":"0f90a330-1394-406c-a770-47fbf8d5bc1d","name":"Error Response","originalRequest":{"header":[],"url":""},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"Invalid Api token\",\n  \"statuscode\": \"ERR\",\n  \"message\": \"Invalid Api token\"\n}"}],"_postman_id":"9c6dc0ba-f7db-4988-bb46-38a934732cf7"}],"id":"31aa97a3-fcfe-44b1-81f5-2b36dcd0cbc6","_postman_id":"31aa97a3-fcfe-44b1-81f5-2b36dcd0cbc6","description":""},{"name":"Recharge","item":[{"name":"Recharge","id":"e5fa4cd3-4b76-472e-a1f4-d166e247b58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"Token\",\r\n    \"mobile\": \"mobile_no\",\r\n    \"opcode\": 15,\r\n    \"amount\": 26\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/recharge/payment","urlObject":{"path":["recharge","payment"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5fa4cd3-4b76-472e-a1f4-d166e247b58f"}],"id":"8db71b8f-0d7f-4292-8619-21ad152f10d4","_postman_id":"8db71b8f-0d7f-4292-8619-21ad152f10d4","description":""},{"name":"Payout","item":[{"name":"Payout","id":"e5106174-23d6-4edb-978b-a7d11dfb5689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"TOKEN_1234567890\",\r\n  \"pay_type\": \"transfer\",\r\n  \"clientRefId\": \"uniqueid\",\r\n  \"amount\": 250,\r\n  \"mode\": \"IMPS\",\r\n  \"note\": \"Payprime\",\r\n  \"beneDetails\": {\r\n    \"accountNumber\": \"123456789012\",\r\n    \"name\": \"Payprime User\",\r\n    \"mobile\": \"9999999999\",\r\n    \"email\": \"payprimeuser@example.com\",\r\n    \"bankName\": \"Test Bank\",\r\n    \"ifsc\": \"TEST0001234\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/payout/initiate","urlObject":{"path":["payout","initiate"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5106174-23d6-4edb-978b-a7d11dfb5689"},{"name":"Check- Status","id":"92c3f275-1f5a-430c-a0bc-08bbc839541f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"your_token\",\r\n    \"order_id\": \"order_id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/payout/check-status","urlObject":{"path":["payout","check-status"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"92c3f275-1f5a-430c-a0bc-08bbc839541f"}],"id":"ceee3752-9b03-466b-9bc1-393dd5672093","_postman_id":"ceee3752-9b03-466b-9bc1-393dd5672093","description":""},{"name":"Credit Bureaus","item":[{"name":"CIBIL Report","id":"459d3c34-c17d-4d05-9242-f2c5ab340215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your_api_token\",\r\n\"first_name\": \"first_name\",\r\n\"last_name\": \"last_name\",\r\n\"id_type\": \"TaxId\",\r\n\"id_number\": \"PAN_NUMBER\",\r\n\"street_address\": \"Full address\",\r\n\"city\": \"City name\",\r\n\"postal_code\": 516401,\r\n\"region\": \"28\",\r\n\"address_type\": 1,\r\n\"email\": \"user@email.com\",\r\n\"phone\": 9010665440,\r\n\"dob\": \"1997-01-02\",\r\n\"gender\": \"Male\",\r\n\"legal_copy_status\": \"Accept\",\r\n\"user_consent_data_share\": true\r\n}"},"url":"https://b2b.payprime.in/api/cibil-report","urlObject":{"path":["cibil-report"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"459d3c34-c17d-4d05-9242-f2c5ab340215"},{"name":"Equifax CCR Report","id":"6356de6a-2d11-4808-8daa-7649183cb71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"first_name\": \"first_name\",\r\n\"last_name\": \"last_name\",\r\n\"id_type\": \"pan\",\r\n\"id_number\": \"PAN_NUMBER\",\r\n\"phone\": \"9988991300\",\r\n\"consent_text\": \"I approve TransBnk to capture and process user data\r\nbased on user consent\",\r\n\"consent\": true\r\n}"},"url":"https://b2b.payprime.in/api/equifax-ccr","urlObject":{"path":["equifax-ccr"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6356de6a-2d11-4808-8daa-7649183cb71c"},{"name":"Experian Report","id":"41c43084-4156-4498-8bf7-6a9ddc58e428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"first_name\": \"first_name\",\r\n\"last_name\": \"last_name\",\r\n\"pan\": \"PAN_NUMBER\",\r\n\"phone\": \"9988991300\",\r\n\"consent\": \"Y\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/experian-report","urlObject":{"path":["experian-report"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c43084-4156-4498-8bf7-6a9ddc58e428"},{"name":"CRIF Report","id":"b1c3b59e-7952-4b49-8cc6-5d367a0552b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"first_name\": \"first_name\",\r\n\"last_name\": \"last_name\",\r\n\"phone\": \"9988991300\",\r\n\"consent\": true\r\n}\r\n"},"url":"https://b2b.payprime.in/api/crif-report","urlObject":{"path":["crif-report"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1c3b59e-7952-4b49-8cc6-5d367a0552b2"}],"id":"0ca98dac-2312-4576-9a72-846d13717af3","_postman_id":"0ca98dac-2312-4576-9a72-846d13717af3","description":""},{"name":"BBPS API","item":[{"name":"BBPS Category","id":"85f50e96-6a72-4a3c-a3c8-abd3014331c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n}"},"url":"https://b2b.payprime.in/api/v1/bbps/category","urlObject":{"path":["v1","bbps","category"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"85f50e96-6a72-4a3c-a3c8-abd3014331c9"},{"name":"BBPS Biller","id":"ee4a8b5f-2831-4873-88c9-0edb4eb5abcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n“Cat_id”: “C27”,\r\n}"},"url":"https://b2b.payprime.in/api/v1/bbps/biller","urlObject":{"path":["v1","bbps","biller"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee4a8b5f-2831-4873-88c9-0edb4eb5abcd"},{"name":"BBPS Fetch Param","id":"f1cb63af-95e5-4d05-b713-0d6f907f242a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"biller_id\": \"BOYS00000WBLLH\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/bbps/fetch-param","urlObject":{"path":["v1","bbps","fetch-param"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1cb63af-95e5-4d05-b713-0d6f907f242a"},{"name":"BBPS Fetch Bill","id":"cc98c810-baca-4279-bd2a-b7a82588bca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"your-token\",\r\n  \"biller_id\": \"KOTA00000NATED\",\r\n  \"param\": {\r\n    \"Registered Mobile Number\": \"9999999999\",\r\n    \"Last 4 digits of Credit Card Number\": \"XXXX\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/bbps/fetch-bill","urlObject":{"path":["v1","bbps","fetch-bill"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc98c810-baca-4279-bd2a-b7a82588bca7"},{"name":"BBPS Pay Bill","id":"4b6c4c45-d8cf-4087-a724-a4be86bdeff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"your-token\",\r\n  \"biller_id\": \"CESU00000ODI01\",\r\n  \"request_id\": \"CU0N4BJ996D6SCRIKR95M6QUB5QRDLJIST0\",\r\n  \"inputParams\": {\r\n    \"input\": [\r\n      {\r\n        \"paramName\": \"Consumer Id\",\r\n        \"paramValue\": \"80038132215\"\r\n      }\r\n    ]\r\n  },\r\n  \"billerResponse\": {\r\n    \"billAmount\": \"63200\",\r\n    \"billDate\": \"2026-02-13\",\r\n    \"billNumber\": \"2026021326890\",\r\n    \"billPeriod\": \"Monthly\",\r\n    \"customerName\": \"ABC XYZ\",\r\n    \"dueDate\": \"2026-02-20\"\r\n  },\r\n  \"additionalInfo\": {\r\n    \"info\": [\r\n      {\r\n        \"infoName\": \"Minimum Payable Amount\",\r\n        \"infoValue\": \"0\"\r\n      },\r\n      {\r\n        \"infoName\": \"Total Due Amount\",\r\n        \"infoValue\": \"632.00\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/bbps/pay-bill","urlObject":{"path":["v1","bbps","pay-bill"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b6c4c45-d8cf-4087-a724-a4be86bdeff4"}],"id":"e23cd2a1-c086-49bb-825a-16afac22021d","_postman_id":"e23cd2a1-c086-49bb-825a-16afac22021d","description":""},{"name":"Get Balance","item":[{"name":"Get Balance","id":"74fa7438-0914-44e1-b7ce-fab0a6e2c25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ token: your token }"},"url":"https://b2b.payprime.in/api/get-balance","urlObject":{"path":["get-balance"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"74fa7438-0914-44e1-b7ce-fab0a6e2c25c"}],"id":"15b4c597-fdf1-4941-af4c-1b28f431dd2b","_postman_id":"15b4c597-fdf1-4941-af4c-1b28f431dd2b","description":""}],"event":[{"listen":"prerequest","script":{"id":"74a8b085-80b0-497e-a37e-5e2021e35856","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c2a2674d-18ed-4e41-b198-ee8fa6ce2c68","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://softzix.com/kyc","disabled":true},{"key":"token","value":"softzix22"},{"key":"baseUrl","value":"https://dashboard.payprime.in/"},{"key":"token","value":"softzix23","disabled":true},{"key":"baseUrl","value":"https://b2b.payprime.in/"},{"key":"base_url","value":"","type":"default"}]}