repo
stringclasses
4 values
file_path
stringlengths
6
193
extension
stringclasses
23 values
content
stringlengths
0
1.73M
token_count
int64
0
724k
__index_level_0__
int64
0
10.8k
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Payment Connector - Retrieve/response.json
.json
[]
1
4,306
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Payment Connector - Update/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" }, { "key": "in", "value": "header", "type": "strin...
781
4,307
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Payment Connector - Update/event.test.js
.js
// Validate status 2xx pm.test( "[POST]::/account/:account_id/connectors/:connector_id - Status code is 2xx", function () { pm.response.to.be.success; }, ); // Validate if response header has matching content-type pm.test( "[POST]::/account/:account_id/connectors/:connector_id - Content-Type is application...
244
4,308
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Payment Connector - Update/response.json
.json
[]
1
4,309
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Merchant Account - Delete/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{admin_api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" }, { "key": "in", "value": "header", "type": ...
225
4,310
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Merchant Account - Delete/event.test.js
.js
// Validate status 2xx pm.test("[DELETE]::/accounts/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[DELETE]::/accounts/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-...
280
4,311
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/Merchant Account - Delete/response.json
.json
[]
1
4,312
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/List Connectors by MID/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-Type", ...
183
4,313
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/List Connectors by MID/event.test.js
.js
// Validate status 2xx pm.test( "[GET]::/account/:account_id/connectors - Status code is 2xx", function () { pm.response.to.be.success; }, ); // Validate if response header has matching content-type pm.test( "[GET]::/account/:account_id/connectors - Content-Type is application/json", function () { pm...
104
4,314
hyperswitch
postman/collection-dir/hyperswitch/PaymentConnectors/List Connectors by MID/response.json
.json
[]
1
4,315
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
705
4,316
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
492
4,317
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Create/response.json
.json
[]
1
4,318
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Cancel/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
225
4,319
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Cancel/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments/:id/cancel - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/cancel - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("...
469
4,320
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario5-Void the success_slash_failure payment/Payments - Cancel/response.json
.json
[]
1
4,321
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
615
4,322
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
495
4,323
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Create/response.json
.json
[]
1
4,324
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Confirm/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{publishable_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" }, { "key": "in", "value": "header", "type"...
341
4,325
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Confirm/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/confirm - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Ty...
566
4,326
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario2-Confirming the payment without PMD/Payments - Confirm/response.json
.json
[]
1
4,327
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,328
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
498
4,329
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Retrieve/response.json
.json
[]
1
4,330
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
705
4,331
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
492
4,332
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Create/response.json
.json
[]
1
4,333
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Capture/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
225
4,334
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Capture/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments/:id/capture - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/capture - Content-Type is application/json", function () { pm.expect(pm.response.headers.get...
570
4,335
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario3-Capture greater amount/Payments - Capture/response.json
.json
[]
1
4,336
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,337
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
610
4,338
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Retrieve/response.json
.json
[]
1
4,339
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Recurring Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
634
4,340
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Recurring Payments - Create/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
553
4,341
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Recurring Payments - Create/response.json
.json
[]
1
4,342
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
926
4,343
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
670
4,344
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Payments - Create/response.json
.json
[]
1
4,345
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Refunds - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
238
4,346
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Refunds - Create/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/refunds - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/refunds - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
334
4,347
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Refunds - Create/response.json
.json
[]
1
4,348
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,349
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
500
4,350
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Retrieve/response.json
.json
[]
1
4,351
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
705
4,352
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
492
4,353
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario7-Refund exceeds amount/Payments - Create/response.json
.json
[]
1
4,354
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(invalid CVV)/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
697
4,355
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(invalid CVV)/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
538
4,356
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(invalid CVV)/response.json
.json
[]
1
4,357
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp month)/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
707
4,358
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp month)/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
542
4,359
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp month)/response.json
.json
[]
1
4,360
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid card number)/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
679
4,361
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid card number)/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
540
4,362
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid card number)/response.json
.json
[]
1
4,363
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp Year)/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
707
4,364
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp Year)/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
542
4,365
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp Year)/response.json
.json
[]
1
4,366
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
705
4,367
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
492
4,368
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Create/response.json
.json
[]
1
4,369
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Capture/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
225
4,370
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Capture/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments/:id/capture - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/capture - Content-Type is application/json", function () { pm.expect(pm.response.headers.get...
570
4,371
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario4-Capture the succeeded payment/Payments - Capture/response.json
.json
[]
1
4,372
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Refunds - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
237
4,373
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Refunds - Create/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/refunds - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test("[POST]::/refunds - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include( ...
334
4,374
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Refunds - Create/response.json
.json
[]
1
4,375
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,376
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
500
4,377
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Retrieve/response.json
.json
[]
1
4,378
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
705
4,379
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
492
4,380
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario8-Refund for unsuccessful payment/Payments - Create/response.json
.json
[]
1
4,381
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,382
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
503
4,383
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Retrieve/response.json
.json
[]
1
4,384
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
704
4,385
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
558
4,386
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Create/response.json
.json
[]
1
4,387
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Capture/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
225
4,388
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Capture/event.test.js
.js
// Validate status 4xx pm.test("[POST]::/payments/:id/capture - Status code is 4xx", function () { pm.response.to.be.error; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/capture - Content-Type is application/json", function () { pm.expect(pm.response.headers.get...
570
4,389
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Capture/response.json
.json
[]
1
4,390
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,391
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
502
4,392
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Retrieve/response.json
.json
[]
1
4,393
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
439
4,394
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
495
4,395
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Create/response.json
.json
[]
1
4,396
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Confirm/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{publishable_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" }, { "key": "in", "value": "header", "type"...
406
4,397
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Confirm/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments/:id/confirm - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id/confirm - Content-Type is application/json", function () { pm.expect(pm.response.headers.g...
806
4,398
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario19-Bank Transfer-ach/Payments - Confirm/response.json
.json
[]
1
4,399
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id?force_sync=true", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "query": [ { "key": "force_sync", "value": "true" }...
175
4,400
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
502
4,401
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Retrieve/response.json
.json
[]
1
4,402
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Create/request.json
.json
{ "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "options": { "raw": { "language": "json" } }, "raw_json_formatted": { ...
816
4,403
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/payments - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
495
4,404
hyperswitch
postman/collection-dir/hyperswitch/Hackathon/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Create/response.json
.json
[]
1
4,405