{"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n}"},"url":"https://b2b.payprime.in/api/v1/bbps/category","description":"<p>Field Required Description</p>\n<p><strong>token</strong> ✅ API authentication token</p>\n","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":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"Cat_id\": \"C07\",\r\n}\r\n"},"url":"https://b2b.payprime.in/api/v1/bbps/biller","description":"<p>Field Required Description</p>\n<p><strong>token</strong> ✅ API authentication token</p>\n<p><strong>cat_id</strong> ✅ category_id</p>\n","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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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-biller-info","description":"<p>Field Required Description</p>\n<p><strong>token</strong> ✅ API authentication token</p>\n<p><strong>biller_id</strong> ✅ BOYS00000WBLLH</p>\n","urlObject":{"path":["v1","bbps","fetch-biller-info"],"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":[{"key":"Content-Type","value":"application/json","type":"text"}],"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","description":"<p>Field Required Description</p>\n<p><strong>token</strong> ✅ API authentication token</p>\n<p><strong>biller_id</strong> ✅ KOTA00000NATED</p>\n<p><strong>param</strong> ✅ (Array) input param like param[paranName]=paramValue</p>\n","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":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"YOUR_TOKEN\",\r\n  \"biller_id\": \"YESB00000NAT8U\",\r\n  \"request_id\": \"5C0RAX1INCTCFRTHJGJJKSDIO2NZAQ81RXU62AR2S\",\r\n  \"inputParams\": {\r\n    \"input\": [\r\n      {\r\n        \"paramName\": \"Last 4 digits of Primary Credit Card Number\",\r\n        \"paramValue\": \"9999\"\r\n      },\r\n      {\r\n        \"paramName\": \"Registered Mobile Number\",\r\n        \"paramValue\": \"9999999999\"\r\n      }\r\n    ]\r\n  },\r\n  \"billerResponse\": {\r\n    \"billAmount\": \"94867\",\r\n    \"billDate\": \"2026-04-16\",\r\n    \"billNumber\": \"NA\",\r\n    \"billPeriod\": \"NA\",\r\n    \"customerName\": \"ABCD\",\r\n    \"dueDate\": \"2026-05-06\"\r\n  },\r\n  \"additionalInfo\": {\r\n    \"info\": [\r\n      {\r\n        \"infoName\": \"Minimum Amount Due\",\r\n        \"infoValue\": \"94867.81\"\r\n      },\r\n      {\r\n        \"infoName\": \"Current Outstanding Amount\",\r\n        \"infoValue\": \"76804.64\"\r\n      },\r\n      {\r\n        \"infoName\": \"Maximum Permissible Amount\",\r\n        \"infoValue\": \"76804.64\"\r\n      }\r\n    ]\r\n  },\r\n  \"paymentInfo\": {\r\n    \"info\": [\r\n      {\r\n        \"infoName\": \"VPA\",\r\n        \"infoValue\": \"999999999@ptyes\"\r\n      }\r\n    ]\r\n  },\r\n  \"quickPay\": \"N\",\r\n  \"payment_mode\": \"UPI\",\r\n  \"mobile\": \"9999999999\",\r\n  \"amount\": \"94867\",\r\n  \"billerAdhoc\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/bbps/pay-bill","description":"<p>Field Required Description</p>\n<p><strong>token</strong> ✅ API authentication token</p>\n<p><strong>biller_id</strong> ✅ KOTA00000NATED</p>\n<p><strong>request_id</strong> If you call fetch api then request_id is Required.</p>\n<p><strong>inputParams</strong> ✅ Required</p>\n<p><strong>billerResponse</strong> If you call fetch api then BillerResponse is Required.</p>\n<p><strong>additionalInfo</strong> If you get additionalInfo in bill fetch api then this field is required otherwise not required</p>\n<p><strong>quickPay</strong> ✅ Required ‘Y’ OR “N”</p>\n<p><strong>amount</strong> ✅ Required (amount in paisa)</p>\n<p><strong>billerAdhoc</strong> ✅ Required “true” OR “false”</p>\n<p><strong>payment_mode</strong> ✅ Required</p>\n<p><strong>paymentInfo</strong> ✅ Required</p>\n","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":"Check Balance","item":[{"name":"Get Balance","id":"74fa7438-0914-44e1-b7ce-fab0a6e2c25c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true,"content-length":true,"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"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":""},{"name":"Travelix Api","item":[{"name":"Flight APIs","item":[{"name":"Flight Search API","id":"a4a75c67-ce3c-4fac-b392-1586b40443ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.64.143\",\r\n    \"Adult\": 1,\r\n    \"Child\": 0,\r\n    \"Infant\": 0,\r\n    \"DirectFlight\": false,\r\n    \"JourneyType\": 1,\r\n    \"PreferredCarriers\": [],\r\n    \"CabinClass\": 1,\r\n    \"SeriesFare\": null,\r\n    \"AirSegments\": [\r\n        {\r\n            \"Origin\": \"DEL\",\r\n            \"Destination\": \"SHJ\",\r\n            \"PreferredTime\": \"2025-10-28T00:00:00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/airservice/rest/search","urlObject":{"path":["rest","search"],"host":["https://b2b.payprime.in/airservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4a75c67-ce3c-4fac-b392-1586b40443ad"},{"name":"Fare Rule API","id":"91c086b4-95cf-48f0-9a06-1068c8433b95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.64.143\",\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\",\r\n    \"FareRuleId\": \"\",\r\n    \"ResultIndex\": \"M12\"\r\n}"},"url":"https://b2b.payprime.in/api/airservice/rest/farerule","urlObject":{"path":["airservice","rest","farerule"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"91c086b4-95cf-48f0-9a06-1068c8433b95"},{"name":"Fare Confirmation API","id":"1349ea4a-73f5-4562-9330-9e3859ae9035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.64.143\",\r\n    \"ResultIndex\": \"M00\",\r\n    \"SearchTokenId\": \"a98689dbd20d44d7aea77dabf6ec73c668c298fe\"\r\n}"},"url":"https://b2b.payprime.in/airservice/rest/fareconfirmation","urlObject":{"path":["rest","fareconfirmation"],"host":["https://b2b.payprime.in/airservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"1349ea4a-73f5-4562-9330-9e3859ae9035"},{"name":"SSR API","id":"c8518f3a-2db7-4653-94c2-0e8e75a8e14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.73.68\",\r\n    \"ResultIndex\": \"M6325\",\r\n    \"SearchTokenId\": \"bc30a4341fb1d81b932c0c591b9bafc93a7326da\"\r\n}"},"url":"https://b2b.payprime.in/airservice/rest/ssr","urlObject":{"path":["rest","ssr"],"host":["https://b2b.payprime.in/airservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8518f3a-2db7-4653-94c2-0e8e75a8e14e"},{"name":"Flight Book API","id":"e2a21a52-b829-42da-82ac-a20080fccaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.64.143\",\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\",\r\n    \"FareRuleId\": \"\",\r\n    \"ResultIndex\": \"M12\"\r\n}"},"url":"https://b2b.payprime.in/airservice/rest/book","urlObject":{"path":["rest","book"],"host":["https://b2b.payprime.in/airservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2a21a52-b829-42da-82ac-a20080fccaf7"},{"name":"Get Booking Detail","id":"f0aea976-ec5f-40f1-90b8-77dd1b2117d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"49.36.217.215\",\r\n    \"BookingId\": \"137\",\r\n    \"PNR\": \"\",\r\n    \"SearchTokenId\": \"805c6f3edb8097a115b35b6dec206a917fef0c95\"\r\n}"},"url":"https://b2b.payprime.in/airservice/rest/getbookingdetail","urlObject":{"path":["rest","getbookingdetail"],"host":["https://b2b.payprime.in/airservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0aea976-ec5f-40f1-90b8-77dd1b2117d2"}],"id":"b29fe714-1d28-4c79-912d-d9574f11af72","_postman_id":"b29fe714-1d28-4c79-912d-d9574f11af72","description":""},{"name":"Hotel APIs","item":[{"name":"Hotel Search","id":"28f6a3f7-7855-44d1-99e9-d5d976dda1b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CheckInDate\": \"2024-06-05\",\r\n    \"CheckOutDate\": \"2024-06-07\",\r\n    \"NoOfNights\": 2,\r\n    \"CountryCode\": \"IN\",\r\n    \"DestinationCityId\": 130443,\r\n    \"GuestNationality\": \"IN\",\r\n    \"NoOfRooms\": 1,\r\n    \"RoomGuests\": [\r\n        {\r\n            \"Adult\": 2,\r\n            \"Child\": 0,\r\n            \"ChildAge\": []\r\n        }\r\n    ],\r\n    \"MaxRating\": 5,\r\n    \"MinRating\": 4,\r\n    \"UserIp\": \"117.99.10.7\"\r\n}\r\n"},"url":"https://b2b.payprime.in/hotelservice/rest/search","urlObject":{"path":["rest","search"],"host":["https://b2b.payprime.in/hotelservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"28f6a3f7-7855-44d1-99e9-d5d976dda1b1"},{"name":"Hotel Info","id":"4eb49345-d3e8-491e-9102-f47e2ff3b502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"49.36.217.215\",\r\n    \"ResultIndex\": 1,\r\n    \"HotelCode\": 1083269,\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\"\r\n}"},"url":"https://b2b.payprime.in/hotelservice/rest/gethotelinfo","urlObject":{"path":["rest","gethotelinfo"],"host":["https://b2b.payprime.in/hotelservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"4eb49345-d3e8-491e-9102-f47e2ff3b502"},{"name":"Hotel Book","id":"490cb0ec-e370-4dee-a431-512fc37f8934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"122.161.64.143\",\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\",\r\n    \"FareRuleId\": \"\",\r\n    \"ResultIndex\": \"M12\"\r\n}"},"url":"https://dashboard.softzix.com/api/hotelservice/rest/book","urlObject":{"protocol":"https","path":["api","hotelservice","rest","book"],"host":["dashboard","softzix","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"490cb0ec-e370-4dee-a431-512fc37f8934"},{"name":"Get Hotel Room","id":"22e44526-8604-43a8-825f-491ade4ca88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"49.36.217.215\",\r\n    \"ResultIndex\": 1,\r\n    \"HotelCode\": 1083269,\r\n    \"SearchTokenId\": \"e53e99c60e3ac7d623de0d585520a2668ce7fb64\"\r\n}"},"url":"https://b2b.payprime.in/hotelservice/rest/getroominfo","urlObject":{"path":["rest","getroominfo"],"host":["https://b2b.payprime.in/hotelservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e44526-8604-43a8-825f-491ade4ca88d"},{"name":"Block Room","id":"8fac5e3f-d5b7-4e2b-9384-c427b5af11d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"49.36.217.215\",\r\n    \"ResultIndex\": 1,\r\n    \"HotelCode\": 1083269,\r\n    \"HotelName\": \"Hotel Hari Piorko\",\r\n    \"NoOfRooms\": 1,\r\n    \"HotelRoomsDetails\": [\r\n        {\r\n            \"RoomIndex\": 1\r\n        }\r\n    ],\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\"\r\n}\r\n"},"url":"https://b2b.payprime.in/hotelservice/rest/blockroom","urlObject":{"path":["rest","blockroom"],"host":["https://b2b.payprime.in/hotelservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fac5e3f-d5b7-4e2b-9384-c427b5af11d5"}],"id":"39cada1b-c21e-404c-a927-008337262eba","_postman_id":"39cada1b-c21e-404c-a927-008337262eba","description":""},{"name":"Bus APIs","item":[{"name":"Bus Search","id":"296e8461-7c21-4728-ae1c-8556c8a3115d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"103.209.223.52\",\r\n    \"DateOfJourney\": \"2023-12-19\",\r\n    \"OriginId\": \"4292\",\r\n    \"DestinationId\": \"4562\"\r\n}"},"url":"https://b2b.payprime.in/busservice/rest/search","urlObject":{"path":["rest","search"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"296e8461-7c21-4728-ae1c-8556c8a3115d"},{"name":"Seat Layout","id":"c3cc9d66-0555-47bd-8375-bafeeff77a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\",\r\n    \"ResultIndex\": \"TRVY-0\"\r\n}"},"url":"https://b2b.payprime.in/busservice/rest/seatlayout","urlObject":{"path":["rest","seatlayout"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3cc9d66-0555-47bd-8375-bafeeff77a20"},{"name":"Bus Book","id":"0bdca04b-e73a-4bb3-85cc-c1a0144c21bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Username","value":"{{username}}","type":"text"},{"key":"Password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"de91d20cc00be044c3504fc35e346f6981c8c5c8\",\r\n    \"ResultIndex\": \"TRVY-0\",\r\n    \"BoardingPointId\": 1,\r\n    \"DroppingPointId\": 1,\r\n    \"Passenger\": [\r\n        {\r\n            \"LeadPassenger\": true,\r\n            \"Title\": \"Mr\",\r\n            \"FirstName\": \"Anoop\",\r\n            \"LastName\": \"Jain\",\r\n            \"Email\": \"anoop@traveltechnologysolution.com\",\r\n            \"Phoneno\": \"9650032111\",\r\n            \"Gender\": \"1\",\r\n            \"IdType\": null,\r\n            \"IdNumber\": null,\r\n            \"Address\": \"406, 4th Floor, Suncity Trade Tower, Sector 21 Gurgaon\",\r\n            \"Age\": \"29\",\r\n            \"SeatName\": \"15\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"https://b2b.payprime.in/busservice/rest/book","urlObject":{"path":["rest","book"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bdca04b-e73a-4bb3-85cc-c1a0144c21bf"},{"name":"Boarding Point","id":"da810609-7d79-4436-915a-b3399af95c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"SEARCH_TOKEN\",\r\n    \"ResultIndex\": \"TRVY-0\"\r\n}"},"url":"https://b2b.payprime.in/busservice/rest/boardingpoint","urlObject":{"path":["rest","boardingpoint"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"da810609-7d79-4436-915a-b3399af95c24"},{"name":"Block Seat","id":"383f2b24-66c9-419d-8b0c-0a71be906b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"11e6150cdfb4ff2f0a797b0e8946e1a09dc84621\",\r\n    \"ResultIndex\": \"TRVY-0\",\r\n    \"BoardingPointId\": 1,\r\n    \"DroppingPointId\": 1,\r\n    \"Passenger\": [\r\n        {\r\n            \"LeadPassenger\": true,\r\n            \"Title\": \"Mr\",\r\n            \"FirstName\": \"Anoop\",\r\n            \"LastName\": \"Jain\",\r\n            \"Email\": \"anoop@traveltechnologysolution.com\",\r\n            \"Phoneno\": \"9650032111\",\r\n            \"Gender\": \"1\",\r\n            \"IdType\": null,\r\n            \"IdNumber\": null,\r\n            \"Address\": \"406, 4th Floor, Suncity Trade Tower, Sector 21 Gurgaon\",\r\n            \"Age\": \"29\",\r\n            \"SeatName\": \"30\"\r\n        }\r\n    ]\r\n}\r\n"},"url":"https://b2b.payprime.in/busservice/rest/blockseat","urlObject":{"path":["rest","blockseat"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"383f2b24-66c9-419d-8b0c-0a71be906b42"},{"name":"Get Booking Detail","id":"0b24b162-41c4-4ef0-b2f7-8c846f7e2f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"e8085e26f7801c873f04e0bbf49424c361846a56\",\r\n    \"BookingId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/busservice/rest/getbookingdetail","urlObject":{"path":["rest","getbookingdetail"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b24b162-41c4-4ef0-b2f7-8c846f7e2f3b"},{"name":"Cancel Request","id":"b04cafc4-f7a4-4494-aba0-eacc81037d60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Username","value":"{{username}}","type":"text"},{"key":"Password","value":"{{password}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"UserIp\": \"223.177.107.156\",\r\n    \"SearchTokenId\": \"de91d20cc00be044c3504fc35e346f6981c8c5c8\",\r\n    \"BookingId\": 26,\r\n    \"SeatId\": \"15\",\r\n    \"Remarks\": \"Cancel Bus Ticket\"\r\n}"},"url":"https://b2b.payprime.in/busservice/rest/cancelrequest","urlObject":{"path":["rest","cancelrequest"],"host":["https://b2b.payprime.in/busservice"],"query":[],"variable":[]}},"response":[],"_postman_id":"b04cafc4-f7a4-4494-aba0-eacc81037d60"}],"id":"346e9076-5c07-4174-bde8-1b5070190e45","_postman_id":"346e9076-5c07-4174-bde8-1b5070190e45","description":""}],"id":"f1957296-a2c3-4c7e-a556-7bd79bf0c5d1","_postman_id":"f1957296-a2c3-4c7e-a556-7bd79bf0c5d1","description":""},{"name":"Gift Voucher","item":[{"name":"Get Brand","id":"7035d328-fa77-457b-b678-5e5795b9dff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"brand_code\": \"SFZ-GS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/get-brand","urlObject":{"path":["v1","get-brand"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7035d328-fa77-457b-b678-5e5795b9dff9"},{"name":"Get Store","id":"cf479d56-79da-4c34-ba58-0041bf0ba824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"brand_code\": \"SFZ-GS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/get-store","urlObject":{"path":["v1","get-store"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf479d56-79da-4c34-ba58-0041bf0ba824"},{"name":"Get EVC","id":"3bd3ceed-e591-4e1c-b9c4-f3a11f7d6855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your_token\",\r\n\"sku_code\": \"SFTZX-APL\",\r\n\"no_of_card\": 1,\r\n\"amount\": \"100\",\r\n\"receiptNo\": \"V9IQUZAOJLIP\",\r\n\"firstname\": \"Jayanta\",\r\n\"lastname\": \"Keni\",\r\n\"email\": \"keni.jayanta99@gmail.com\",\r\n\"mobile_no\": \"8689970962\",\r\n\"address\": \"Mulund\",\r\n\"city\": \"Mumbai\",\r\n\"state\": \"Maharashtra\",\r\n\"country\": \"IN\",\r\n\"pincode\": \"400081\",\r\n\"curr\": \"356\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/get-evc","urlObject":{"path":["v1","get-evc"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bd3ceed-e591-4e1c-b9c4-f3a11f7d6855"},{"name":"Get EVC Status","id":"17f21668-ee72-4a71-a683-3d6fe09bac9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"token\": \"your-token\",\r\n  \"request_ref_no\": \"VDIDSoftzix20260316140737\",\r\n  \"order_id\": \"VDPP2456983\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/get-evc-status","urlObject":{"path":["v1","get-evc-status"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"17f21668-ee72-4a71-a683-3d6fe09bac9c"},{"name":"Get Active EVC","id":"e179aec8-cdf2-4381-bf80-bccbc1577ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"token\": \"your-token\",\r\n\"request_ref_no\": \"VDIDSoftzix20260316140737\",\r\n\"order_id\": \"VDPP2456983\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://b2b.payprime.in/api/v1/get-active-evc","urlObject":{"path":["v1","get-active-evc"],"host":["https://b2b.payprime.in/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e179aec8-cdf2-4381-bf80-bccbc1577ceb"}],"id":"cbfaf0d9-1971-425f-8372-6071870e85c0","_postman_id":"cbfaf0d9-1971-425f-8372-6071870e85c0","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"}]}