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/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 | 7,606 |
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 | 7,607 |
hyperswitch | postman/collection-dir/stripe/Refunds/Refunds - Create/response.json | .json | []
| 1 | 7,608 |
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 | 7,609 |
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 | 7,610 |
hyperswitch | postman/collection-dir/stripe/Refunds/Refunds - Retrieve/response.json | .json | []
| 1 | 7,611 |
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 | 7,612 |
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 | 7,613 |
hyperswitch | postman/collection-dir/stripe/Refunds/Refunds - Update/response.json | .json | []
| 1 | 7,614 |
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 | 7,615 |
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 | 7,616 |
hyperswitch | postman/collection-dir/stripe/Refunds/Payments - Create/response.json | .json | []
| 1 | 7,617 |
hyperswitch | postman/collection-dir/stripe/Health check/New Request/request.json | .json | {
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/health",
"host": ["{{baseUrl}}"],
"path": ["health"]
}
}
| 47 | 7,618 |
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 | 7,619 |
hyperswitch | postman/collection-dir/stripe/Health check/New Request/response.json | .json | []
| 1 | 7,620 |
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 | 7,621 |
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 | 7,622 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Update/response.json | .json | []
| 1 | 7,623 |
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 | 7,624 |
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 | 7,625 |
hyperswitch | postman/collection-dir/stripe/Payments/Session Token/response.json | .json | []
| 1 | 7,626 |
hyperswitch | postman/collection-dir/stripe/Payments/Session Token/event.prerequest.js | .js | 0 | 7,627 | |
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 | 7,628 |
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 | 7,629 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Retrieve/response.json | .json | []
| 1 | 7,630 |
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 | 7,631 |
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 | 7,632 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Confirm Again (Through API Key)/response.json | .json | []
| 1 | 7,633 |
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 | 7,634 |
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 | 7,635 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Create/response.json | .json | []
| 1 | 7,636 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Create/event.prerequest.js | .js | 0 | 7,637 | |
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 | 7,638 |
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 | 7,639 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/response.json | .json | []
| 1 | 7,640 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Confirm (Through Client Secret)/event.prerequest.js | .js | 0 | 7,641 | |
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 | 7,642 |
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 | 7,643 |
hyperswitch | postman/collection-dir/stripe/Payments/Payment-List/response.json | .json | []
| 1 | 7,644 |
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 | 7,645 |
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 | 7,646 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Cancel/response.json | .json | []
| 1 | 7,647 |
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 | 7,648 |
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 | 7,649 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Capture/response.json | .json | []
| 1 | 7,650 |
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 | 7,651 |
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 | 7,652 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Create Again/response.json | .json | []
| 1 | 7,653 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Create Again/event.prerequest.js | .js | 0 | 7,654 | |
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 | 7,655 |
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 | 7,656 |
hyperswitch | postman/collection-dir/stripe/Payments/Payments - Create Yet Again/response.json | .json | []
| 1 | 7,657 |
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 | 7,658 |
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 | 7,659 |
hyperswitch | postman/collection-dir/stripe/PaymentMethods/P_Create Customer/response.json | .json | []
| 1 | 7,660 |
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 | 7,661 |
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 | 7,662 |
hyperswitch | postman/collection-dir/stripe/PaymentMethods/Payments - Create/response.json | .json | []
| 1 | 7,663 |
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 | 7,664 |
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 | 7,665 |
hyperswitch | postman/collection-dir/stripe/PaymentMethods/List payment methods for a Merchant/response.json | .json | []
| 1 | 7,666 |
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 | 7,667 |
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 | 7,668 |
hyperswitch | postman/collection-dir/stripe/PaymentMethods/List payment methods for a Customer/response.json | .json | []
| 1 | 7,669 |
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 | 7,670 |
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 | 7,671 |
hyperswitch | postman/collection-dir/stripe/PaymentMethods/PaymentMethods - Create/response.json | .json | []
| 1 | 7,672 |
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 | 7,673 |
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 | 7,674 |
hyperswitch | postman/collection-dir/stripe/API Key/Update API Key/response.json | .json | []
| 1 | 7,675 |
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 | 7,676 |
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 | 7,677 |
hyperswitch | postman/collection-dir/stripe/API Key/List API Keys/response.json | .json | []
| 1 | 7,678 |
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 | 7,679 |
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 | 7,680 |
hyperswitch | postman/collection-dir/stripe/API Key/Create API Key/response.json | .json | []
| 1 | 7,681 |
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 | 7,682 |
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 | 7,683 |
hyperswitch | postman/collection-dir/stripe/API Key/Retrieve API Key/response.json | .json | []
| 1 | 7,684 |
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 | 7,685 |
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 | 7,686 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Refunds - Create/response.json | .json | []
| 1 | 7,687 |
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 | 7,688 |
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 | 7,689 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Refunds - Retrieve/response.json | .json | []
| 1 | 7,690 |
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 | 7,691 |
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 | 7,692 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Payments - Create-copy/response.json | .json | []
| 1 | 7,693 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Payments - Create-copy/event.prerequest.js | .js | 0 | 7,694 | |
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 | 7,695 |
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 | 7,696 |
hyperswitch | postman/collection-dir/stripe/QuickStart/API Key - Create/response.json | .json | []
| 1 | 7,697 |
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 | 7,698 |
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 | 7,699 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Payment Connector - Create/response.json | .json | []
| 1 | 7,700 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Payment Connector - Create/event.prerequest.js | .js | 0 | 7,701 | |
hyperswitch | postman/collection-dir/stripe/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 | 7,702 |
hyperswitch | postman/collection-dir/stripe/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 | 7,703 |
hyperswitch | postman/collection-dir/stripe/QuickStart/Payments - Retrieve/response.json | .json | []
| 1 | 7,704 |
hyperswitch | postman/collection-dir/stripe/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": {
... | 841 | 7,705 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.