chore: update sandbox base url (#430)

This commit is contained in:
chikke srujan
2023-01-20 00:45:33 +05:30
committed by GitHub
parent 57c46b2442
commit 35ddf94766
4 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@ Use the following base URLs when making requests to the APIs:
| Environment | Base URL |
|---------------|------------------------------------------------------|
| Sandbox | <https://sandbox-router.juspay.io> |
| Sandbox | <https://sandbox.hyperswitch.io> |
| Production | <https://router.juspay.io> |
## Authentication
@ -39,7 +39,7 @@ Never share your secret api keys. Keep them guarded and secure.
"#,
),
servers(
(url = "https://sandbox-router.juspay.io", description = "Sandbox Environment"),
(url = "https://sandbox.hyperswitch.io", description = "Sandbox Environment"),
(url = "https://router.juspay.io", description = "Production Environment")
),
paths(

View File

@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "Juspay Router - API Documentation",
"description": "\n## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage payments.\nOur APIs accept and return JSON in the HTTP body, and return standard HTTP response codes.\n\nYou can consume the APIs directly using your favorite HTTP/REST library.\n\nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without\naffecting production data.\n\n### Base URLs\n\nUse the following base URLs when making requests to the APIs:\n\n| Environment | Base URL |\n|---------------|------------------------------------------------------|\n| Sandbox | <https://sandbox-router.juspay.io> |\n| Production | <https://router.juspay.io> |\n\n## Authentication\n\nWhen you sign up on our [dashboard](https://dashboard-hyperswitch.netlify.app) and create a merchant\naccount, you are given a secret key (also referred as api-key).\nYou may authenticate all API requests with Juspay server by providing the appropriate key in the\nrequest Authorization header.\n\nNever share your secret api keys. Keep them guarded and secure.\n",
"description": "\n## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage payments.\nOur APIs accept and return JSON in the HTTP body, and return standard HTTP response codes.\n\nYou can consume the APIs directly using your favorite HTTP/REST library.\n\nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without\naffecting production data.\n\n### Base URLs\n\nUse the following base URLs when making requests to the APIs:\n\n| Environment | Base URL |\n|---------------|------------------------------------------------------|\n| Sandbox | <https://sandbox.hyperswitch.io> |\n| Production | <https://router.juspay.io> |\n\n## Authentication\n\nWhen you sign up on our [dashboard](https://dashboard-hyperswitch.netlify.app) and create a merchant\naccount, you are given a secret key (also referred as api-key).\nYou may authenticate all API requests with Juspay server by providing the appropriate key in the\nrequest Authorization header.\n\nNever share your secret api keys. Keep them guarded and secure.\n",
"contact": {
"name": "Juspay Support",
"url": "https://juspay.io",
@ -15,7 +15,7 @@
},
"servers": [
{
"url": "https://sandbox-router.juspay.io",
"url": "https://sandbox.hyperswitch.io",
"description": "Sandbox Environment"
},
{

View File

@ -25,7 +25,7 @@ info:
| Environment | Base URL |
|---------------|------------------------------------------------------|
| Sandbox | <https://sandbox-router.juspay.io> |
| Sandbox | <https://sandbox.hyperswitch.io> |
| Production | <https://router.juspay.io> |
# Authentication
@ -35,7 +35,7 @@ info:
Never share your secret api keys. Keep them guarded and secure.
servers:
- url: https://sandbox-router.juspay.io
- url: https://sandbox.hyperswitch.io
description: Sandbox Environment
- url: https://router.juspay.io
description: Production Environment

View File

@ -8342,7 +8342,7 @@
"variable": [
{
"type": "string",
"value": "https://sandbox-router.juspay.io",
"value": "https://sandbox.hyperswitch.io",
"key": "baseUrl"
}
],
@ -8351,7 +8351,7 @@
"name": "Juspay Router - API Documentation",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"description": {
"content": "## Get started\nJuspay Router provides a collection of APIs that enable you to process and manage payments. Our APIs accept and return JSON in the HTTP body, and return standard HTTP response codes</a>.\nYou can consume the APIs directly using your favorite HTTP/REST library.\nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without affecting production data.\n### Base URLs\nUse the following base URLs when making requests to the APIs:\n\n | Environment | Base URL |\n |---------------|------------------------------------------------------|\n | Sandbox | <https://sandbox-router.juspay.io> |\n | Production | <https://router.juspay.io> |\n\n# Authentication\nWhen you sign up for an account, you are given a secret key (also referred as api-key). You may authenticate all API requests with Juspay server by providing the appropriate key in the request Authorization header.\nNever share your secret api keys. Keep them guarded and secure.\n\n\nContact Support:\n Name: Juspay Support\n Email: support@juspay.in",
"content": "## Get started\nJuspay Router provides a collection of APIs that enable you to process and manage payments. Our APIs accept and return JSON in the HTTP body, and return standard HTTP response codes</a>.\nYou can consume the APIs directly using your favorite HTTP/REST library.\nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without affecting production data.\n### Base URLs\nUse the following base URLs when making requests to the APIs:\n\n | Environment | Base URL |\n |---------------|------------------------------------------------------|\n | Sandbox | <https://sandbox.hyperswitch.io> |\n | Production | <https://router.juspay.io> |\n\n# Authentication\nWhen you sign up for an account, you are given a secret key (also referred as api-key). You may authenticate all API requests with Juspay server by providing the appropriate key in the request Authorization header.\nNever share your secret api keys. Keep them guarded and secure.\n\n\nContact Support:\n Name: Juspay Support\n Email: support@juspay.in",
"type": "text/plain"
}
}