✨ Try Our New Developer Console

✨ Try Our New Developer Console

✨ Try Our New Developer Console

Products

Developers

About

Products

Developers

About

Pay and get paid.
Anytime, any way.

Onboard users with an end-to-end web3 payment solution

Welcome

Log in to Developers Console

Credit or Debit

By continuing, you agree to Legal Terms.

Total price

$22.36

Gradient circles #8735

Checkout

Pay and get paid. Anywhere, any way.

Pay and get paid.
Anytime, any way.

Onboard users with an end-to-end web3 payment solution

Onboard the World

Secure your account

Powered by

Compliant wallet creation

Create recoverable and compliant  self-custodial wallets

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

End to End Solution

Let users pay with fiat to purchase NFTs and Platform Tokens

Crypto payments. Made simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Onboard the World

Compliant wallet creation

Create recoverable and compliant  self-custodial wallets

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

End to End Solution

Let users pay with fiat to purchase NFTs and Platform Tokens

Crypto payments.
Made Simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Onboard the World

Secure your account

Powered by

Compliant wallet creation

Create recoverable and compliant  self-custodial wallets

Own the user experience

Stay in full control of the user interface.
Plug into your existing Auth.

End to End Solution

Let users pay with fiat to purchase NFTs and Platform Tokens

Crypto payments. Made simple.

Offer credit and debit card purchases for NFTs and in-game tokens.

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, Google Pay, and more.

Checkout

/

* * *

Powered by

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, Google Pay, and more.

Checkout

/

* * *

Powered by

Checkout for everyone

Accept any payment method for your NFT sales

Debit & credit cards, Apple Pay, Google Pay, and more.

Checkout

/

* * *

Powered by

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Launch fast with a complete SDK

A complete onboarding solution

White label, customizable experience

Compliant, self-custodial wallets

Fiat payments for increased conversion

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Build your own wallet and launch fast.

Off the shelf, white-label wallets

Customizable key management and wallets

The most native solution to onboard users

Stay in control of the user journey

Keep your brand front and center

Build your ideal UX with a fully white label experience

Plug & play

Branded

Build your own wallet and launch fast.

Off the shelf, white-label wallets

Customizable key management and wallets

The most native solution to onboard users

Stay in control of the user journey

Be compliant

with 100% self-custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Be compliant with 100% self custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Be compliant

with 100% self-custodial wallets

Offload your
regulatory burden

Support NFTs, utility tokens, and cryptocurrency - without the need for a custody license. 

Don’t choose between
user experience & user ownership

Offer both a seamless onboarding experience and a true self-custodial wallet.

Built by experts in cybersecurity, infrastructure, and payments, with regulation and compliance at the core of our technology.

Experience for everyone

A flexible and secure wallet SDK for any use case

  • Our Unity SDK bridge is live

    Our Unity SDK bridge is live.

  • Powerful, blockchain-based loyalty

    Build a program with seamless onboarding

  • Secure, authentic ticketing

    Provide wallets for a native experience

  • Simple Web3 Solutions for Ecommerce

    Sell to anyone, anywhere

Start building with Tweed

Unleash all the power of Web3 with a few lines of code

import {hooks, Widget} from '@paytweed/frontend-sdk-react'

const WalletBalance = () => {
  const {data: balance, loading} = hooks.useCryptoBalance() 
  if (loading) return <Loading/>
  return <div>Eth balance: {balance['ETH']}</div>
}

const Wallet = () => {
  const {data: walletExists, loading} = hooks.useWalletExists()
  if (loading) return <Loading/>
  if (walletExists) return <WalletBalance/>
  return <Widget.Wallet.Create/>
}

Log in to console

Get API keys

Install SDK

Start onboarding users

Start building with Tweed

Unleash all the power of Web3 with a few lines of code

import {hooks, Widget} from '@paytweed/frontend-sdk-react'

const WalletBalance = () => {
  const {data: balance, loading} = hooks.useCryptoBalance() 
  if (loading) return <Loading/>
  return <div>Eth balance: {balance['ETH']}</div>
}

const Wallet = () => {
  const {data: walletExists, loading} = hooks.useWalletExists()
  if (loading) return <Loading/>
  if (walletExists) return <WalletBalance/>
  return <Widget.Wallet.Create/>
}