repo
stringclasses
4 values
file_path
stringlengths
6
193
extension
stringclasses
30 values
content
stringlengths
0
5.21M
token_count
int64
0
3.8M
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/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(...
530
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/Merchant Account - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/Merchant Account - Create/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/Merchant Account - Update/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": ...
684
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/Merchant Account - Update/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/accounts/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/accounts/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type...
307
hyperswitch
postman/collection-dir/stripe/MerchantAccounts/Merchant Account - Update/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Refunds/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
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/refunds - Status code is 2xx", function () { pm.response.to.be.success; }); // 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( ...
205
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Refunds/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
hyperswitch
postman/collection-dir/stripe/Refunds/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
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Retrieve/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Update/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": { ...
265
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Update/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/refunds/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/refunds/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.in...
209
hyperswitch
postman/collection-dir/stripe/Refunds/Refunds - Update/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Refunds/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": { ...
805
hyperswitch
postman/collection-dir/stripe/Refunds/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
hyperswitch
postman/collection-dir/stripe/Refunds/Payments - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Health check/New Request/request.json
.json
{ "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/health", "host": ["{{baseUrl}}"], "path": ["health"] } }
47
hyperswitch
postman/collection-dir/stripe/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
hyperswitch
postman/collection-dir/stripe/Health check/New Request/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Update/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": { ...
717
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Update/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments/:id - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/:id - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type...
435
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Update/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Session Token/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{publishable_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Conten...
198
hyperswitch
postman/collection-dir/stripe/Payments/Session Token/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments/session_tokens - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/payments/session_tokens - Content-Type is application/json", function () { pm.expect(pm.response.hea...
223
hyperswitch
postman/collection-dir/stripe/Payments/Session Token/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Session Token/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/Payments/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
hyperswitch
postman/collection-dir/stripe/Payments/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Retrieve/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm Again (Through API Key)/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": {} ...
230
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm Again (Through API Key)/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...
570
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm Again (Through API Key)/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/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": { ...
795
hyperswitch
postman/collection-dir/stripe/Payments/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/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...
441
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/Payments/Payment-List/request.json
.json
{ "method": "GET", "header": [ { "key": "api-key", "value": "snd_0b8e1deb82f241eca47617afb1398858" } ], "url": { "raw": "{{baseUrl}}/payments/list", "host": ["{{baseUrl}}"], "path": ["payments", "list"], "query": [ { "key": "customer_id", "value": "", ...
317
hyperswitch
postman/collection-dir/stripe/Payments/Payment-List/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/payments/list - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[GET]::/payments/list - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type...
91
hyperswitch
postman/collection-dir/stripe/Payments/Payment-List/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Cancel/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments/:id/cancel - Status code is 2xx", function () { pm.response.to.be.success; }); // 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...
135
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Cancel/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Capture/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payments/:id/capture - Status code is 2xx", function () { pm.response.to.be.success; }); // 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.g...
441
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Capture/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Again/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": { ...
795
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Again/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Again/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Again/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Yet Again/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": { ...
795
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Yet Again/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
hyperswitch
postman/collection-dir/stripe/Payments/Payments - Create Yet Again/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/PaymentMethods/P_Create Customer/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": { ...
274
hyperswitch
postman/collection-dir/stripe/PaymentMethods/P_Create Customer/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/customers - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test("[POST]::/customers - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Content-Type")).to.includ...
364
hyperswitch
postman/collection-dir/stripe/PaymentMethods/P_Create Customer/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/PaymentMethods/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": { ...
889
hyperswitch
postman/collection-dir/stripe/PaymentMethods/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(...
498
hyperswitch
postman/collection-dir/stripe/PaymentMethods/Payments - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Merchant/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"...
227
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Merchant/event.test.js
.js
// Validate status 2xx pm.test( "[GET]::/payment_methods/:merchant_id - Status code is 2xx", function () { pm.response.to.be.success; }, ); // Validate if response header has matching content-type pm.test( "[GET]::/payment_methods/:merchant_id - Content-Type is application/json", function () { pm.exp...
102
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Merchant/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Customer/request.json
.json
{ "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/customers/:customer_id/payment_methods", "host": ["{{baseUrl}}"], "path": ["customers", ":customer_id", "payment_methods"], "query": [ { "key": "accep...
363
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Customer/event.test.js
.js
// Validate status 2xx pm.test( "[GET]::/payment_methods/:customer_id - Status code is 2xx", function () { pm.response.to.be.success; }, ); // Validate if response header has matching content-type pm.test( "[GET]::/payment_methods/:customer_id - Content-Type is application/json", function () { pm.exp...
232
hyperswitch
postman/collection-dir/stripe/PaymentMethods/List payment methods for a Customer/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/PaymentMethods/PaymentMethods - 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": { ...
285
hyperswitch
postman/collection-dir/stripe/PaymentMethods/PaymentMethods - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/payment_methods - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[POST]::/payment_methods - Content-Type is application/json", function () { pm.expect(pm.response.headers.get("Conten...
290
hyperswitch
postman/collection-dir/stripe/PaymentMethods/PaymentMethods - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/API Key/Update API Key/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-...
276
hyperswitch
postman/collection-dir/stripe/API Key/Update API Key/event.test.js
.js
// Validate status 2xx pm.test( "[POST]::/api_keys/:merchant_id/:api_key_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/:api_key_id - Content-Type is application/json", function () ...
319
hyperswitch
postman/collection-dir/stripe/API Key/Update API Key/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/API Key/List API Keys/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{admin_api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-T...
203
hyperswitch
postman/collection-dir/stripe/API Key/List API Keys/event.test.js
.js
// Validate status 2xx pm.test("[GET]::/api_keys/:merchant_id/list - Status code is 2xx", function () { pm.response.to.be.success; }); // Validate if response header has matching content-type pm.test( "[GET]::/api_keys/:merchant_id/list - Content-Type is application/json", function () { pm.expect(pm.response...
308
hyperswitch
postman/collection-dir/stripe/API Key/List API Keys/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/API Key/Create API Key/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
hyperswitch
postman/collection-dir/stripe/API Key/Create API Key/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
hyperswitch
postman/collection-dir/stripe/API Key/Create API Key/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/API Key/Retrieve API Key/request.json
.json
{ "auth": { "type": "apikey", "apikey": [ { "key": "value", "value": "{{admin_api_key}}", "type": "string" }, { "key": "key", "value": "api-key", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Content-T...
230
hyperswitch
postman/collection-dir/stripe/API Key/Retrieve API Key/event.test.js
.js
// Validate status 2xx pm.test( "[GET]::/api_keys/:merchant_id/:api_key_id - Status code is 2xx", function () { pm.response.to.be.success; }, ); // Validate if response header has matching content-type pm.test( "[GET]::/api_keys/:merchant_id/:api_key_id - Content-Type is application/json", function () { ...
319
hyperswitch
postman/collection-dir/stripe/API Key/Retrieve API Key/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/QuickStart/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
hyperswitch
postman/collection-dir/stripe/QuickStart/Refunds - Create/event.test.js
.js
// Validate status 2xx pm.test("[POST]::/refunds - Status code is 2xx", function () { pm.response.to.be.success; }); // 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( ...
278
hyperswitch
postman/collection-dir/stripe/QuickStart/Refunds - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/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
hyperswitch
postman/collection-dir/stripe/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
hyperswitch
postman/collection-dir/stripe/QuickStart/Refunds - Retrieve/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/QuickStart/Payments - Create-copy/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": { ...
838
hyperswitch
postman/collection-dir/stripe/QuickStart/Payments - Create-copy/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(...
549
hyperswitch
postman/collection-dir/stripe/QuickStart/Payments - Create-copy/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/QuickStart/Payments - Create-copy/event.prerequest.js
.js
0
hyperswitch
postman/collection-dir/stripe/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
hyperswitch
postman/collection-dir/stripe/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
hyperswitch
postman/collection-dir/stripe/QuickStart/API Key - Create/response.json
.json
[]
1
hyperswitch
postman/collection-dir/stripe/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...
2,103
hyperswitch
postman/collection-dir/stripe/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 () { ...
238