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/bluesnap/Flow Testcases/QuickStart/Refunds - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/refunds/:id", "host": ["{{baseUrl}}"], "path": ["refunds", ":id"], "variable": [ { "key": "id", "value": "{{refund_id}}", "description...
148
2,906
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Refunds - Retrieve/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/refunds/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[GET]::/refunds/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.incl...
209
2,907
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Refunds - Retrieve/response.json
.json
[]
1
2,908
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/API Key - Create/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{admin_api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-...
268
2,909
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/API Key - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/api_keys/:merchant_id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/api_keys/:merchant_id - Content-Type is application/json", function () { pm.expect(pm.response.headers...
306
2,910
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/API Key - Create/response.json
.json
[]
1
2,911
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payment Connector - Create/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...
827
2,912
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payment Connector - Create/event.test.js
.js
// Validate status 2xx pm.test( "[POST]::/account/:account_id/connectors - 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 - Content-Type is application/json", function () { ...
405
2,913
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payment Connector - Create/response.json
.json
[]
1
2,914
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payment Connector - Create/event.prerequest.js
.js
0
2,915
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payments - Retrieve/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payments/:id", "host": ["{{baseUrl}}"], "path": ["payments", ":id"], "variable": [ { "key": "id", "value": "{{payment_id}}", "descript...
145
2,916
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/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...
430
2,917
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payments - Retrieve/response.json
.json
[]
1
2,918
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/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": { ...
710
2,919
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/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(...
424
2,920
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Payments - Create/response.json
.json
[]
1
2,921
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Merchant Account - Create/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": ...
626
2,922
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Merchant Account - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/accounts - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/accounts - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.include(...
391
2,923
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Merchant Account - Create/response.json
.json
[]
1
2,924
hyperswitch
postman/collection-dir/bluesnap/Flow Testcases/QuickStart/Merchant Account - Create/event.prerequest.js
.js
0
2,925
hyperswitch
postman/collection-dir/bluesnap/Health check/New Request/request.json
.json
{ "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/health", "host": ["{{baseUrl}}"], "path": ["health"] } }
47
2,926
hyperswitch
postman/collection-dir/bluesnap/Health check/New Request/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/accounts - Status code is 2xx", function () { pm.response.to.be.success; });
34
2,927
hyperswitch
postman/collection-dir/bluesnap/Health check/New Request/response.json
.json
[]
1
2,928
hyperswitch
postman/collection-dir/mollie/event.test.js
.js
// Set response object as internal variable let jsonData = {}; try { jsonData = pm.response.json(); } catch (e) {} // pm.collectionVariables - Set payment_id as variable for jsonData.payment_id if (jsonData?.payment_id) { pm.collectionVariables.set("payment_id", jsonData.payment_id); console.log("[LOG]::payment_...
101
2,929
hyperswitch
postman/collection-dir/mollie/event.prerequest.js
.js
0
2,930
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-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": { ...
613
2,931
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-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
2,932
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-Confirming the payment without PMD/Payments - Create/response.json
.json
[]
1
2,933
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-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
2,934
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-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
2,935
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Variation Cases/Scenario1-Confirming the payment without PMD/Payments - Confirm/response.json
.json
[]
1
2,936
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-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
2,937
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-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
2,938
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-Bank Redirect-sofort/Payments - Retrieve/response.json
.json
[]
1
2,939
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-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
2,940
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-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
2,941
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-Bank Redirect-sofort/Payments - Create/response.json
.json
[]
1
2,942
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-Bank Redirect-sofort/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"...
439
2,943
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-Bank Redirect-sofort/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...
734
2,944
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario8-Bank Redirect-sofort/Payments - Confirm/response.json
.json
[]
1
2,945
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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
2,946
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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
2,947
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/Payments - Retrieve/response.json
.json
[]
1
2,948
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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
2,949
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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
2,950
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/Payments - Create/response.json
.json
[]
1
2,951
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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"...
381
2,952
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/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...
731
2,953
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario6- Wallets Paypal/Payments - Confirm/response.json
.json
[]
1
2,954
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/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
2,955
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/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
2,956
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/Payments - Retrieve/response.json
.json
[]
1
2,957
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/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": { ...
794
2,958
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/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
2,959
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/Payments - Create/response.json
.json
[]
1
2,960
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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
2,961
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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
2,962
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/Payments - Retrieve/response.json
.json
[]
1
2,963
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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
2,964
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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
2,965
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/Payments - Create/response.json
.json
[]
1
2,966
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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"...
424
2,967
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/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...
731
2,968
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario7-Bank Redirect-Ideal/Payments - Confirm/response.json
.json
[]
1
2,969
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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
2,970
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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
2,971
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/Payments - Retrieve/response.json
.json
[]
1
2,972
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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
2,973
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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
2,974
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/Payments - Create/response.json
.json
[]
1
2,975
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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"...
426
2,976
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/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...
737
2,977
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario10-Bank Redirect-giropay/Payments - Confirm/response.json
.json
[]
1
2,978
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/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
2,979
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/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
2,980
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Retrieve/response.json
.json
[]
1
2,981
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create 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": { ...
613
2,982
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create 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
2,983
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Create/response.json
.json
[]
1
2,984
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create 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"...
424
2,985
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/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...
515
2,986
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Confirm/response.json
.json
[]
1
2,987
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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
2,988
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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
2,989
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/Payments - Retrieve/response.json
.json
[]
1
2,990
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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
2,991
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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
2,992
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/Payments - Create/response.json
.json
[]
1
2,993
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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"...
434
2,994
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/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...
731
2,995
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario9-Bank Redirect-eps/Payments - Confirm/response.json
.json
[]
1
2,996
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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
2,997
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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
2,998
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/Payments - Retrieve/response.json
.json
[]
1
2,999
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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": { ...
855
3,000
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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
3,001
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/Payments - Create/response.json
.json
[]
1
3,002
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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
3,003
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/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...
583
3,004
hyperswitch
postman/collection-dir/mollie/Flow Testcases/Happy Cases/Scenario5-Create 3DS payment with confirm false/Payments - Confirm/response.json
.json
[]
1
3,005