-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add onramp providers page to Pay overview (#5836)
Added onramp page and preferredPartner information to customization pages <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on adding support for specifying preferred onramp providers in various components and updating documentation accordingly. ### Detailed summary - Added `Onramp Providers` option in the sidebar. - Introduced `Preferred Provider` section in `payembed` and `connectbutton` documentation. - Created a new `onramp-providers` page detailing supported providers and how to set a preferred provider. - Updated `send-transaction` documentation to include `preferredProvider` parameter. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
1 parent
a6fe226
commit 46bf17c
Showing
6 changed files
with
93 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { createMetadata } from "@doc"; | ||
|
||
export const metadata = createMetadata({ | ||
image: { | ||
title: "thirdweb Pay - Onramp Providers", | ||
icon: "thirdweb", | ||
}, | ||
title: "thirdweb Pay - Onramp Providers | thirdweb", | ||
description: | ||
"Integrate onramp providers for any onchain transaction and set preferred providers", | ||
}); | ||
|
||
# Onramp Providers | ||
|
||
thirdweb Pay integrates with Stripe, Kado and Transak to power our onramp. By default, we choose a recommended provider based on the location of the user, KYC status, and currency. | ||
|
||
| Provider | Supported Countries | | ||
| -------- | ------------------------------------------------------------------------------------------------------- | | ||
| Transak | https://transak.notion.site/On-Ramp-Payment-Methods-Fees-Other-Details-b0761634feed4b338a69f4f186d906a5 | | ||
| Kado | https://www.kado.money/supported-countries | | ||
| Stripe | https://docs.stripe.com/crypto/onramp | | ||
|
||
## Choosing a Preferred Provider | ||
|
||
It is possible to specify a preferred onramp provider by setting the `preferredProvider` parameter in the ConnectButton, PayEmbed, or Headless Integration. Go to [customizations](../pay/customization/connectbutton#preferredProvider) for more detail, or checkout the [API Reference for preferredProvider](https://portal.thirdweb.com/references/typescript/v5/GetBuyWithFiatQuoteParams). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters