docs: update link to dashboard (#376)

This commit is contained in:
Sanchith Hegde
2023-01-14 13:45:19 +05:30
committed by GitHub
parent 55dba87651
commit 491ed871d4
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ You have two options to try out hyperswitch:
If you are already using Stripe, integrating with hyperswitch is fun, fast & easy.
Try the steps below to get a feel for how quick the setup is:
1. Get API keys from our [dashboard](https://orca-dahboard.netlify.app).
1. Get API keys from our [dashboard](https://dashboard-hyperswitch.netlify.app).
2. Follow the instructions detailed on our [documentation page](https://hyperswitch.io/docs).
## Supported Features

View File

@ -30,7 +30,7 @@ Use the following base URLs when making requests to the APIs:
## Authentication
When you sign up on our [dashboard](https://orca-dahboard.netlify.app) and create a merchant
When you sign up on our [dashboard](https://dashboard-hyperswitch.netlify.app) and create a merchant
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.

View File

@ -67,7 +67,7 @@ Hope you got a hang of our APIs.
To explore more of our APIs, please check the remaining folders in the
[Postman collection][postman-collection].
[dashboard]: https://orca-dahboard.netlify.app
[dashboard]: https://dashboard-hyperswitch.netlify.app
[postman]: https://www.postman.com
[postman-collection]: https://www.postman.com/hyperswitch/workspace/hyperswitch/collection/25176183-e36f8e3d-078c-4067-a273-f456b6b724ed
[variables]: https://www.postman.com/hyperswitch/workspace/hyperswitch/collection/25176183-e36f8e3d-078c-4067-a273-f456b6b724ed?tab=variables

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://orca-dahboard.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-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",
"contact": {
"name": "Juspay Support",
"url": "https://juspay.io",

View File

@ -30,7 +30,7 @@ info:
# Authentication
When you sign up on our [dashboard](https://orca-dahboard.netlify.app) and create a merchant 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.
When you sign up on our [dashboard](https://dashboard-hyperswitch.netlify.app) and create a merchant 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.
Never share your secret api keys. Keep them guarded and secure.