Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Deliver seamless, flexible, and localized payment flows that drive higher conver
[Customizable Checkout SDK (Web) →](https://docs.hyperswitch.io/explore-hyperswitch/merchant-controls/integration-guide/web)\
Embed a native, responsive checkout experience into your website with full control over styling and flow.

[Click to Pay →](https://docs.hyperswitch.io/explore-hyperswitch/payment-flows-and-management/quickstart/payment-methods-setup/wallets)\
[Click to Pay →](https://docs.hyperswitch.io/integration-guide/payment-suite/payment-method-card/payment-methods-management)\
Enable frictionless, one-click payments for returning users using wallets and saved cards.

[Payment Methods Management →](https://docs.hyperswitch.io/explore-hyperswitch/payment-flows-and-management/quickstart/payment-methods-setup)\
Expand Down Expand Up @@ -232,7 +232,7 @@ Here's how [Hyperswitch handles idempotency and message ordering](https://deepwi

<summary>Take Hyperswitch into production</summary>

[How to Go Live with Hyperswitch →](https://docs.hyperswitch.io/check-list-for-production/going-live)\
[How to Go Live with Hyperswitch →](https://docs.hyperswitch.io/self-hosting/production-deployment/going-live)\
Follow our go-live checklist to launch with confidence — covering setup, credentials, security, and monitoring.

</details>
Expand All @@ -250,5 +250,5 @@ Follow our go-live checklist to launch with confidence — covering setup, crede

* [API Reference →](https://api-reference.hyperswitch.io/introduction)
* [SDK Documentation →](https://docs.hyperswitch.io/learn-more/sdk-payment-flows)
* [Postman Collection →](https://docs.hyperswitch.io/hyperswitch-open-source/exploration-guide#use-postman)
* [Postman Collection →](https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/README#use-postman)
* [GitHub Repository →](https://github.com/juspay/hyperswitch)
2 changes: 1 addition & 1 deletion integration-guide/payment-experience/payment/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metaLinks:
#### Key Features of Juspay Hyperswitch's Card Scanning Technology

1. **Accuracy**: Leveraging optical character recognition (OCR) technology, Hyperswitch's card scanning feature accurately extracts credit card details in real-time. This significantly reduces the likelihood of manual entry errors and speeds up the checkout process.
2. **Seamless Integration**: Hyperswitch offers a developer-friendly SDK that makes it easy to integrate the card scanning feature into various platforms, including native mobile apps ([iOS](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide/ios/features) and [Android](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide/android/features)), cross-platform frameworks, and even in-browser applications.
2. **Seamless Integration**: Hyperswitch offers a developer-friendly SDK that makes it easy to integrate the card scanning feature into various platforms, including native mobile apps ([iOS](https://docs.hyperswitch.io/integration-guide/payment-experience/sdk-reference/ios-sdk) and [Android](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide/android/features)), cross-platform frameworks, and even in-browser applications.

#### Benefits of Hyperswitch's Card Scanning Feature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ make run

After successful setup, the server will start running.

Once the server is set up, you can refer to the [API reference](https://github.com/juspay/decision-engine/blob/main/docs/api-reference1.md) for usage.
Once the server is set up, you can refer to the [API reference](https://github.com/juspay/decision-engine/blob/main/docs/api-reference.md) for usage.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In the [Payment Create](https://docs.hyperswitch.io/api-reference/payments/creat

#### Payment Response

The response includes charge details for [Split Settlements](https://docs.hyperswitch.io/features/split-settlements) to verify distribution:
The response includes charge details for [Split Settlements](https://docs.hyperswitch.io/integrations/connectors-integrations/split-payments) to verify distribution:

```json
"split_payments": {
Expand Down
34 changes: 17 additions & 17 deletions learn-more/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Deployment methods:
| Operational overhead | Low | High |

Documentation:\
https://docs.hyperswitch.io/hyperswitch-open-source/overview/unified-local-setup-using-docker\
https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/local-setup-guide\
https://docs.hyperswitch.io/deploy-hyperswitch-on-aws/deploy-hyperswitch

</details>
Expand Down Expand Up @@ -227,7 +227,7 @@ Typical configuration steps include:
* Configure routing rules through **Workflow → Routing**

Documentation:\
https://docs.hyperswitch.io/hyperswitch-open-source/overview/unified-local-setup-using-docker\
https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/local-setup-guide\
https://docs.hyperswitch.io/hyperswitch-open-source/account-setup

</details>
Expand Down Expand Up @@ -256,7 +256,7 @@ Before switching to production:
* Implement error handling and validation for payment responses

Documentation:\
https://docs.hyperswitch.io/check-list-for-production/going-live
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live

</details>

Expand Down Expand Up @@ -384,7 +384,7 @@ const stripe = require("@juspay-tech/hyper-node")("your_hyperswitch_api_key");
Update Podfile sources.

```
source 'https://github.com/juspay/hyperswitch-pods.git'
source 'https://github.com/juspay/hyperswitch-pods'
source 'https://cdn.cocoapods.org/'
```

Expand Down Expand Up @@ -547,7 +547,7 @@ const stripe = require("@juspay-tech/hyper-node")("your\_hyperswitch\_api\_key")

Update Podfile sources.

source '[https://github.com/juspay/hyperswitch-pods.git](https://github.com/juspay/hyperswitch-pods.git)'\
source '[https://github.com/juspay/hyperswitch-pods](https://github.com/juspay/hyperswitch-pods)'\
source '[https://cdn.cocoapods.org/](https://cdn.cocoapods.org/)'

Replace Stripe dependency.
Expand Down Expand Up @@ -611,8 +611,8 @@ Hyperswitch supports multiple wallet payment methods on mobile.
The Android SDK also provides widgets for Google Pay, PayPal, and Express Checkout.

Documentation:\
[https://docs.hyperswitch.io/explore-hyperswitch/wallets/apple-pay](https://docs.hyperswitch.io/explore-hyperswitch/wallets/apple-pay)\
[https://docs.hyperswitch.io/explore-hyperswitch/wallets/google-pay](https://docs.hyperswitch.io/explore-hyperswitch/wallets/google-pay)
[https://docs.hyperswitch.io/integrations/wallets/apple-pay](https://docs.hyperswitch.io/integrations/wallets/apple-pay)\
[https://docs.hyperswitch.io/integrations/wallets/google-pay](https://docs.hyperswitch.io/integrations/wallets/google-pay)

</details>

Expand Down Expand Up @@ -805,8 +805,8 @@ https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart
The Android SDK also provides widgets for Google Pay, PayPal, and Express Checkout.

Documentation:\
https://docs.hyperswitch.io/explore-hyperswitch/wallets/apple-pay\
https://docs.hyperswitch.io/explore-hyperswitch/wallets/google-pay
https://docs.hyperswitch.io/integrations/wallets/apple-pay\
https://docs.hyperswitch.io/integrations/wallets/google-pay

</details>

Expand Down Expand Up @@ -992,9 +992,9 @@ https://docs.hyperswitch.io/explore-hyperswitch/workflows/intelligent-routing/ru

<summary>How do I integrate Apple Pay, Google Pay, and other wallets?</summary>

Apple Pay — https://docs.hyperswitch.io/explore-hyperswitch/wallets/apple-pay
Apple Pay — https://docs.hyperswitch.io/integrations/wallets/apple-pay

Google Pay — https://docs.hyperswitch.io/explore-hyperswitch/wallets/google-pay
Google Pay — https://docs.hyperswitch.io/integrations/wallets/google-pay

PayPal — https://docs.hyperswitch.io/explore-hyperswitch/wallets/paypal

Expand Down Expand Up @@ -1110,7 +1110,7 @@ readinessProbe:
* Webhook delivery success rates

Documentation:\
https://docs.hyperswitch.io/check-list-for-production/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/learn-more/hyperswitch-architecture

</details>
Expand Down Expand Up @@ -1312,7 +1312,7 @@ Surfaces processor billing discrepancies, invoice mismatches, and unexpected fee

Documentation:\
https://docs.hyperswitch.io/explore-hyperswitch/payments-modules/reconciliation-product\
https://docs.hyperswitch.io/check-list-for-production/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart/webhooks\
https://docs.hyperswitch.io/explore-hyperswitch/payments-modules/ai-powered-cost-observability

Expand Down Expand Up @@ -1720,7 +1720,7 @@ curl http://localhost:8080/health/ready
* Fallback routing — defaults to a secondary connector if a primary is unavailable

Documentation:\
https://docs.hyperswitch.io/check-list-for-production/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/learn-more/hyperswitch-architecture

</details>
Expand Down Expand Up @@ -1766,7 +1766,7 @@ https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart

Documentation:\
https://docs.hyperswitch.io/explore-hyperswitch/security-and-compliance/security\
https://docs.hyperswitch.io/check-list-for-production/going-live
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live

</details>

Expand Down Expand Up @@ -2375,7 +2375,7 @@ https://docs.hyperswitch.io/explore-hyperswitch/workflows/intelligent-routing
| Upgrades | Managed automatically by Juspay |

Documentation:\
https://docs.hyperswitch.io/hyperswitch-open-source/overview/unified-local-setup-using-docker\
https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/local-setup-guide\
https://docs.hyperswitch.io/deploy-hyperswitch-on-aws/deploy-hyperswitch

</details>
Expand Down Expand Up @@ -2591,7 +2591,7 @@ Juspay (Parent company of Hyperswitch) processes over **300 million daily transa
For self-hosted deployments, Kubernetes-based deployments support horizontal pod autoscaling, stateless application instances behind a load balancer, and Redis for distributed caching.

Documentation:\
https://docs.hyperswitch.io/check-list-for-production/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/self-hosting/production-deployment/going-live/for-on-prem-setup/monitoring\
https://docs.hyperswitch.io/learn-more/hyperswitch-architecture

</details>
Expand Down
6 changes: 3 additions & 3 deletions learn-more/use-cases/fintech-businesses.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Juspay Hyperswitch supports a "Bring Your Own Cloud" model. You can deploy the e

| Capability | Description | Reference |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Zero Data Egress | Sensitive card data (PAN) never leaves your infrastructure; you maintain full ownership of logs and database | [Self-Managed Guide](https://docs.hyperswitch.io/explore-hyperswitch/account-management/self-managed-deployment) |
| Zero Data Egress | Sensitive card data (PAN) never leaves your infrastructure; you maintain full ownership of logs and database | [Self-Managed Guide](https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/deploy-hyperswitch-on-aws) |
| Compliance Control | Define TLS Termination (the point where encrypted traffic is decrypted) and key management strategies using AWS KMS or HashiCorp Vault | [Security Architecture](https://github.com/juspay/hyperswitch/blob/main/docs/architecture.md#security) |
| No Vendor Lock-in | You host the code, so you are not dependent on an external vendor's uptime or roadmap | [Open Source](https://github.com/juspay/hyperswitch) |

Expand Down Expand Up @@ -144,5 +144,5 @@ Ready to augment your payment stack? Here are the next steps:
* [Configure smart retries](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/smart-retries) — Improve authorisation rates automatically
* [Implement webhooks](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart/webhooks) — Standardise event handling across processors
* [View supported connectors](https://juspay.io/integrations) — See the full list of integrated payment providers
* [Try it in sandbox](https://docs.hyperswitch.io/explore-hyperswitch/account-management/sandbox-environment) — Test your integration without touching production
* [Deploy self-managed](https://docs.hyperswitch.io/explore-hyperswitch/account-management/self-managed-deployment) — Run Juspay Hyperswitch in your own infrastructure
* [Try it in sandbox](https://docs.hyperswitch.io/integration-guide/account-management/sandbox-environment) — Test your integration without touching production
* [Deploy self-managed](https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/deploy-hyperswitch-on-aws) — Run Juspay Hyperswitch in your own infrastructure
6 changes: 3 additions & 3 deletions learn-more/use-cases/saas-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Juspay Hyperswitch acts as a Connector Abstraction Layer. You integrate our chec
| --------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Unified API | Normalises 300+ processor APIs into a single Payment Intent Flow | [Payment Intent Flow](https://api-reference.hyperswitch.io/v1/payments/payments--create#payments-create) |
| Zero-Code Integration | New processors added via configuration, not code | [Supported Connectors](https://juspay.io/integrations) |
| Deployment Model | Self-hosted (run in your infrastructure) or SaaS (managed by Juspay) | [Deployment Options](https://docs.hyperswitch.io/explore-hyperswitch/account-management/self-managed-deployment) |
| Deployment Model | Self-hosted (run in your infrastructure) or SaaS (managed by Juspay) | [Deployment Options](https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/deploy-hyperswitch-on-aws) |
| Integration Model | SDK (embedded checkout UI) or API (backend-only integration) | [Platform Capabilities](https://docs.hyperswitch.io/explore-hyperswitch) |

***
Expand Down Expand Up @@ -89,7 +89,7 @@ curl --request POST \
}'
```

> **Try it in sandbox:** Use `https://sandbox.hyperswitch.io` for testing. See our [Sandbox Guide](https://docs.hyperswitch.io/explore-hyperswitch/account-management/sandbox-environment) for details.
> **Try it in sandbox:** Use `https://sandbox.hyperswitch.io` for testing. See our [Sandbox Guide](https://docs.hyperswitch.io/integration-guide/account-management/sandbox-environment) for details.

***

Expand Down Expand Up @@ -172,4 +172,4 @@ Ready to get started? Here are the next steps:
* [Configure smart retries](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/smart-retries) — Improve authorisation rates automatically
* [Implement webhooks](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart/webhooks) — Listen for payment events across all processors
* [View supported connectors](https://juspay.io/integrations) — See the full list of integrated payment providers
* [Try it in sandbox](https://docs.hyperswitch.io/explore-hyperswitch/account-management/sandbox-environment) — Test your integration without touching production
* [Try it in sandbox](https://docs.hyperswitch.io/integration-guide/account-management/sandbox-environment) — Test your integration without touching production
6 changes: 3 additions & 3 deletions learn-more/use-cases/saas-platforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Juspay Hyperswitch acts as a Connector Abstraction Layer. You integrate our chec
| --------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Unified API | Normalises 300+ processor APIs into a single Payment Intent Flow | [Payment Intent Flow](https://api-reference.hyperswitch.io/v1/payments/payments--create#payments-create) |
| Zero-Code Integration | New processors added via configuration, not code | [Supported Connectors](https://juspay.io/integrations) |
| Deployment Model | Self-hosted (run in your infrastructure) or SaaS (managed by Juspay) | [Deployment Options](https://docs.hyperswitch.io/explore-hyperswitch/account-management/self-managed-deployment) |
| Deployment Model | Self-hosted (run in your infrastructure) or SaaS (managed by Juspay) | [Deployment Options](https://docs.hyperswitch.io/self-hosting/hyperswitch-open-source/deploy-hyperswitch-on-aws) |
| Integration Model | SDK (embedded checkout UI) or API (backend-only integration) | [Platform Capabilities](https://docs.hyperswitch.io/explore-hyperswitch) |

***
Expand Down Expand Up @@ -86,7 +86,7 @@ curl --request POST \
}'
```

> **Try it in sandbox:** Use `https://sandbox.hyperswitch.io` for testing. See our [Sandbox Guide](https://docs.hyperswitch.io/explore-hyperswitch/account-management/sandbox-environment) for details.
> **Try it in sandbox:** Use `https://sandbox.hyperswitch.io` for testing. See our [Sandbox Guide](https://docs.hyperswitch.io/integration-guide/account-management/sandbox-environment) for details.

***

Expand Down Expand Up @@ -169,4 +169,4 @@ Ready to get started? Here are the next steps:
* [Configure smart retries](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/smart-retries) — Improve authorisation rates automatically
* [Implement webhooks](https://docs.hyperswitch.io/explore-hyperswitch/payment-orchestration/quickstart/webhooks) — Listen for payment events across all processors
* [View supported connectors](https://juspay.io/integrations) — See the full list of integrated payment providers
* [Try it in sandbox](https://docs.hyperswitch.io/explore-hyperswitch/account-management/sandbox-environment) — Test your integration without touching production
* [Try it in sandbox](https://docs.hyperswitch.io/integration-guide/account-management/sandbox-environment) — Test your integration without touching production
Loading