Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new stripe guide #371

Merged
merged 2 commits into from
Apr 29, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Update docs/guides/process/backup-stripe-tokens.mdx
Co-authored-by: James Armstead <james@basistheory.com>
  • Loading branch information
djejaquino and armsteadj1 committed Apr 29, 2024
commit 8f68cd5ab7f131e3a856f9bb304083a0cd1b7df7
4 changes: 2 additions & 2 deletions docs/guides/process/backup-stripe-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { Enterprise } from "@site/src/components/shared/Enterprise";

# Backup Your Stripe Tokens

In the ever-evolving world of online transactions, prioritizing data security and operational efficiency is critical for developers integrating payment processing solutions. This guide explores the utilization of the Stripe Forwarding API in tandem with Basis Theory's secure Vault to bolster the protection and management of credit card data, **without making any changes to your existing Stripe integration**.
In the ever-evolving world of online transactions, prioritizing innovation and operational efficiency is becoming critical to organizational payment divisions. This is even more true with the potential for sudden Stripe account terminations, the need for scalable payment processing solutions beyond a single provider, and other payment services to drive new revenue and cost savings. In some cases, merchants and platforms with a multiprocessor payment ecosystem must create a unified wallet system or single source of truth for consumer profiles.

With the potential for sudden Stripe account terminations and the need for scalable payment processing solutions beyond a single provider, developers seek innovative approaches to ensure a robust and secure payment environment. In some cases, merchants and platforms with a multiprocessor payment ecosystem need to create a unified wallet system or single source of truth for consumer profiles.
This guide explores using the Stripe Forwarding API in tandem with Basis Theory's secure Vault to open access to card data and enable new opportunities without making any changes to your existing Stripe integration.

![Forward Cards from Stripe](/img/guides/cards/stripe-forward-cards.png)

Expand Down
Loading